{
"id": "dev.tsunagite.listGames",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"games": {
"type": "array",
"items": {
"ref": "dev.tsunagite.game",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"player": {
"type": "string",
"format": "at-identifier",
"description": "The handle or DID of the player to search for profile records on. Will only return games the player has a profile for."
}
}
},
"description": "Batch game fetch"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}