app.bivri.support.listFaqs

lexicons.bivri.app

{
  "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."
}

Validate Record

Validate a record against app.bivri.support.listFaqs

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

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

Referenced Schemas (1)

Lexicon Garden

@