app.bivri.support.getInquiry

lexicons.bivri.app

{
  "id": "app.bivri.support.getInquiry",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "inquiry",
            "messages"
          ],
          "properties": {
            "inquiry": {
              "ref": "app.bivri.support.defs#inquiryView",
              "type": "ref"
            },
            "messages": {
              "type": "array",
              "items": {
                "ref": "app.bivri.support.defs#messageView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "UUID of the inquiry."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Get one inquiry thread with its messages. A member may only read their own inquiries, so authentication is required."
}

Validate Record

Validate a record against app.bivri.support.getInquiry

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@