{
"id": "games.gamesgamesgamesgames.migrateClaim",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"claim",
"claimReview"
],
"properties": {
"claim": {
"type": "string",
"format": "at-uri"
},
"claimReview": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"results"
],
"properties": {
"results": {
"type": "array",
"items": {
"ref": "#migrationResult",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Execute migration of game records based on an approved claim."
},
"migrationResult": {
"type": "object",
"required": [
"gameUri",
"status"
],
"properties": {
"error": {
"type": "string"
},
"newUri": {
"type": "string",
"format": "at-uri"
},
"status": {
"type": "string",
"knownValues": [
"success",
"failed",
"skipped"
]
},
"gameUri": {
"type": "string",
"format": "at-uri"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreibjxeoisfvrwgakteynydzisyk32ak32hfdb2vdwgq3qkjm6j466i
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.migrateClaim