jsoncompat 0.4.1

JSON Schema and OpenAPI Compatibility Checker
Documentation
1
2
3
4
5
6
7
{
  "compatible": false,
  "surfaces": [
    "Request"
  ],
  "expected_message": "old schema #/properties/path/properties/petId/properties/value: property 'path' -> property 'petId' -> property 'value': new values may be strings, but the previous schema only accepted enumerated values"
}