app.bivri.support.createInquiry

lexicons.bivri.app

{
  "id": "app.bivri.support.createInquiry",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "email",
            "category",
            "title",
            "content"
          ],
          "properties": {
            "email": {
              "type": "string",
              "maxLength": 254,
              "description": "Address to notify when the inquiry is answered. Bounded at the RFC 5321 maximum; Lexicon has no email string format."
            },
            "title": {
              "type": "string",
              "maxLength": 200,
              "description": "Subject line of the inquiry."
            },
            "content": {
              "type": "string",
              "maxLength": 5000,
              "description": "Body of the inquiry."
            },
            "category": {
              "enum": [
                "account",
                "content",
                "payment",
                "other"
              ],
              "type": "string",
              "description": "Subject area of the inquiry. Closed rather than known values: 'other' is the catch-all, and both the appview and the inquiry table already reject anything outside this set."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "inquiry"
          ],
          "properties": {
            "inquiry": {
              "ref": "app.bivri.support.defs#inquiryView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Open a one-to-one support inquiry. Authentication is required."
}

Validate Record

Validate a record against app.bivri.support.createInquiry

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@