MVP #141

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