Updated schema
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"players": {
|
"players": {
|
||||||
"type": "null"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"type": "null"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"winner": {
|
"winner": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -33,8 +33,6 @@
|
|||||||
"id",
|
"id",
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"name",
|
"name",
|
||||||
"players",
|
|
||||||
"group",
|
|
||||||
"winner"
|
"winner"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user