json-schema-diff 0.1.8

Diff changes between JSON schema files.
Documentation
1
2
3
4
{
  "lhs": { "anyOf": [{ "type": "number" }, { "type": "string" }, { "const": 1 }] },
  "rhs": { "anyOf": [{ "const": 1 }, { "const": "1" }] }
}