drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- integer-format-change.json
+++ patched
@@
       "TypedProperties": {
         "properties": {
           "count": {
+            "format": "int64",
             "type": "integer"
           },
           "enabled": {


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/count",
                new_subpath: "properties/count",
                message: "integer schema changed",
                class: Unhandled,
                details: UnknownDifference,
            },
        ],
    },
]