Make "assets" a required property in chef schema

This commit is contained in:
Anders Ingemann 2014-05-16 18:33:21 +02:00
parent b03ec12c41
commit 4caf5d1813

View file

@ -11,8 +11,7 @@
"properties": {
"assets": { "$ref": "#/definitions/absolute_path" }
},
"minProperties": 1,
"additionalProperties": false
"required": ["assets"]
}
}
}