drift 0.2.0

Library for comparing the compatibility of OpenAPI documents
Documentation
--- array-items-add.json
+++ patched
@@
         ]
       },
       "ArrayWithConstraints": {
-        "items": {
-          "type": "string"
-        },
         "maxItems": 10,
         "minItems": 1,
         "type": "array",


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