suretype icon indicating copy to clipboard operation
suretype copied to clipboard

Support `not`

Open dbartholomae opened this issue 3 years ago • 0 comments

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.

dbartholomae avatar Jan 20 '22 21:01 dbartholomae