json-schema-diff 0.1.8

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