debian-mirror-gitlab/spec/fixtures/api/schemas/deployments.json
2018-03-27 19:54:05 +05:30

17 lines
248 B
JSON

{
"additionalProperties": false,
"properties": {
"deployments": {
"items": {
"$ref": "deployment.json"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"deployments"
],
"type": "object"
}