A like on an annotation or reply
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
ref
#subjectRef
Required
Reference to the annotation or reply being liked
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "#subjectRef",
"type": "ref",
"description": "Reference to the annotation or reply being liked"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A like on an annotation or reply"
}