{
"id": "pub.chive.claiming.completeClaim",
"defs": {
"main": {
"type": "procedure",
"errors": [
{
"name": "AuthenticationRequired",
"description": "Authentication is required to complete claims"
},
{
"name": "ClaimNotFound",
"description": "The specified claim does not exist"
},
{
"name": "Unauthorized",
"description": "Only the claimant can complete their own claim"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the claim was successfully completed"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"claimId",
"canonicalUri"
],
"properties": {
"claimId": {
"type": "integer",
"minimum": 1,
"description": "ID of the claim request to complete"
},
"canonicalUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the canonical record created in user's PDS"
}
}
},
"description": "Complete a claim after the user creates their canonical record in their PDS. Requires authentication and claimant ownership."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreicsfvttw2zvvwedtxbonubx7j3fwy5tfxayoh26kapjhxmlwmueoq
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.claiming.completeClaim