From f069f62e26dc132487281bb634384680b79f9c20 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 18 May 2026 22:51:52 +0200 Subject: [PATCH] fix: schema --- assets/schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/schema.json b/assets/schema.json index 7f6aebd..8ec904a 100644 --- a/assets/schema.json +++ b/assets/schema.json @@ -166,6 +166,9 @@ "notes": { "type": "string" }, + "isTeamMatch": { + "type": "boolean" + }, "teams": { "type": ["array", "null"] } @@ -177,7 +180,8 @@ "createdAt", "gameId", "playerIds", - "notes" + "notes", + "isTeamMatch" ] } }