buzz.bookhive.catalogBook

bookhive.buzz

{
  "id": "buzz.bookhive.catalogBook",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "id",
          "title",
          "authors",
          "thumbnail",
          "createdAt",
          "updatedAt"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "The book's hive id"
          },
          "cover": {
            "type": "string",
            "description": "URL to full-size cover image"
          },
          "title": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1,
            "description": "The title of the book"
          },
          "genres": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Genres of the book"
          },
          "rating": {
            "type": "integer",
            "maximum": 5000,
            "minimum": 0,
            "description": "Average rating (0-5000, where 1000 == 1.0)"
          },
          "series": {
            "type": "string",
            "description": "Series name if the book is part of a series"
          },
          "source": {
            "type": "string",
            "description": "The source service name (e.g. Goodreads)"
          },
          "authors": {
            "type": "string",
            "maxLength": 512,
            "minLength": 1,
            "description": "The authors of the book (tab separated)"
          },
          "sourceId": {
            "type": "string",
            "description": "ID of the book in the source service"
          },
          "coverBlob": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 2000000,
            "description": "Uploaded full-size cover image blob"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceUrl": {
            "type": "string",
            "description": "URL to the book on the source service"
          },
          "thumbnail": {
            "type": "string",
            "description": "URL to thumbnail image"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "Book description/summary"
          },
          "identifiers": {
            "ref": "buzz.bookhive.defs#bookIdentifiers",
            "type": "ref",
            "description": "External identifiers for the book"
          },
          "ratingsCount": {
            "type": "integer",
            "description": "Number of ratings"
          },
          "thumbnailBlob": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Uploaded thumbnail image blob"
          }
        }
      },
      "description": "A canonical book record in the BookHive catalog"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against buzz.bookhive.catalogBook

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

Metadata

DID
did:plc:enu2j5xjlqsjaylv3du4myh4
CID
bafyreibb5ahxfl2p62u5sbcnng4sill46cu3cuop4uyi2gu567pc4ynjb4
Indexed At
2026-03-25 09:46 UTC
AT-URI
at://did:plc:enu2j5xjlqsjaylv3du4myh4/com.atproto.lexicon.schema/buzz.bookhive.catalogBook

Referenced Schemas (1)

Lexicon Garden

@