drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- boolean-enum-change.json
+++ patched
@@
             "type": "integer"
           },
           "enabled": {
+            "enum": [
+              true
+            ],
             "type": "boolean"
           },
           "ratio": {


Result for patch:
[
    Change {
        paths: [
            ChangePath {
                old: [
                    "#/components/schemas/TypedProperties",
                    "#/paths/~1typed/get/responses/200/content/application~1json/schema/$ref",
                ],
                new: [
                    "#/components/schemas/TypedProperties",
                    "#/paths/~1typed/get/responses/200/content/application~1json/schema/$ref",
                ],
                comparison: Output,
            },
        ],
        changes: [
            ChangeInfo {
                old_subpath: "properties/enabled",
                new_subpath: "properties/enabled",
                message: "boolean schema changed",
                class: Unhandled,
                details: UnknownDifference,
            },
        ],
    },
]