drift 0.1.4

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 {
        message: "operation added a new response code 500",
        old_path: [
            "#/paths/~1ping/get",
        ],
        new_path: [
            "#/paths/~1ping/get",
        ],
        comparison: Output,
        class: BackwardIncompatible,
        details: Added,
    },
]