games.gamesgamesgamesgames.claimReview

lexicon.store View official

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

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@