From a6990b0821bad0e6ed199eefc75e4e3fb24c1b3b Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Mon, 13 Aug 2018 18:30:24 +0200 Subject: [PATCH] add version attribute to theme schema --- plugins/devkit/devkit-core/resources/schemes/theme.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/devkit/devkit-core/resources/schemes/theme.schema.json b/plugins/devkit/devkit-core/resources/schemes/theme.schema.json index b4a2a57564d0..69377134057c 100644 --- a/plugins/devkit/devkit-core/resources/schemes/theme.schema.json +++ b/plugins/devkit/devkit-core/resources/schemes/theme.schema.json @@ -1,4 +1,5 @@ { + "version": "0.1", "type": "object", "$schema": "http://json-schema.org/draft-07/schema#", "required": ["name", "dark", "author", "ui"],