{
"id": "art.graphik.graph.follow",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"notify": {
"type": "boolean",
"description": "Also deliver a notification when the series posts. Kept on the record rather than in app-local state so notification choices travel with the reader to any other Graphik client."
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the followed art.graphik.series."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A reader following a series. Public: a series' follower count is only meaningful because these are readable by anyone."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}