json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
---
source: tests/test.rs
assertion_line: 12
expression: diff
info:
  lhs:
    type: string
  rhs:
    pattern: "^[a-z]+$"
    type: string
input_file: tests/fixtures/pattern/pattern_add.json
---
[
    Change {
        path: "",
        change: PatternAdd {
            added: "^[a-z]+$",
        },
    },
]