{
"id": "buzz.bookhive.searchBooks",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"books"
],
"properties": {
"books": {
"type": "array",
"items": {
"ref": "buzz.bookhive.hiveBook#record",
"type": "ref"
}
},
"offset": {
"type": "integer",
"description": "The next offset to use for pagination (result of limit + offset)"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query string. Will be matched against title and authors fields."
},
"id": {
"type": "string",
"description": "The ID of the book within the hive."
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"offset": {
"type": "integer",
"description": "Offset for pagination into the result set"
}
}
},
"description": "Find books matching the search criteria. Requires authentication."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:enu2j5xjlqsjaylv3du4myh4
- CID
-
bafyreihi4y73hqahc7gum6eahj76flmbcwpyx6jjt5zhtwsm5qbqwetpdu
- Indexed At
- 2026-02-13 13:47 UTC
- AT-URI
-
at://did:plc:enu2j5xjlqsjaylv3du4myh4/com.atproto.lexicon.schema/buzz.bookhive.searchBooks
Version History (2 versions)