Implied data type.
Original data type.
Optional
optional: trueOptional
Schema instance.
Modifies data model
to allow undefined
values.
Model to modify.
Optional
optional: trueOptional
Modified schema or original one if it is already optional.
Creates a schema for the given data type
that prohibits undefined
values.
Implied data type.
Original data type.
Schema instance.
Modifies data model
to prohibit undefined
values.
Model to modify.
Modified schema or original one if it prohibits undefined
values already.
Creates a schema for the given data type
that allows or prohibits undefined
values.
Implied data type.
Type of optional flag.
Original data type.
Whether to allow undefined
values.
Schema instance.
Modifies data model
to allow or prohibit undefined
values.
Model to modify.
Whether to allow undefined
values.
Modified schema or original one if its optional constraint matches the requested one.
Generated using TypeDoc
Creates a schema for the given data
type
that allowsundefined
values.