games.gamesgamesgamesgames.reviewClaim

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.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
}

Validate Record

Validate a record against games.gamesgamesgamesgames.reviewClaim

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreib4i3lyuol3ec3k7fvfvozkrasgzc73qw2iwllhewz5zbuzqcq5mu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.reviewClaim

Lexicon Garden

@