dev.tsunagite.listGames

tsunagite.dev

{
  "id": "dev.tsunagite.listGames",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "games"
          ],
          "properties": {
            "games": {
              "type": "array",
              "items": {
                "ref": "dev.tsunagite.game",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "description": "Opaque string - pass back in a future request as the `cursor` value"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 100,
            "description": "How many records to return."
          },
          "cursor": {
            "type": "string",
            "description": "Opaque string - receive from a previous request as the `cursor` value"
          },
          "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
}

Validate Record

Validate a record against dev.tsunagite.listGames

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pz4sp2vf5w26wnaee253gfms
CID
bafyreico5w7xczoyqnu42q42th2ei7ivrif5l7utfpeaeswq7nmh2t46uy
Indexed At
2026-05-05 22:55 UTC
AT-URI
at://did:plc:pz4sp2vf5w26wnaee253gfms/com.atproto.lexicon.schema/dev.tsunagite.listGames

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@