OasSchema.not

This keyword's value MUST be an object. This object MUST be a valid JSON Schema.

An instance is valid against this keyword if it fails to validate successfully against the schema defined by this keyword.

Inline or referenced schema MUST be of a OasSchema object and not a standard JSON Schema.

class OasSchema
@jsonOptional
OasSchema not;

See Also

Meta