app.bivri.support.addMessage

lexicons.bivri.app

{
  "id": "app.bivri.support.addMessage",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "inquiryId",
            "content"
          ],
          "properties": {
            "content": {
              "type": "string",
              "maxLength": 5000,
              "description": "Message text."
            },
            "inquiryId": {
              "type": "string",
              "maxLength": 36,
              "description": "UUID of the inquiry to append to. Lexicon has no uuid string format, so the hyphenated 36-character length is the strongest bound the schema can carry; the inquiry_id column is what rejects a non-UUID."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "message"
          ],
          "properties": {
            "message": {
              "ref": "app.bivri.support.defs#messageView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Append a message to one of the authenticated member's own inquiry threads. Authentication is required."
}

Validate Record

Validate a record against app.bivri.support.addMessage

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@