games.gamesgamesgamesgames.feed.getUpcomingReleasesFeed

gamesgamesgamesgames.games

{
  "id": "games.gamesgamesgamesgames.feed.getUpcomingReleasesFeed",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "games.gamesgamesgamesgames.defs#gameFeedViewItem",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string"
            },
            "totalCount": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "to": {
            "type": "string",
            "description": "Upper bound date as YYYYMMDD (inclusive). Limits results to releases on or before this date."
          },
          "now": {
            "type": "string",
            "description": "Current date as YYYYMMDD. Used to determine what counts as upcoming."
          },
          "from": {
            "type": "string",
            "description": "Lower bound date as YYYYMMDD (exclusive). Overrides 'now' for the chronological mode filter."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string"
          },
          "shuffle": {
            "type": "boolean",
            "default": false,
            "description": "When true, returns a randomized subset from the near-term window instead of stable chronological order."
          }
        }
      },
      "description": "Get upcoming game releases ordered by closest release date first."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.feed.getUpcomingReleasesFeed

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@