2017-04-24 13:55:07 -04:00
|
|
|
{
|
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"deployments": {
|
|
|
|
"items": {
|
2018-02-13 08:59:30 -05:00
|
|
|
"$ref": "deployment.json"
|
2017-04-24 13:55:07 -04:00
|
|
|
},
|
|
|
|
"minItems": 1,
|
|
|
|
"type": "array"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"deployments"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
}
|