30 lines
661 B
JSON
30 lines
661 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.feed.like",
|
|
"defs": {
|
|
"main": {
|
|
"type": "record",
|
|
"description": "Record declaring a 'like' of a piece of subject content.",
|
|
"key": "tid",
|
|
"record": {
|
|
"type": "object",
|
|
"required": ["subject", "createdAt"],
|
|
"properties": {
|
|
"subject": {
|
|
"type": "ref",
|
|
"ref": "com.atproto.repo.strongRef"
|
|
},
|
|
"createdAt": {
|
|
"type": "string",
|
|
"format": "datetime"
|
|
},
|
|
"via": {
|
|
"type": "ref",
|
|
"ref": "com.atproto.repo.strongRef"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|