games.gamesgamesgamesgames.getClaim

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.getClaim",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "claim"
          ],
          "properties": {
            "claim": {
              "ref": "#claimView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "Get details of an ownership claim."
    },
    "claimView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "type",
        "claimantDid",
        "createdAt"
      ],
      "properties": {
        "cid": {
          "type": "string"
        },
        "org": {
          "type": "string",
          "format": "at-uri"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "type": {
          "type": "string",
          "knownValues": [
            "game",
            "org"
          ]
        },
        "games": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#gameSummaryView",
            "type": "ref"
          }
        },
        "review": {
          "ref": "#reviewView",
          "type": "ref"
        },
        "contact": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "claimantDid": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "reviewView": {
      "type": "object",
      "required": [
        "uri",
        "status",
        "reviewedBy",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "reason": {
          "type": "string"
        },
        "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"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.getClaim

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@