{
"id": "site.mochott.like",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the article record being liked."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the like was created."
}
}
},
"description": "Record indicating that the account author liked a specific article. Deleting this record removes the like."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1,
"description": "A like record. Represents a user's endorsement of an article."
}