Unnamed definition
{
"lexicon": 1,
"id": "community.lexicon.interaction.like",
"defs": {
"main": {
"type": "record",
"description": "A 'like' interaction with another AT Protocol record.",
"key": "tid",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "ref",
"ref": "com.atproto.repo.strongRef"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}
}
}