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