json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
---
source: tests/test.rs
expression: diff
info:
  lhs:
    maximum: 1
    type: number
  rhs:
    exclusiveMaximum: 1
    type: number
input_file: tests/fixtures/range/to_exclusive_maximum.json
---
[
    Change {
        path: "",
        change: RangeChange {
            old_value: Maximum(
                1.0,
            ),
            new_value: ExclusiveMaximum(
                1.0,
            ),
        },
    },
]