app.atmobb.forum.accessRequest

lexicons.atmobb.app

{
  "id": "app.atmobb.forum.accessRequest",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "board"
        ],
        "properties": {
          "board": {
            "type": "string",
            "format": "at-uri",
            "description": "The app.atmobb.forum.board being requested. Its authority is the forum's DID."
          },
          "reason": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional note from the requester to the moderators.",
            "maxGraphemes": 300
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A request to join a members-only (space-backed) board. Lives in the requester's repo. A forum sysop resolves it by granting space membership (approve) or recording a moderation.action denyAccess (deny)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.atmobb.forum.accessRequest

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@