change how optional parameters are defined
This commit is contained in:
@@ -146,10 +146,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"groupId": {
|
||||
"anyOf": [
|
||||
{"type": "string"},
|
||||
{"type": "null"}
|
||||
]
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"playerIds": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user