dev.cartridge.reviewVerificationRequest

cartridge.dev

{
  "id": "dev.cartridge.reviewVerificationRequest",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "requestId",
            "status"
          ],
          "properties": {
            "reason": {
              "type": "string",
              "maxGraphemes": 3000
            },
            "status": {
              "type": "string",
              "knownValues": [
                "approved",
                "denied"
              ]
            },
            "requestId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "requestId"
          ],
          "properties": {
            "requestId": {
              "type": "string"
            },
            "verificationUri": {
              "type": "string",
              "format": "at-uri",
              "description": "URI of the dev.cartridge.graph.verification record, present on approval."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Approve or deny a verification request. Admin only. On approval, writes verification records from the verifier account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.reviewVerificationRequest

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreias7xp5dtfhh6vw32twdrm3blvv4ncfjuggbuupjktf4jtwtwxiey
Indexed At
2026-06-14 00:05 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.reviewVerificationRequest

Lexicon Garden

@