json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
---
source: tests/test.rs
expression: diff
info:
  lhs:
    properties:
      hello:
        type: string
      world:
        type: string
    type: object
  rhs:
    properties:
      hello:
        type: string
    type: object
input_file: tests/fixtures/properties/remove.json
---
[
    Change {
        path: "",
        change: PropertyRemove {
            lhs_additional_properties: true,
            removed: "world",
        },
    },
]