MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +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"
] ]
} }