games.gamesgamesgamesgames.getUserLists

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.getUserLists",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "lists"
          ],
          "properties": {
            "lists": {
              "type": "array",
              "items": {
                "ref": "#userListView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "description": "The DID of the user whose lists to retrieve."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "gameUri": {
            "type": "string",
            "format": "at-uri",
            "description": "If provided, each list includes a hasGame boolean indicating whether this game is in the list."
          }
        }
      },
      "description": "Get a user's lists with item counts. Optionally check which lists contain a specific game."
    },
    "userListView": {
      "type": "object",
      "required": [
        "uri",
        "name",
        "itemCount",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "hasGame": {
          "type": "boolean"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "itemCount": {
          "type": "integer"
        },
        "description": {
          "type": "string"
        },
        "previewItems": {
          "type": "array",
          "items": {
            "ref": "#listPreviewItem",
            "type": "ref"
          },
          "maxLength": 4
        }
      }
    },
    "listPreviewItem": {
      "type": "object",
      "required": [
        "uri",
        "name"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "slug": {
          "type": "string"
        },
        "media": {
          "type": "unknown"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.getUserLists

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:gamesgamesgamesgames.games
CID
bafyreiaonjx6il5tqyrolpy5kvosnce2h7kuwsjuqkagyfuq2zrvresrau
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.getUserLists

Lexicon Garden

@