tech.tokimeki.forum.role

tokimeki.blue

{
  "id": "tech.tokimeki.forum.role",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "role",
          "createdAt"
        ],
        "properties": {
          "role": {
            "type": "string",
            "maxLength": 32,
            "description": "owner = governs the community; admin = manages structure and roles below admin; mod = moderates content and membership.",
            "knownValues": [
              "owner",
              "admin",
              "mod"
            ]
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The member holding the role."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A moderator role the community grants to a member. Written by the community account (the space authority) into its OWN repo within the server's public space, so any reader of the space can verify who may moderate (e.g. whose tech.tokimeki.forum.hide records to honour). rkey is derived from the subject DID ('m' + base32lower(sha256(did))[0:26]) so one record exists per member; delete it to revoke. Plain membership is not a record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.forum.role

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreieyl3ygkly4f4jt57retcg5nrkthqyuttxfezmv42mah4swcc3wlq
Indexed At
2026-08-26 14:05 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.forum.role

Lexicon Garden

@