dev.cartridge.claims.claimReview

cartridge.dev

{
  "id": "dev.cartridge.claims.claimReview",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "claim",
          "status",
          "reviewedBy",
          "createdAt"
        ],
        "properties": {
          "claim": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "reason": {
            "type": "string",
            "maxGraphemes": 3000
          },
          "status": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "approved",
              "denied"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "reviewedBy": {
            "type": "string",
            "format": "did"
          },
          "approvedGames": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            }
          }
        }
      },
      "description": "A review of a claim for ownership of game or organization records."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.claims.claimReview

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreigq6kpi5vj24etx33fs7kqyy2iql3g26vmvizfv3qdttwdwyqxqjy
Indexed At
2026-07-16 19:37 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.claims.claimReview

Lexicon Garden

@