A like on a user review
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"reviewUri",
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Record creation timestamp"
},
"reviewUri": {
"type": "string",
"format": "at-uri",
"description": "The at:// URI of the review being liked"
}
}
},
"description": "A like on a user review"
}