Add support for extra time for a specific day

This commit is contained in:
Jonas Lochmann
2020-03-02 01:00:00 +01:00
parent af17e6cc8e
commit 0ecb7e4830
10 changed files with 121 additions and 46 deletions
+6
View File
@@ -370,6 +370,9 @@ const definitions = {
},
"addedExtraTime": {
"type": "number"
},
"day": {
"type": "number"
}
},
"additionalProperties": false,
@@ -483,6 +486,9 @@ const definitions = {
},
"newExtraTime": {
"type": "number"
},
"day": {
"type": "number"
}
},
"additionalProperties": false,