jsoncompat 0.4.2

JSON Schema and OpenAPI Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
{
  "type": "object",
  "properties": {
    "value": { "type": "integer" }
  },
  "required": ["value"],
  "additionalProperties": false
}