Variable: ValidationMode
constValidationMode:object
Validation modes for validating data types.
Type Declaration
Validate
readonlyValidate:"validate"="validate"
Use the validation method of the data type.
JsonSchema
readonlyJsonSchema:"json-schema"="json-schema"
Use the JSON Schema methods of the data type.
Either
readonlyEither:"either"="either"
Use either validation mode.
Both
readonlyBoth:"both"="both"
Use both validation modes.