{
"id": "org.atpodcasting.like",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"ref": "org.atpodcasting.defs#episodeRef",
"type": "ref",
"description": "The episode being liked."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the like was created."
}
}
},
"description": "A personal expression of appreciation for a podcast episode, stored in the liker's own repository and portable across applications. This record does not define notification behavior, ranking, or metrics — it captures like intent only."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}