Preparing search index...
The search index is not available
yaschema
yaschema
SchemaPreferredValidationMode
Type Alias SchemaPreferredValidationMode
SchemaPreferredValidationMode
:
ValidationMode
|
"initial"
|
"inherit"
The validation mode preferences for a schema.
"initial"
- use the initially specified validation mode for the current operation (ex. the
validation
field of the
options
parameter to
deserialize
).
"inherit"
- use the closet applicable mode from an ancestor schema level.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
yaschema
schema
AllOfSchema
AllowEmptyStringSchema
AllowNullSchema
AnySchema
ArraySchema
BooleanSchema
CustomSchema
CustomSchemaOptions
DateSchema
DeprecatedSchema
NotSchema
NullSchema
NumberSchema
ObjectSchema
OneOfSchema
OptionalSchema
RecordSchema
RegexSchema
RestrictedNumberOptions
RestrictedNumberSchema
RootSchema
StringSchema
TupleSchema
UndefinedSchema
UpgradedSchema
CustomCloner
CustomCloningResult
CustomValidation
CustomValidationResult
allOf
allOf3
allOf4
allOf5
allowEmptyString
allowNull
any
array
boolean
custom
date
deprecated
extendsObject
extendsObject2
extendsObject3
not
nullValue
number
object
omit
oneOf
oneOf3
oneOf4
oneOf5
optional
partial
pick
record
regex
restrictedNumber
root
string
tuple
undefinedValue
upgraded
CommonSchemaMeta
Logger
PureSchema
Range
SchemaFunctions
SerDes
ValidationOptions
AsyncDeserializer
AsyncSerializer
AsyncValidator
DataType
DeserializationResult
JsonArray
JsonObject
JsonValue
MarkerType
MeaningfulTypeofExtractor
NumberSubtypeArray
ObjectInference
Schema
SchemaPreferredValidationMode
SchemaType
SerializationResult
SingleOrArray
StringSubtypeArray
TypeOrPromisedType
ValidationErrorLevel
ValidationMode
ValidationResult
dataTypes
markerTypes
schemaTypes
getAsyncMaxWorkIntervalMSec
getAsyncTimeComplexityThreshold
getLogger
getMeaningfulTypeof
getMeaningfulTypeofExtractor
makeNumberSubtypeArray
makeSerDes
makeStringSubtypeArray
setAsyncMaxWorkIntervalMSec
setAsyncTimeComplexityThreshold
setLogger
setMeaningfulTypeofExtractor
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The validation mode preferences for a schema.
"initial"
- use the initially specified validation mode for the current operation (ex. thevalidation
field of theoptions
parameter todeserialize
)."inherit"
- use the closet applicable mode from an ancestor schema level.