{
"id": "games.atplay.getProfile",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"records"
],
"properties": {
"records": {
"type": "array",
"items": {
"ref": "games.atplay.player.profile",
"type": "ref"
},
"description": "The player's profile, or empty if they haven't written one."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "Whose profile to fetch."
}
}
},
"description": "Fetch a player's profile as the appview has it indexed."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:xawtkr77srkxlwhxjf7whbml
- CID
-
bafyreihfbh5u2pbg3icndxxvzdaf62vopyl465mionpvev3omaj6yw5qtm
- Indexed At
- 2026-07-25 07:03 UTC
- AT-URI
-
at://did:plc:xawtkr77srkxlwhxjf7whbml/com.atproto.lexicon.schema/games.atplay.getProfile
Referenced Schemas (1)
-
games.atplay.player.profile