From 79002f96c4aa96ad29670e6dee864bf047d3b9fd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Aug 2017 09:58:19 +0200 Subject: [PATCH] fix: JSON schema fixed to have a colour at entry level --- schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema.json b/schema.json index 5018593..58c17e7 100644 --- a/schema.json +++ b/schema.json @@ -19,6 +19,9 @@ "description": { "type": "string" }, + "colour": { + "type": "string" + }, "value": { "type": "string" },