mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Make "assets" a required property in chef schema
This commit is contained in:
parent
b03ec12c41
commit
4caf5d1813
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"assets": { "$ref": "#/definitions/absolute_path" }
|
"assets": { "$ref": "#/definitions/absolute_path" }
|
||||||
},
|
},
|
||||||
"minProperties": 1,
|
"required": ["assets"]
|
||||||
"additionalProperties": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue