Schema corrected
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user