{
"id": "app.standard-reader.bookmark",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the site.standard.document record to save."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the reader saved the article."
}
}
},
"description": "Marks a site.standard.document as saved for later by the reader. Presence of the record means saved; deleting it removes the article from the save queue."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}