```json { "lhs": { "anyOf": [{"type": "integer", "minimum": 1}] }, "rhs": { "anyOf": [{"type": "integer", "minimum": 1}, {"type": "integer", "maximum": 1}] } } ``` this does not produce diff. likely because of [here](https://github.com/getsentry/json-schema-diff/blob/ff64716d0514fcc992fb5946a4c0d9368b914685/src/diff_walker.rs#L34), `zip` will stop as soon as one of iterators stops producing values.