social.colibri.community.getData

colibri.social

{
  "id": "social.colibri.community.getData",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "categories",
            "channels",
            "roles",
            "members",
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "roles": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.community.defs#roleView",
                "type": "ref"
              }
            },
            "members": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.community.defs#memberView",
                "type": "ref"
              }
            },
            "channels": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.community.defs#channelView",
                "type": "ref"
              }
            },
            "community": {
              "ref": "lex:social.colibri.community.defs#communityInfo",
              "type": "ref"
            },
            "categories": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.community.defs#categoryView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "community": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Returns the full state of a community: metadata, categories, channels, roles, and members."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.community.getData

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreibhnuzx5s6hvkn6ros3ahp3psljtvdv76p5rw3xi4sbq4ajzdhryy
Indexed At
2026-07-24 14:44 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.community.getData

Version History (2 versions)

Referenced Schemas (5)

  • lex:social.colibri.community.defs#categoryView
  • lex:social.colibri.community.defs#channelView
  • lex:social.colibri.community.defs#communityInfo
  • lex:social.colibri.community.defs#memberView
  • lex:social.colibri.community.defs#roleView

Lexicon Garden

@