An entry marking a show as a favorite.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the haus.opn.mic.show record."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An entry marking a show as a favorite."
}