Interface ValidationOptions

interface ValidationOptions {
    validation?: ValidationMode;
}

Properties

Properties

validation?: ValidationMode

The mode for validation.

Individual schemas may lower the validation mode.

Default Value

'hard'

Generated using TypeDoc