summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-24 10:00:58 +0200
committerWinnie Hellmann <winnie@gitlab.com>2018-10-24 10:00:58 +0200
commitd520338ad4941c6cdfaca25fdcca9a087db12c83 (patch)
treef421b06a9c385a4b87ed6ed87dd1dc61165594dc
parent408d08151a3db9f0feac4fa9aa8562f917d5629e (diff)
downloadgitlab-ce-d520338ad4941c6cdfaca25fdcca9a087db12c83.tar.gz
Add scheduled_actions to JSON schema
-rw-r--r--spec/fixtures/api/schemas/deployment.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/deployment.json b/spec/fixtures/api/schemas/deployment.json
index 44835386cfc..0828f113495 100644
--- a/spec/fixtures/api/schemas/deployment.json
+++ b/spec/fixtures/api/schemas/deployment.json
@@ -48,6 +48,10 @@
"manual_actions": {
"type": "array",
"items": { "$ref": "job/job.json" }
+ },
+ "scheduled_actions": {
+ "type": "array",
+ "items": { "$ref": "job/job.json" }
}
},
"additionalProperties": false