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:
authorjhampton <jhampton@gitlab.com>2018-12-06 21:42:34 +0300
committerjhampton <jhampton@gitlab.com>2018-12-06 21:42:34 +0300
commit242bead1fb9ee2921a5795c6ec3de6f24a860752 (patch)
tree74c83dfc00a20a67520c8d8bf5a268509d531df0 /spec/fixtures
parentf76587c04842028e6b3cca26be507ba03fe655b9 (diff)
Adds optional attribute to value property
- Value is no longer required
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/job/trigger.json2
1 files changed, 1 insertions, 1 deletions
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