fix: schema
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 54s
Pull Request Pipeline / test (pull_request) Has been cancelled

This commit is contained in:
2026-05-18 22:51:52 +02:00
parent 44c474ae77
commit f069f62e26

View File

@@ -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"
] ]
} }
} }