Files
tlw-database-tool/src/main/resources/Tippliga_Configs/lc_2026.json
T
2026-05-27 23:36:18 +02:00

135 lines
3.0 KiB
JSON

{
"numberOfMatchdays": 8,
"matchesPerMatchday": 0,
"pointMode": 4,
"pointsTendency": 1,
"pointsDifference": 2,
"pointsDirectHit": 3,
"ko": 1,
"matchdayConfig": [
{
"TLWMatchday": 1,
"numberOfMatches": 24,
"matchdayName": "1. Spieltag",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 1,
"showTable": true
}
]
},
{
"TLWMatchday": 2,
"numberOfMatches": 24,
"matchdayName": "2. Spieltag",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 2,
"showTable": true
}
]
},
{
"TLWMatchday": 3,
"numberOfMatches": 24,
"matchdayName": "3. Spieltag",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 3,
"showTable": true
}
]
},
{
"TLWMatchday": 4,
"numberOfMatches": 16,
"matchdayName": "Sechzentelfinale",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 4,
"showTable": true
},
{
"type": "Placeholder",
"placeholderDatetime": "2026-06-28 21:00:00"
}
]
},
{
"TLWMatchday": 5,
"numberOfMatches": 8,
"matchdayName": "Achtelfinale",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 5,
"showTable": true
},
{
"type": "Placeholder",
"placeholderDatetime": "2026-07-04 19:00:00"
}
]
},
{
"TLWMatchday": 6,
"numberOfMatches": 4,
"matchdayName": "Viertelfinale",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 6,
"showTable": true
},
{
"type": "Placeholder",
"placeholderDatetime": "2026-07-09 22:00:00"
}
]
},
{
"TLWMatchday": 7,
"numberOfMatches": 2,
"matchdayName": "Halbfinale",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 7,
"showTable": true
},
{
"type": "Placeholder",
"placeholderDatetime": "2026-07-14 21:00:00"
}
]
},
{
"TLWMatchday": 8,
"numberOfMatches": 2,
"matchdayName": "Finale",
"matchesConfig": [
{
"type": "AllMatchesOfMatchday",
"matchesLeague": 1,
"leagueMatchday": 8,
"showTable": true
},
{
"type": "Placeholder",
"placeholderDatetime": "2026-07-18 23:00:00"
}
]
}
]
}