Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-24 11:00:58 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-10-24 11:00:58 +0300
commitd520338ad4941c6cdfaca25fdcca9a087db12c83 (patch)
treef421b06a9c385a4b87ed6ed87dd1dc61165594dc /spec/fixtures
parent408d08151a3db9f0feac4fa9aa8562f917d5629e (diff)
Add scheduled_actions to JSON schema
Diffstat (limited to 'spec/fixtures')
-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