json-schema-diff 0.1.8

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