{
"id": "gg.infinitetavern.tavern.getAdventurerVault",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"trophies"
],
"properties": {
"trophies": {
"type": "array",
"items": {
"$ref": "#/defs/trophyView"
},
"description": "The player's vault trophies, ordered by pinnedAt descending."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the adventurer whose vault to retrieve."
}
}
},
"description": "Retrieve a player's Adventurer's Vault — their pinned trophy replays showcasing memorable victories and battles."
},
"trophyView": {
"type": "object",
"required": [
"uri",
"cid",
"replayUri",
"chronicleUri",
"placement",
"heroKey",
"heroName",
"seasonNumber",
"pinnedAt"
],
"properties": {
"cid": {
"type": "string",
"description": "CID of the vaultTrophy record."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the vaultTrophy record."
},
"note": {
"type": "string",
"description": "Player's note about the trophy."
},
"heroKey": {
"type": "string",
"description": "Internal key of the hero played."
},
"heroName": {
"type": "string",
"description": "Display name of the hero played."
},
"pinnedAt": {
"type": "string",
"format": "datetime",
"description": "When the trophy was pinned."
},
"placement": {
"type": "integer",
"description": "Final placement in the match."
},
"replayUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the referenced chronicle.replay."
},
"chronicleUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the player's chronicle.entry for this match."
},
"seasonNumber": {
"type": "integer",
"description": "Season number of the match."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:vxwgn77hp5ikvbiggm5es3rv
- CID
-
bafyreihskj54tk46bimkw5mc26jxpz3op2nkufupwzi3h5wqgdde2gd2s4
- Indexed At
- 2026-04-13 22:54 UTC
- AT-URI
-
at://did:plc:vxwgn77hp5ikvbiggm5es3rv/com.atproto.lexicon.schema/gg.infinitetavern.tavern.getAdventurerVault