bracket-data
Version:
Get some helpful data for a tournament bracket.
30 lines (29 loc) • 452 B
JSON
{
"regions": [
{
"id": "W",
"name": "West",
"fullname": "Western Conference"
},
{
"id": "E",
"name": "East",
"fullname": "Eastern Conference"
}
],
"scoring": {
"standard": [
[],
[],
[],
[]
]
},
"order": [1, 8, 4, 5, 2, 7, 3, 6],
"bestOf": 7,
"finalRegion": {
"id": "F",
"name": "Finals",
"fullname": "NBA Finals"
}
}