summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/deployment.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/deployment.json')
-rw-r--r--spec/fixtures/api/schemas/deployment.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/deployment.json b/spec/fixtures/api/schemas/deployment.json
index fe725b97c21..81c2d1ef5ab 100644
--- a/spec/fixtures/api/schemas/deployment.json
+++ b/spec/fixtures/api/schemas/deployment.json
@@ -47,6 +47,12 @@
{ "$ref": "job/job.json" }
]
},
+ "cluster": {
+ "oneOf": [
+ { "type": "null" },
+ { "$ref": "cluster_basic.json" }
+ ]
+ },
"manual_actions": {
"type": "array",
"items": { "$ref": "job/job.json" }