Last updated February 12, 2016
Used by: Tournament
| Name | Type | Description |
|---|---|---|
start_date |
date | The date in YYYY-MM-DD format of when this round starts |
finish_date |
date | The date in YYYY-MM-DD format of when this round finishes |
sequence |
integer | The order in this tournament's rounds in which this round takes place |
name |
string | The name of this round |
round_format |
string | The format of this round (e.g., Best of Five, Best of Seven) |
{
"start_date" : "2016-04-17",
"finish_date" : "2016-05-01",
"sequence" : 1,
"ordinal_sequence" : "first",
"name" : "First Round",
"round_format" : "Best of Seven"
}