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" "type": "string"
}, },
"players": { "players": {
"type": "null" "type": "object"
}, },
"group": { "group": {
"type": "null" "type": "object"
}, },
"winner": { "winner": {
"type": "string" "type": "string"
@@ -33,8 +33,6 @@
"id", "id",
"createdAt", "createdAt",
"name", "name",
"players",
"group",
"winner" "winner"
] ]
} }