app.bivri.support.defs

lexicons.bivri.app

{
  "id": "app.bivri.support.defs",
  "defs": {
    "inquiryView": {
      "type": "object",
      "required": [
        "id",
        "category",
        "title",
        "status",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "category": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "messageView": {
      "type": "object",
      "required": [
        "id",
        "senderType",
        "content",
        "createdAt"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "senderType": {
          "type": "string",
          "knownValues": [
            "member",
            "admin"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Shared types for the support inquiry system."
}

Validate Record

Validate a record against app.bivri.support.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@