{
"id": "app.atmobb.discussion.thread",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"board",
"title"
],
"properties": {
"body": {
"type": "array",
"items": {
"refs": [
"app.atmobb.richtext.block#text",
"app.atmobb.richtext.block#quote",
"app.atmobb.richtext.block#code",
"app.atmobb.richtext.block#image"
],
"type": "union"
},
"maxLength": 200
},
"poll": {
"ref": "#poll",
"type": "ref"
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 8
},
"board": {
"type": "string",
"format": "at-uri",
"description": "The app.atmobb.forum.board this thread belongs to. The board URI's authority is the forum's DID."
},
"title": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A discussion thread (topic). Lives in the author's repo, pointing at a board in a forum's repo."
},
"poll": {
"type": "object",
"required": [
"options"
],
"properties": {
"options": {
"type": "array",
"items": {
"type": "string",
"maxLength": 1000,
"maxGraphemes": 100
},
"maxLength": 10,
"minLength": 2
},
"closesAt": {
"type": "string",
"format": "datetime"
},
"question": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"multipleChoice": {
"type": "boolean"
}
},
"description": "An embedded poll. Votes are app.atmobb.poll.vote records referencing this thread."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:dqnwiguwsbb6uwrm7a2rsff2
- CID
-
bafyreihbswq5qcs4nwujnn2vahgr2ukwywtgcwtmsvcuxtltecnz5nvw2e
- Indexed At
- 2026-07-26 20:07 UTC
- AT-URI
-
at://did:plc:dqnwiguwsbb6uwrm7a2rsff2/com.atproto.lexicon.schema/app.atmobb.discussion.thread