A reaction in a Barklesheep game
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"gameId",
"emoji",
"createdAt"
],
"properties": {
"emoji": {
"type": "string",
"maxLength": 4
},
"gameId": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A reaction in a Barklesheep game"
}