drift 0.1.4

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 {
        message: "integer schema changed",
        old_path: [
            "#/components/schemas/TypedProperties/properties/count",
            "#/paths/~1typed/get/responses/200/content/application~1json/schema/$ref",
        ],
        new_path: [
            "#/components/schemas/TypedProperties/properties/count",
            "#/paths/~1typed/get/responses/200/content/application~1json/schema/$ref",
        ],
        comparison: Output,
        class: Unhandled,
        details: UnknownDifference,
    },
]