A vote for one poll option. Created in the voting authority's repo (not the voter's), which keeps voting anonymous. subject strong-refs the chosen blog.brookie.poll.option record; counting is done via microcosm/constellation backlinks on .subject.uri.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
poll
ref
com.atproto.repo.strongRef
Required
No description available.
subject
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"poll",
"createdAt"
],
"properties": {
"poll": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A vote for one poll option. Created in the voting authority's repo (not the voter's), which keeps voting anonymous. subject strong-refs the chosen blog.brookie.poll.option record; counting is done via microcosm/constellation backlinks on .subject.uri."
}