social.colibri.beta.member

colibri.social

{
  "id": "social.colibri.beta.member",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "joinedAt"
        ],
        "properties": {
          "roles": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "record-key",
              "description": "A role in this community."
            },
            "description": "Roles assigned to this member."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The member's DID. Matches the record key."
          },
          "joinedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the member was admitted."
          },
          "nickname": {
            "type": "string",
            "maxLength": 32,
            "description": "Per-community display name override."
          }
        }
      },
      "description": "A community member. The record key is the member's DID, so membership is a direct lookup and a member cannot hold two of these."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.member

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@