diff options
author | jhampton <jhampton@gitlab.com> | 2018-12-05 22:32:43 -0500 |
---|---|---|
committer | jhampton <jhampton@gitlab.com> | 2018-12-05 22:32:43 -0500 |
commit | 0c8b70d8e6f67bb22161d032bd0c439454650e69 (patch) | |
tree | 9b5bc27cd2ed8d70a42fb1ba3ada2ea26f6a3c94 /spec/fixtures | |
parent | 73b6aff7813139c0b4d716a473288d5d664ea731 (diff) | |
download | gitlab-ce-0c8b70d8e6f67bb22161d032bd0c439454650e69.tar.gz |
Removes value from required properties
- Value is now conditionally included
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/job/trigger.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/job/trigger.json b/spec/fixtures/api/schemas/job/trigger.json index 1c7e9cc7693..a9d4ccd5dff 100644 --- a/spec/fixtures/api/schemas/job/trigger.json +++ b/spec/fixtures/api/schemas/job/trigger.json @@ -12,7 +12,6 @@ "type": "object", "required": [ "key", - "value", "public" ], "properties": { |