Commit 7b50ba8a authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/fixtures/api/schemas/public_api/v3/merge_requests.json

parent aec22c71
...@@ -74,10 +74,7 @@ ...@@ -74,10 +74,7 @@
"force_remove_source_branch": { "type": ["boolean", "null"] }, "force_remove_source_branch": { "type": ["boolean", "null"] },
"web_url": { "type": "uri" }, "web_url": { "type": "uri" },
"subscribed": { "type": ["boolean"] }, "subscribed": { "type": ["boolean"] },
<<<<<<< HEAD
"approvals_before_merge": { "type": ["integer", "null"] }, "approvals_before_merge": { "type": ["integer", "null"] },
=======
>>>>>>> upstream/master
"squash": { "type": "boolean" } "squash": { "type": "boolean" }
}, },
"required": [ "required": [
...@@ -88,11 +85,7 @@ ...@@ -88,11 +85,7 @@
"labels", "work_in_progress", "milestone", "merge_when_build_succeeds", "labels", "work_in_progress", "milestone", "merge_when_build_succeeds",
"merge_status", "sha", "merge_commit_sha", "user_notes_count", "merge_status", "sha", "merge_commit_sha", "user_notes_count",
"should_remove_source_branch", "force_remove_source_branch", "should_remove_source_branch", "force_remove_source_branch",
<<<<<<< HEAD
"web_url", "subscribed", "approvals_before_merge", "squash" "web_url", "subscribed", "approvals_before_merge", "squash"
=======
"web_url", "subscribed", "squash"
>>>>>>> upstream/master
], ],
"additionalProperties": false "additionalProperties": false
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment