"not": { "allOff": [ { "$ref" : "#/definitions/processor-response" } ] }, , "processorResponse" : "#/definitions/processor-response" { "type": "object", "properties": { "x": { "type": "integer" } }, "required": [ "x" ], "not": { "required": [ "z" ] } }