diff --git a/bootstrapvz/plugins/apt_proxy/manifest-schema.json b/bootstrapvz/plugins/apt_proxy/manifest-schema.json index ae407eb..8c8e932 100644 --- a/bootstrapvz/plugins/apt_proxy/manifest-schema.json +++ b/bootstrapvz/plugins/apt_proxy/manifest-schema.json @@ -21,9 +21,7 @@ }, "required": ["address", "port"] } - }, - "required": ["apt_proxy"] + } } - }, - "required": ["plugins"] + } } diff --git a/bootstrapvz/plugins/ntp/manifest-schema.json b/bootstrapvz/plugins/ntp/manifest-schema.json index d15be21..c386045 100644 --- a/bootstrapvz/plugins/ntp/manifest-schema.json +++ b/bootstrapvz/plugins/ntp/manifest-schema.json @@ -16,9 +16,7 @@ } } } - }, - "required": ["ntp"] + } } - }, - "required": ["plugins"] + } } diff --git a/bootstrapvz/plugins/vagrant/manifest-schema.json b/bootstrapvz/plugins/vagrant/manifest-schema.json index dc4734e..c52c180 100644 --- a/bootstrapvz/plugins/vagrant/manifest-schema.json +++ b/bootstrapvz/plugins/vagrant/manifest-schema.json @@ -23,9 +23,7 @@ "type": "object", "properties": { "vagrant": { - "type": "object", - "properties": { - } + "type": "object" } } }