gitlab-org--gitlab-foss/spec/fixtures/api/schemas/deployments.json
Rémy Coutable 7f4b14b104
Port spec/fixtures/api/schemas/deployment.json from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-13 14:59:30 +01:00

16 lines
248 B
JSON

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