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"
},
"groupId": {
"anyOf": [
{"type": "string"},
{"type": "null"}
]
"type": ["string", "null"]
},
"playerIds": {
"type": "array",