drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- string-format-change.json
+++ patched
@@
         "properties": {
           "message": {
             "description": "The greeting message",
+            "format": "uuid",
             "type": "string"
           },
           "not_a_number": {


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