drift 0.1.4

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 {
        message: "The parameter 'X-Request-Id' was removed",
        old_path: [
            "#/paths/~1with-header/get/parameters/0",
        ],
        new_path: [
            "#/paths/~1with-header/get",
        ],
        comparison: Input,
        class: BackwardIncompatible,
        details: Removed,
    },
]