Riot Games · Schema

MatchTimelineDTO

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
metadata object
info object
View JSON Schema on GitHub

JSON Schema

riot-games-matchtimelinedto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MatchTimelineDTO",
  "title": "MatchTimelineDTO",
  "type": "object",
  "properties": {
    "metadata": {
      "type": "object",
      "properties": {
        "matchId": {
          "type": "string"
        }
      }
    },
    "info": {
      "type": "object",
      "properties": {
        "frameInterval": {
          "type": "integer"
        },
        "frames": {
          "type": "array",
          "items": {
            "type": "object"
          }
        }
      }
    }
  }
}