From 242bead1fb9ee2921a5795c6ec3de6f24a860752 Mon Sep 17 00:00:00 2001 From: jhampton Date: Thu, 6 Dec 2018 13:42:34 -0500 Subject: [PATCH] Adds optional attribute to value property - Value is no longer required --- spec/fixtures/api/schemas/job/trigger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/api/schemas/job/trigger.json b/spec/fixtures/api/schemas/job/trigger.json index a9d4ccd5dff..807178c662c 100644 --- a/spec/fixtures/api/schemas/job/trigger.json +++ b/spec/fixtures/api/schemas/job/trigger.json @@ -16,7 +16,7 @@ ], "properties": { "key": { "type": "string" }, - "value": { "type": "string" }, + "value": { "type": "string", "optional": true }, "public": { "type": "boolean" } }, "additionalProperties": false