Riot Games · Schema

ChampionInfoDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
freeChampionIds array
freeChampionIdsForNewPlayers array
maxNewPlayerLevel integer
View JSON Schema on GitHub

JSON Schema

riot-games-championinfodto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChampionInfoDTO",
  "title": "ChampionInfoDTO",
  "type": "object",
  "properties": {
    "freeChampionIds": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "freeChampionIdsForNewPlayers": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "maxNewPlayerLevel": {
      "type": "integer"
    }
  }
}