diff options
author | jhampton <jhampton@gitlab.com> | 2018-12-06 13:42:34 -0500 |
---|---|---|
committer | jhampton <jhampton@gitlab.com> | 2018-12-06 13:42:34 -0500 |
commit | 242bead1fb9ee2921a5795c6ec3de6f24a860752 (patch) | |
tree | 74c83dfc00a20a67520c8d8bf5a268509d531df0 /spec/fixtures | |
parent | f76587c04842028e6b3cca26be507ba03fe655b9 (diff) | |
download | gitlab-ce-242bead1fb9ee2921a5795c6ec3de6f24a860752.tar.gz |
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.json | 2 |
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 |