{
"id": "dev.cartridge.createClaim",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"type",
"contact"
],
"properties": {
"org": {
"type": "string",
"format": "at-uri"
},
"type": {
"type": "string"
},
"games": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"contact": {
"type": "string",
"maxGraphemes": 500
},
"message": {
"type": "string",
"maxGraphemes": 3000
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Submit a new ownership claim for game or organization records."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4mrwcmxk266itsdn33leqljq
- CID
-
bafyreif7unlk77j6aumwupw3ybuyosezn53ja4a3qlvuqsthkqr52ilqm4
- Indexed At
- 2026-07-16 18:05 UTC
- AT-URI
-
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.createClaim
Version History (3 versions)