{
"id": "pics.2bit.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 ref to a pics.2bit.feed.photo record. A strongRef is an opaque uri+cid pair and carries no type information, so the allowed set of target collections is enforced in the AppView, not by this schema."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A like on any 2bit.pics post record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}