From 4caf5d1813c0aa915b4fc9c15508bae1f917a2ea Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Fri, 16 May 2014 18:33:21 +0200 Subject: [PATCH] Make "assets" a required property in chef schema --- bootstrapvz/plugins/chef/manifest-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrapvz/plugins/chef/manifest-schema.json b/bootstrapvz/plugins/chef/manifest-schema.json index c7b1299..9d70622 100644 --- a/bootstrapvz/plugins/chef/manifest-schema.json +++ b/bootstrapvz/plugins/chef/manifest-schema.json @@ -11,8 +11,7 @@ "properties": { "assets": { "$ref": "#/definitions/absolute_path" } }, - "minProperties": 1, - "additionalProperties": false + "required": ["assets"] } } }