change how optional parameters are defined

This commit is contained in:
gelbeinhalb
2026-02-01 17:31:40 +01:00
parent 2ea68dcc89
commit 2a3ea32193

View File

@@ -146,10 +146,7 @@
"type": "string" "type": "string"
}, },
"groupId": { "groupId": {
"anyOf": [ "type": ["string", "null"]
{"type": "string"},
{"type": "null"}
]
}, },
"playerIds": { "playerIds": {
"type": "array", "type": "array",