40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"name": "Baseball - coming soon",
|
|
"outcomes": [
|
|
"Win",
|
|
"Loss"
|
|
],
|
|
"results": [
|
|
{ "name" : "1", "description" : "1st inning runs" },
|
|
{ "name" : "2", "description" : "2nd inning runs" },
|
|
{ "name" : "3", "description" : "3rd inning runs" },
|
|
{ "name" : "4", "description" : "4th inning runs" },
|
|
{ "name" : "5", "description" : "5th inning runs" },
|
|
{ "name" : "6", "description" : "6th inning runs" },
|
|
{ "name" : "7", "description" : "7th inning runs" },
|
|
{ "name" : "8", "description" : "8th inning runs" },
|
|
{ "name" : "9", "description" : "9th inning runs" },
|
|
{ "name" : "", "id" : "extra", "description" : "Extra inning runs" },
|
|
{ "name" : "R", "description" : "Total runs", "main" : 1 },
|
|
{ "name" : "H", "description" : "Hits" },
|
|
{ "name" : "E", "description" : "Errors" }
|
|
],
|
|
"performance": [
|
|
],
|
|
"columns": [
|
|
{ "name" : "W", "equation" : "$win", "description" : "Wins" },
|
|
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
|
{ "name" : "PCT", "equation" : "$win / $eventsplayed", "precision" : 3, "description" : "Win percentage" },
|
|
{ "name" : "RS", "equation" : "$rfor", "description" : "Runs scored" },
|
|
{ "name" : "RA", "equation" : "$ragainst", "description" : "Runs allowed" },
|
|
{ "name" : "DIFF", "equation" : "$rfor - $ragainst", "description" : "Run differential" },
|
|
{ "name" : "L10", "equation" : "$last10", "description" : "Last 10 games" },
|
|
{ "name" : "STRK", "equation" : "$streak", "description" : "Current streak" }
|
|
],
|
|
"metrics": [
|
|
"Height",
|
|
"Weight"
|
|
],
|
|
"statistics": [
|
|
]
|
|
} |