Riot Games · Schema

AccountDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
puuid string Encrypted PUUID for use in game-specific APIs
gameName string
tagLine string
View JSON Schema on GitHub

JSON Schema

riot-games-accountdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountDTO",
  "title": "AccountDTO",
  "type": "object",
  "properties": {
    "puuid": {
      "type": "string",
      "description": "Encrypted PUUID for use in game-specific APIs"
    },
    "gameName": {
      "type": "string"
    },
    "tagLine": {
      "type": "string"
    }
  }
}