A like on an Arabica record (brew, bean, roaster, grinder, or brewer)
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
Timestamp when the like was created
subject
ref
com.atproto.repo.strongRef
Required
The AT-URI and CID of the record being liked
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The AT-URI and CID of the record being liked"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the like was created"
}
}
},
"description": "A like on an Arabica record (brew, bean, roaster, grinder, or brewer)"
}