{
"id": "buzz.bookhive.hiveBook",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"title",
"authors",
"createdAt",
"updatedAt",
"thumbnail"
],
"properties": {
"id": {
"type": "string",
"description": "The book's hive id, used to correlate user's books with the hive"
},
"cover": {
"type": "string",
"description": "URL to full-size cover image"
},
"title": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "The title of the book"
},
"rating": {
"type": "integer",
"maximum": 1000,
"minimum": 0,
"description": "Average rating (0-1000)"
},
"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"
},
"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"
},
"ratingsCount": {
"type": "integer",
"description": "Number of ratings"
}
}
},
"description": "A book within the hive"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:enu2j5xjlqsjaylv3du4myh4
- CID
-
bafyreieljhij57nkkvu4uggxmmmyj4c4rnyymk6vlx7anu4tks7u6pljay
- Indexed At
- 2026-02-13 13:47 UTC
- AT-URI
-
at://did:plc:enu2j5xjlqsjaylv3du4myh4/com.atproto.lexicon.schema/buzz.bookhive.hiveBook
Version History (2 versions)