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 f40a9ad09b - Show all commits

View File

@@ -20,10 +20,10 @@
"type": "string"
},
"players": {
"type": "null"
"type": "object"
},
"group": {
"type": "null"
"type": "object"
},
"winner": {
"type": "string"
@@ -33,8 +33,6 @@
"id",
"createdAt",
"name",
"players",
"group",
"winner"
]
}