16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"deployments": {
|
|
"items": {
|
|
"$ref": "deployment.json"
|
|
},
|
|
"minItems": 1,
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"deployments"
|
|
],
|
|
"type": "object"
|
|
}
|