debian-mirror-gitlab/spec/fixtures/api/schemas/deployments.json

17 lines
248 B
JSON
Raw Normal View History

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"
}