org.passingreads.book.registrationHint

passingreads.org

{
  "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
}

Validate Record

Validate a record against org.passingreads.book.registrationHint

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:oeipalbxet5jghoqe6b6ctu6
CID
bafyreidh2geflfq6stvehyz6b4jnbmqcklsst4x5galy467cli3kv2fuwi
Indexed At
2026-06-03 20:30 UTC
AT-URI
at://did:plc:oeipalbxet5jghoqe6b6ctu6/com.atproto.lexicon.schema/org.passingreads.book.registrationHint

Referenced Schemas (1)

  • org.passingreads.signature.book

Lexicon Garden

@