dev.cartridge.reviewClaim

cartridge.dev

{
  "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",
              "maxLength": 64,
              "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 dev.cartridge.reviewClaim

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreihiviemx5l7mojfpmw4e63rbcep4u6k4rqwojmizsdx77rj6pej5e
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)

Lexicon Garden

@