bond.biblio.book

lexicon.store View official

{
  "id": "bond.biblio.book",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "authors",
          "createdAt"
        ],
        "properties": {
          "lists": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "description": "AT-URIs of reading lists this book is applied to"
          },
          "title": {
            "type": "string",
            "maxLength": 500,
            "description": "The book's title",
            "maxGraphemes": 200
          },
          "authors": {
            "type": "string",
            "maxLength": 2048,
            "description": "Author name(s). For multiple authors, use tab-separation for cross-lexicon compatibility with buzz.bookhive.book"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was created"
          }
        }
      },
      "description": "A book in the user's library"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A minimal book record for reading attestation. For rich metadata (ratings, reviews, covers), see buzz.bookhive.book."
}

Validate Record

Validate a record against bond.biblio.book

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreie3bqkqusef5hvzr4pesmeyyz3tukw2uyynnrmfqkmrlzrfqpksli
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/bond.biblio.book

Lexicon Garden

@