json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
---
source: tests/test.rs
expression: diff
info:
  lhs:
    anyOf:
      - type: number
      - type: string
      - const: 1
  rhs:
    anyOf:
      - const: 1
      - const: "1"
input_file: tests/fixtures/const/const_in_any_of_2.json
---
[
    Change {
        path: ".<anyOf:1>",
        change: ConstAdd {
            added: String("1"),
        },
    },
]