Riot Games · Schema

ClashPlayerDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
summonerId string
teamId string
position string
role string
View JSON Schema on GitHub

JSON Schema

riot-games-clashplayerdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClashPlayerDTO",
  "title": "ClashPlayerDTO",
  "type": "object",
  "properties": {
    "summonerId": {
      "type": "string"
    },
    "teamId": {
      "type": "string"
    },
    "position": {
      "type": "string"
    },
    "role": {
      "type": "string"
    }
  }
}