app.atmobb.forum.moderator

lexicons.atmobb.app

{
  "id": "app.atmobb.forum.moderator",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "role"
        ],
        "properties": {
          "role": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "admin",
              "moderator"
            ]
          },
          "boards": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 100,
            "description": "Boards this grant is scoped to. Absent means the whole forum."
          },
          "subject": {
            "type": "string",
            "format": "did"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Grants moderator or admin standing on a forum. Lives in the forum account's repo, signed by the forum."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.forum.moderator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:dqnwiguwsbb6uwrm7a2rsff2
CID
bafyreicqlg6a576wm5memexmadpmkhukvv4z6acwr5miz5bn6ms2h5jpv4
Indexed At
2026-07-26 20:07 UTC
AT-URI
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.forum.moderator

Lexicon Garden

@