drift 0.2.0

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