An upvote on a standard.site document
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"subject"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An upvote on a standard.site document"
}