Record indicating a like on some other record (e.g. a video or a comment).
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": "AT-URI of the record being liked (e.g. a place.stream.video or place.stream.vod.comment)."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this like was created."
}
}
},
"description": "Record indicating a like on some other record (e.g. a video or a comment)."
}