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.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
When the like was created.
subject
ref
org.atpodcasting.defs#episodeRef
Required
The episode being liked.
View raw schema
{
"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."
}