First version with ability to create database for new season
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user