chat.yakka.grant

yakka.chat

{
  "id": "chat.yakka.grant",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "role",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "format": "at-uri",
            "description": "The chat.yakka.role record granted."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The member holding the role."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "One member holds one role. Authority-written (ADR 0006) — a member cannot grant themselves a role, which is why this is not self-written the way membership is. The mint reads these to decide gated-channel credentials (ADR 0007)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.yakka.grant

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wpjoy2orkqq5m65vq7gg7liz
CID
bafyreia7jg34paslrm5m5oug7p7brqul2yb4qnjxtjkmku4glgfnpjmmue
Indexed At
2026-08-29 15:21 UTC
AT-URI
at://did:plc:wpjoy2orkqq5m65vq7gg7liz/com.atproto.lexicon.schema/chat.yakka.grant

Lexicon Garden

@