social.colibri.beta.community

colibri.social

{
  "id": "social.colibri.beta.community",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 32,
            "minLength": 1,
            "description": "The community's name."
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/gif",
              "image/webp"
            ],
            "maxSize": 4194304,
            "description": "Wide image shown at the top of the community."
          },
          "picture": {
            "type": "blob",
            "accept": [
              "image/jpeg",
              "image/png",
              "image/gif",
              "image/webp"
            ],
            "maxSize": 1048576,
            "description": "Square image shown as the community's icon."
          },
          "description": {
            "type": "string",
            "maxLength": 256,
            "description": "A short description."
          },
          "migratedFrom": {
            "type": "string",
            "format": "at-uri",
            "description": "Set on a community created by migrating a repo-backed community. Points at the legacy community record it replaces, so its history can be served alongside."
          }
        }
      },
      "description": "A community's public identity. Lives in the community's profile space, which is readable without membership unless the community is private."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreihcqnwfoxttlbupjyu6au52wrn7ji5mu7yb4fxmumpdroc6y7qet4
Indexed At
2026-08-23 13:07 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community

Version History (3 versions)

Lexicon Garden

@