social.colibri.community

colibri.social

{
  "id": "social.colibri.community",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "description",
          "categoryOrder"
        ],
        "properties": {
          "name": {
            "type": "string",
            "default": "New Community",
            "maxLength": 32,
            "minLength": 1,
            "description": "The name of the community."
          },
          "$type": {
            "type": "string",
            "format": "nsid",
            "description": "The type of the record."
          },
          "picture": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/gif"
            ],
            "description": "An image for the community that will be shown to users."
          },
          "description": {
            "type": "string",
            "default": "",
            "maxLength": 256,
            "description": "A description of the community."
          },
          "categoryOrder": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "record-key",
              "description": "A category in this community."
            },
            "description": "The order of the categories in this community."
          }
        }
      },
      "description": "A community, or \"server\", is where users join to interact with each other on Colibri."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.community

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreihp57u44nuo6zo5ok5pjouo24wjs3qnaofl377yn55kcyuko5pdly
Indexed At
2026-03-19 20:26 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.community

Lexicon Garden

@