json-schema-diff 0.1.8

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