From 2a3ea32193734d3771ae2c901c1d424784c4e80d Mon Sep 17 00:00:00 2001 From: gelbeinhalb Date: Sun, 1 Feb 2026 17:31:40 +0100 Subject: [PATCH] change how optional parameters are defined --- assets/schema.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/schema.json b/assets/schema.json index a00cd6e..252fb24 100644 --- a/assets/schema.json +++ b/assets/schema.json @@ -146,10 +146,7 @@ "type": "string" }, "groupId": { - "anyOf": [ - {"type": "string"}, - {"type": "null"} - ] + "type": ["string", "null"] }, "playerIds": { "type": "array",