{
"id": "app.bivri.support.listFaqs",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidCursor"
},
{
"name": "InvalidLimit"
},
{
"name": "InvalidCategoryId"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"faqs"
],
"properties": {
"faqs": {
"type": "array",
"items": {
"ref": "app.bivri.support.contentDefs#faqView",
"type": "ref"
}
},
"cursor": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"categoryId": {
"type": "string"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "List published FAQ entries, paginated by cursor. Authentication is not required."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreidhxwm7g5ylei6f252nbbcywjhwqg4jh6pn35akacwkd5whjayxry
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.support.listFaqs