Riot Games · Schema

CurrentGameParticipantDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
teamId integer
spell1Id integer
spell2Id integer
championId integer
profileIconId integer
summonerName string
puuid string
View JSON Schema on GitHub

JSON Schema

riot-games-currentgameparticipantdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CurrentGameParticipantDTO",
  "title": "CurrentGameParticipantDTO",
  "type": "object",
  "properties": {
    "teamId": {
      "type": "integer",
      "format": "int64"
    },
    "spell1Id": {
      "type": "integer",
      "format": "int64"
    },
    "spell2Id": {
      "type": "integer",
      "format": "int64"
    },
    "championId": {
      "type": "integer",
      "format": "int64"
    },
    "profileIconId": {
      "type": "integer",
      "format": "int64"
    },
    "summonerName": {
      "type": "string"
    },
    "puuid": {
      "type": "string"
    }
  }
}