fix: schema
This commit is contained in:
@@ -166,6 +166,9 @@
|
|||||||
"notes": {
|
"notes": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"isTeamMatch": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"teams": {
|
"teams": {
|
||||||
"type": ["array", "null"]
|
"type": ["array", "null"]
|
||||||
}
|
}
|
||||||
@@ -177,7 +180,8 @@
|
|||||||
"createdAt",
|
"createdAt",
|
||||||
"gameId",
|
"gameId",
|
||||||
"playerIds",
|
"playerIds",
|
||||||
"notes"
|
"notes",
|
||||||
|
"isTeamMatch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user