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