2017-08-17 22:00:37 +05:30
|
|
|
{
|
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"deployments": {
|
|
|
|
"items": {
|
2018-03-27 19:54:05 +05:30
|
|
|
"$ref": "deployment.json"
|
2017-08-17 22:00:37 +05:30
|
|
|
},
|
|
|
|
"minItems": 1,
|
|
|
|
"type": "array"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"deployments"
|
|
|
|
],
|
|
|
|
"type": "object"
|
|
|
|
}
|