34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"name": "Squash",
|
|
"outcomes": [
|
|
{ "name" : "Win", "condition" : ">" },
|
|
{ "name" : "Loss", "condition" : "<" },
|
|
{ "name" : "Draw", "condition" : "=" }
|
|
],
|
|
"results": [
|
|
{ "name" : "G1", "description" : "1st game" },
|
|
{ "name" : "G2", "description" : "2nd game" },
|
|
{ "name" : "G3", "description" : "3rd game" },
|
|
{ "name" : "G4", "description" : "4th game" },
|
|
{ "name" : "G5", "description" : "5th game" },
|
|
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
|
],
|
|
"performance": [
|
|
],
|
|
"columns": [
|
|
{ "name" : "P", "equation" : "$eventsplayed", "description" : "Matches played" },
|
|
{ "name" : "W", "equation" : "$win", "priority" : 1, "description" : "Wins" },
|
|
{ "name" : "D", "equation" : "$draw", "description" : "Draws" },
|
|
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
|
{ "name" : "F", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" },
|
|
{ "name" : "A", "equation" : "$pointsagainst", "description" : "Points against" },
|
|
{ "name" : "Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Total points" }
|
|
],
|
|
"metrics": [
|
|
{ "name" : "Height", "description" : "Player height" },
|
|
{ "name" : "Weight", "description" : "Player weight" }
|
|
],
|
|
"statistics": [
|
|
]
|
|
}
|