games.gamesgamesgamesgames.feed.getListItems

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.feed.getListItems",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "#listItemView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "listUri"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 30,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "listUri": {
            "type": "string",
            "format": "at-uri",
            "description": "The AT-URI of the list."
          }
        }
      },
      "description": "Get paginated game items from a list."
    },
    "listItemView": {
      "type": "object",
      "required": [
        "uri",
        "addedAt",
        "game"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "game": {
          "type": "unknown"
        },
        "addedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.feed.getListItems

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@