jsoncompat 0.4.2

JSON Schema and OpenAPI Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "patternProperties": {
    "^(?=x$)x$": true
  },
  "additionalProperties": false,
  "dependentRequired": {
    "x": ["y"]
  }
}