From 8d2847756271a1b4eb06a27b044b4096bd21f55c Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 13 Sep 2020 19:59:02 -0400 Subject: Fix default options missing profiles (#829) * Add minItems requirement for profiles array * Use minItems/maxItems for default value construction --- ext/bg/data/options-schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/bg/data') diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 93dde1e0..71d5e7db 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -15,6 +15,7 @@ }, "profiles": { "type": "array", + "minItems": 1, "items": { "type": "object", "required": [ -- cgit v1.2.3