social.colibri.actor.data

colibri.social

{
  "id": "social.colibri.actor.data",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "status",
          "communities"
        ],
        "properties": {
          "$type": {
            "type": "string",
            "format": "nsid",
            "description": "The type of the record."
          },
          "emoji": {
            "type": "string",
            "description": "The emoji displayed next to status."
          },
          "status": {
            "type": "string",
            "default": "",
            "maxLength": 32,
            "description": "The status for the user, displayed on their profile."
          },
          "communities": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "record-key",
              "description": "A reference to a community this user has joined and does not own."
            },
            "description": "A list of references to communities this user has joined and does not own."
          }
        }
      },
      "description": "The main actor data used in Colibri"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.actor.data

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@