From c4318505dcd7b60c28f7119c46b317ad92e65885 Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Thu, 9 Feb 2023 12:52:55 +1300 Subject: [PATCH] Add default for selectors (#33) * Selectors don't have enabled, do have default * allow bool or jinja string --- schemas/selectors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/selectors.json b/schemas/selectors.json index 6426256..026efad 100644 --- a/schemas/selectors.json +++ b/schemas/selectors.json @@ -17,7 +17,7 @@ "description": { "type": "string" }, - "enabled": { + "default": { "oneOf": [ { "type": "string",