jsoncompat 0.4.2

JSON Schema and OpenAPI Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
{
  "old_only": [
    {"id": "1", "name": "old obj", "config": {"enable": true}}
  ],
  "new_only": [
    {"id": "2", "name": "new obj", "description": "req", "config": {"enable": false}}
  ]
}