From 3ee0c314d674341c043e11c339fe175478685134 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Tue, 10 Dec 2013 22:30:32 +0100 Subject: [PATCH] Remove some required properties from schemas. They are still required, but it's not really possible run the schemas without these properties being there --- plugins/prebootstrapped/manifest-schema.json | 5 ++--- plugins/root_password/manifest-schema.json | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/plugins/prebootstrapped/manifest-schema.json b/plugins/prebootstrapped/manifest-schema.json index 53fbaec..4c200af 100644 --- a/plugins/prebootstrapped/manifest-schema.json +++ b/plugins/prebootstrapped/manifest-schema.json @@ -27,9 +27,8 @@ } } } - }, - "required": ["prebootstrapped"] + } } }, - "required": ["volume", "plugins"] + "required": ["volume"] } diff --git a/plugins/root_password/manifest-schema.json b/plugins/root_password/manifest-schema.json index 4344d4a..fee0b5f 100644 --- a/plugins/root_password/manifest-schema.json +++ b/plugins/root_password/manifest-schema.json @@ -15,9 +15,7 @@ }, "required": ["password"] } - }, - "required": ["root_password"] + } } - }, - "required": ["plugins"] + } }