drift 0.1.4

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 {
        message: "operation no longer responds with status 200",
        old_path: [
            "#/paths/~1with-default/get",
        ],
        new_path: [
            "#/paths/~1with-default/get",
        ],
        comparison: Output,
        class: ForwardIncompatible,
        details: Removed,
    },
]