{
"id": "app.protoimsg.chat.vote",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"poll",
"selectedOptions",
"createdAt"
],
"properties": {
"poll": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the poll being voted on."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of vote."
},
"selectedOptions": {
"type": "array",
"items": {
"type": "integer",
"minimum": 0
},
"maxLength": 10,
"description": "Indices of selected options (0-based)."
}
}
},
"description": "A vote on a poll. Lives in the voter's repo."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreicl7bunngu2bf3k3lbtwietl5odhsklteelw5i6mz3rshj25dfwdi
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/app.protoimsg.chat.vote