Files
tlw-database-tool/src/main/resources/2021/WTL_Pokal.json
T

67 lines
1.4 KiB
JSON

{
"numberOfMatchdays": 5,
"matchesPerMatchday": 0,
"pointMode": 4,
"pointsTendency": 1,
"pointsDifference": 2,
"pointsDirectHit": 3,
"ko": 1,
"matchdayConfig": [
{
"TLWMatchday": 1,
"matchdayName": "1. Runde",
"numberOfMatches": 32,
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 2677,
"leagueMatchday": 1
}
]
},
{
"TLWMatchday": 2,
"matchdayName": "Achtelfinale",
"numberOfMatches": 16,
"matchesConfig": [
{
"type": "ToBeDefined",
"placeholderDatetime": "2020-12-22 18:30:00"
}
]
},
{
"TLWMatchday": 3,
"matchdayName": "Viertelfinale",
"numberOfMatches": 8,
"matchesConfig": [
{
"type": "ToBeDefined",
"placeholderDatetime": "2021-02-02 18:30:00"
}
]
},
{
"TLWMatchday": 4,
"matchdayName": "Halbfinale",
"numberOfMatches": 4,
"matchesConfig": [
{
"type": "ToBeDefined",
"placeholderDatetime": "2021-03-02 18:30:00"
}
]
},
{
"TLWMatchday": 5,
"matchdayName": "Finale",
"numberOfMatches": 6,
"matchesConfig": [
{
"type": "ToBeDefined",
"placeholderDatetime": "2021-05-01 20:30:00"
}
]
}
]
}