suretype
suretype copied to clipboard
Support `not`
Hi! I think it currently isn't possible to create the following schema:
{
"type": "object",
"properties": {
"x": { "type": "integer" }
},
"required": [ "x" ],
"not": { "required": [ "z" ] }
}
It would be great to add this.