Add description to squash player metrics

This commit is contained in:
Brian Miyaji
2015-12-29 15:19:05 +11:00
parent 84ba4e5072
commit f0a36da63f

View File

@@ -25,8 +25,8 @@
{ "name" : "Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Total points" }
],
"metrics": [
"Height",
"Weight"
{ "name" : "Height", "description" : "Player height" },
{ "name" : "Weight", "description" : "Player weight" }
],
"statistics": [
]