a vote on a poll
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"option",
"createdAt"
],
"properties": {
"option": {
"type": "integer",
"minimum": 0
},
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "a vote on a poll"
}