drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- 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,
            },
        ],
    },
]