games.gamesgamesgamesgames.getClaim

lexicon.store View official

Documentation

Get details of an ownership claim.

main query

Get details of an ownership claim.

Parameters

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
claim ref#claimView Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "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 object

No description available.

Properties

cid string Required

No description available.

claimantDid string did Required

A decentralized identifier (DID).

contact string Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

message string Optional

No description available.

org string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

review ref #reviewView Optional

No description available.

type string Required

No description available.

Known values: game, org
uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "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 object

No description available.

Properties

approvedGames array of stringat-uri Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

reviewedBy string did Required

A decentralized identifier (DID).

status string Required

No description available.

Known values: approved, denied
uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "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"
      }
    }
  }
}

Lexicon Garden

@