{
"id": "scot.comhairle.testingPolisStatementV1",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"poll",
"createdAt"
],
"properties": {
"poll": {
"ref": "#pollRef",
"type": "ref",
"description": "Reference to the poll this statement belongs to"
},
"text": {
"type": "string",
"maxLength": 3000,
"description": "The text content of the statement"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the statement was created"
}
}
},
"description": "A statement in the Polis-style deliberation system"
},
"pollRef": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "Content identifier of the poll record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the poll record"
}
},
"description": "Reference to a poll record"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreig5dh6rw5povbciclkp3zgzg33vkda7dkol34qm7yuxutgfv5gsrm
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/scot.comhairle.testingPolisStatementV1