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