app.bivri.support.getFaq

lexicons.bivri.app

{
  "id": "app.bivri.support.getFaq",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "FaqNotFound"
        },
        {
          "name": "InvalidFaqId"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "faq"
          ],
          "properties": {
            "faq": {
              "ref": "app.bivri.support.contentDefs#faqView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Get one published FAQ entry. Authentication is not required."
}

Validate Record

Validate a record against app.bivri.support.getFaq

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

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreihw5oqzpqj3wsj3k23gobskw2rn2fz3kz6bigav6ugou3rn2iby6e
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.support.getFaq

Referenced Schemas (1)

Lexicon Garden

@