1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- remove-response-code.json
+++ patched
@@
"get": {
"operationId": "with_default",
"responses": {
- "200": {
- "description": "Success"
- },
"default": {
"content": {
"application/json": {
Result for patch:
[
Change {
paths: [
ChangePath {
old: [
"#/paths/~1with-default/get",
],
new: [
"#/paths/~1with-default/get",
],
comparison: Output,
},
],
changes: [
ChangeInfo {
old_subpath: "",
new_subpath: "",
message: "operation no longer responds with status 200",
class: ForwardIncompatible,
details: Removed,
},
],
},
]