JSON Import für Testdaten & Funktion zum Löschen aller Daten #33

Merged
flixcoo merged 44 commits from feature/31-json-import-fuer-testdaten into development 2025-11-22 16:47:15 +00:00
Showing only changes of commit 893eb91143 - Show all commits

View File

@@ -19,7 +19,7 @@
}, },
"players": { "players": {
"type": [ "type": [
"object", "array",
"null" "null"
], ],
"properties": { "properties": {
@@ -88,7 +88,7 @@
] ]
}, },
"winner": { "winner": {
"type": "string" "type": ["string","null"]
}, },
"required": [ "required": [
"id", "id",