{
"id": "dev.cartridge.reviewVerificationRequest",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"requestId",
"status"
],
"properties": {
"reason": {
"type": "string",
"maxGraphemes": 3000
},
"status": {
"type": "string",
"maxLength": 64,
"knownValues": [
"approved",
"denied"
]
},
"requestId": {
"type": "string",
"maxLength": 128
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"requestId"
],
"properties": {
"requestId": {
"type": "string",
"maxLength": 128
},
"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
}
Metadata
- DID
-
did:plc:4mrwcmxk266itsdn33leqljq
- CID
-
bafyreiftxkwfoiuj35krozuppkbshkjxyurbhaere4iulmpkcjk7eqnbpi
- Indexed At
- 2026-07-16 17:54 UTC
- AT-URI
-
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.reviewVerificationRequest
Version History (2 versions)