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