app.atmobb.forum.accessRequest

lexicons.atmobb.app

Documentation

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).

main record

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).

Record Key tid Timestamp-based ID

Properties

board string at-uri Required

The app.atmobb.forum.board being requested. Its authority is the forum's DID.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

reason string Optional

Optional note from the requester to the moderators.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "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)."
}

Lexicon Garden

@