No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"listUri",
"gameUri",
"addedAt"
],
"properties": {
"addedAt": {
"type": "string",
"format": "datetime"
},
"gameUri": {
"type": "string",
"format": "at-uri"
},
"listUri": {
"type": "string",
"format": "at-uri"
}
}
}
}