{
"id": "social.arabica.alpha.like",
"defs": {
"main": {
"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)"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}