From d520338ad4941c6cdfaca25fdcca9a087db12c83 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Wed, 24 Oct 2018 10:00:58 +0200 Subject: [PATCH] Add scheduled_actions to JSON schema --- spec/fixtures/api/schemas/deployment.json | 4 ++++ 1 file changed, 4 insertions(+) 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