social.colibri.beta.community.settings

colibri.social

{
  "id": "social.colibri.beta.community.settings",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "categoryOrder",
          "requiresApprovalToJoin"
        ],
        "properties": {
          "labelers": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did",
              "description": "A labeler this community honours."
            },
            "description": "DIDs whose labels this community honours, in addition to the community's own. Empty means the community labels its content itself."
          },
          "linkEmbeds": {
            "type": "boolean",
            "default": true,
            "description": "Whether link previews are shown by default. Channels may override this."
          },
          "categoryOrder": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "record-key",
              "description": "A category in this community."
            },
            "description": "The order categories are displayed in."
          },
          "requiresApprovalToJoin": {
            "type": "boolean",
            "default": false,
            "description": "Whether joining produces an application a moderator must approve."
          }
        }
      },
      "description": "A community's operational settings. Separate from the profile record so the two have different read audiences."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.settings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreie7hghxjag47oyrqh7cimg7zcwhuzuxbtncacnz5ee5w77au4trrq
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.settings

Lexicon Garden

@