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"] + } }