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
--- add-response-code.json
+++ patched
@@
"responses": {
"200": {
"description": "Ping successful"
+ },
+ "500": {
+ "description": "Internal server error"
}
},
"summary": "Ping operation"
Result for patch:
[
Change {
paths: [
ChangePath {
old: [
"#/paths/~1ping/get",
],
new: [
"#/paths/~1ping/get",
],
comparison: Output,
},
],
changes: [
ChangeInfo {
old_subpath: "",
new_subpath: "",
message: "operation added a new response code 500",
class: BackwardIncompatible,
details: Added,
},
],
},
]