{
"id": "art.graphik.library",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"series",
"createdAt"
],
"properties": {
"note": {
"type": "string",
"maxLength": 4000,
"description": "The reader's own note about the series.",
"maxGraphemes": 400
},
"shelf": {
"type": "string",
"maxLength": 16,
"knownValues": [
"reading",
"planned",
"completed",
"paused",
"dropped"
]
},
"series": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A series on the reader's shelf. Not the same as a follow: following is a public statement that feeds a creator's follower count, shelving is 'this is mine'. Readers commonly do one without the other."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}