Get details of an ownership claim.
Parameters
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Output
Encodingapplication/json
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
Sending request...
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."
}
No description available.
Properties
No description available.
A decentralized identifier (DID).
No description available.
An RFC 3339 formatted timestamp.
No description available.
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
No description available.
No description available.
Known values: game, org
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"
}
}
}
No description available.
Properties
No description available.
An RFC 3339 formatted timestamp.
No description available.
A decentralized identifier (DID).
No description available.
Known values: approved, denied
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"
}
}
}
}