Last updated February 12, 2016
Used by: Tournament
| Name | Type | Description |
|---|---|---|
seed |
integer | The seed in the tournament. If the tournament does not use seeds, thie value will be omitted |
ordinal_seed |
string | The seed as an ordinal number (e.g., 1st, 2nd, 3rd) |
team |
object | Team object |
{
"seed" : 1,
"ordinal_seed" : "1st",
"team" : {
},
"results" : [ Event IDs ]
}