Interface Schema

Schema for unknown data type, except null.

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: "unknown"

Either unique type name, or type class.

Code generation is based on this name.

Schema constraints.

Schema instance presentation constraints.

Methods

Generated using TypeDoc