json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
---
source: tests/test.rs
assertion_line: 12
expression: diff
info:
  lhs:
    format: uuid
    type: string
  rhs:
    format: date-time
    type: string
input_file: tests/fixtures/format/format_change.json
---
[
    Change {
        path: "",
        change: FormatChange {
            old_format: "uuid",
            new_format: "date-time",
        },
    },
]