drift 0.2.0

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


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 uniqueItems changed",
                class: Unhandled,
                details: UnknownDifference,
            },
        ],
    },
]