drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- array-max-items-change.json
+++ patched
@@
         "items": {
           "type": "string"
         },
-        "maxItems": 10,
+        "maxItems": 20,
         "minItems": 1,
         "type": "array",
         "uniqueItems": false


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