Skip to content

Commit

Permalink
Fix: schema of match players
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo authored and TeoCalvo committed Nov 26, 2023
1 parent 1d5a00e commit 97a3150
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions src/02.bronze/dota/schema/matches_players.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,36 +240,12 @@
"nullable": true,
"type": "long"
},
{
"metadata": {},
"name": "party_id",
"nullable": true,
"type": "long"
},
{
"metadata": {},
"name": "party_size",
"nullable": true,
"type": "long"
},
{
"metadata": {},
"name": "pings",
"nullable": true,
"type": "long"
},
{
"metadata": {},
"name": "pred_vict",
"nullable": true,
"type": "boolean"
},
{
"metadata": {},
"name": "randomed",
"nullable": true,
"type": "boolean"
},
{
"metadata": {},
"name": "roshans_killed",
Expand All @@ -292,7 +268,7 @@
"metadata": {},
"name": "teamfight_participation",
"nullable": true,
"type": "string"
"type": "float"
},
{
"metadata": {},
Expand Down Expand Up @@ -412,13 +388,13 @@
"metadata": {},
"name": "kills_per_min",
"nullable": true,
"type": "double"
"type": "float"
},
{
"metadata": {},
"name": "kda",
"nullable": true,
"type": "long"
"type": "float"
},
{
"metadata": {},
Expand Down

0 comments on commit 97a3150

Please sign in to comment.