Interface Schema

Schema for boolean value.

Boolean schema is created automatically when Boolean constructor is used as model.

Hierarchy

Properties

nullable?: boolean

Whether the data is nullable.

When true the data value may be null.

Default Value

false, which means null data value prohibited.

optional?: boolean

Whether the data is optional.

When true the data value may be undefined.

Default Value

false, which means undefined data value prohibited.

type: UcDataType<boolean>

Either unique type name, or type class.

Code generation is based on this name.

where?: UcConstraints<boolean, UcSchema<boolean>>

Schema constraints.

within?: UcPresentations<boolean>

Schema instance presentation constraints.

Methods

Generated using TypeDoc