Riot Games · Schema

FeaturedGamesDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
gameList array
clientRefreshInterval integer
View JSON Schema on GitHub

JSON Schema

riot-games-featuredgamesdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeaturedGamesDTO",
  "title": "FeaturedGamesDTO",
  "type": "object",
  "properties": {
    "gameList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CurrentGameInfoDTO"
      }
    },
    "clientRefreshInterval": {
      "type": "integer",
      "format": "int64"
    }
  }
}