{
"id": "org.passingreads.book.registrationHint",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"bookId",
"publicationId",
"signatures",
"createdAt"
],
"properties": {
"bookId": {
"type": "string",
"description": "The book's ID (as defined on its QR Code)"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"signatures": {
"type": "array",
"items": {
"ref": "org.passingreads.signature.book#main",
"type": "ref"
},
"minLength": 1,
"description": "Inline attestations binding this hint to the book's keypair, proving the hinter physically scanned the label."
},
"publicationId": {
"type": "string",
"description": "The suggested Open Library Edition ID for this book"
}
}
},
"description": "A hint for which publication this book is, so that registration is especiall."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}