{
"id": "dev.cartridge.reviewClaim",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"claim",
"status"
],
"properties": {
"claim": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"reason": {
"type": "string",
"maxGraphemes": 3000
},
"status": {
"type": "string",
"knownValues": [
"approved",
"denied"
]
},
"approvedGames": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Submit a review decision for an ownership claim."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4mrwcmxk266itsdn33leqljq
- CID
-
bafyreig6lgcd47frwugfoc37v4ovlq6ly3wuupjaunm73lnvyxmzehlzpm
- Indexed At
- 2026-07-16 18:05 UTC
- AT-URI
-
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.reviewClaim
Version History (3 versions)