wiki.lichen.membership

lichen.wiki

{
  "id": "wiki.lichen.membership",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "memberDid",
          "wikiRef",
          "role",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "maxLength": 32,
            "description": "The member's role in the wiki.",
            "knownValues": [
              "admin",
              "contributor",
              "viewer"
            ]
          },
          "wikiRef": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the wiki."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the membership was granted."
          },
          "memberDid": {
            "type": "string",
            "format": "did",
            "maxLength": 2048,
            "description": "DID of the member being granted access."
          }
        }
      },
      "description": "A membership grant for a wiki. The rkey is a TID. The member's DID lives in the record body."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against wiki.lichen.membership

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xfs42pjf3n7imvgrdrp7xvez
CID
bafyreidgohjqeijg3goa4zi2i65oq77iistpg5343u2nswkegihkapseme
Indexed At
2026-07-21 06:08 UTC
AT-URI
at://did:plc:xfs42pjf3n7imvgrdrp7xvez/com.atproto.lexicon.schema/wiki.lichen.membership

Lexicon Garden

@