A like on a beacon
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 beacon being liked"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the like was created"
},
"bskyLikeUri": {
"type": "string",
"format": "at-uri",
"description": "Associated Bluesky like URI (if beacon has a post)"
}
}
},
"description": "A like on a beacon"
}