drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- remove-header-parameter.json
+++ patched
@@
         "operationId": "with_header",
         "parameters": [
           {
-            "in": "header",
-            "name": "X-Request-Id",
-            "required": true,
-            "schema": {
-              "type": "string"
-            }
-          },
-          {
             "in": "cookie",
             "name": "session",
             "required": false,


Result for patch:
[
    Change {
        paths: [
            ChangePath {
                old: [
                    "#/paths/~1with-header/get",
                ],
                new: [
                    "#/paths/~1with-header/get",
                ],
                comparison: Input,
            },
        ],
        changes: [
            ChangeInfo {
                old_subpath: "parameters/0",
                new_subpath: "",
                message: "The parameter 'X-Request-Id' was removed",
                class: BackwardIncompatible,
                details: Removed,
            },
        ],
    },
]