You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
64 lines
1.3 KiB
{
|
|
"models": [
|
|
{
|
|
"name": "Round",
|
|
"synchronizable": true,
|
|
"sideStorable": true,
|
|
"filterByStoreIdentifier": true,
|
|
"observable": true,
|
|
"relationshipNames": [],
|
|
"properties": [
|
|
{
|
|
"name": "id",
|
|
"type": "String",
|
|
"defaultValue": "Store.randomId()"
|
|
},
|
|
{
|
|
"name": "lastUpdate",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "tournament",
|
|
"type": "String",
|
|
"foreignKey": "Tournament"
|
|
},
|
|
{
|
|
"name": "index",
|
|
"type": "Int"
|
|
},
|
|
{
|
|
"name": "parent",
|
|
"type": "String",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "format",
|
|
"type": "MatchFormat",
|
|
"optional": true,
|
|
"private": true
|
|
},
|
|
{
|
|
"name": "startDate",
|
|
"type": "Date",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "groupStageLoserBracket",
|
|
"type": "Bool",
|
|
"defaultValue": "false"
|
|
},
|
|
{
|
|
"name": "loserBracketMode",
|
|
"type": "LoserBracketMode",
|
|
"defaultValue": ".automatic"
|
|
},
|
|
{
|
|
"name": "storeId",
|
|
"type": "String",
|
|
"optional": true,
|
|
"defaultValue": "nil"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|