We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
anyOf
not
schema = { "not": { "anyOf": [ {"type": "null"}, {"type": "boolean"}, {"type": "number"}, {"type": "number", "multipleOf": 2.5}, ] } }