{
"id": "app.bivri.feed.like",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the liked record, an artwork in the common case."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp of when the like was created."
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Record declaring a like by the author."
}