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