Per-entry model type.
Extra entries model type, or false to prohibit extra entries.
Readonly entriesReadonly extraOptional Readonly nullableWhether the data is nullable.
When true the data value may be null.
false, which means null data value prohibited.
Optional Readonly optionalWhether the data is optional.
When true the data value may be undefined.
false, which means undefined data value prohibited.
Readonly typeEither unique type name, or type class.
Code generation is based on this name.
Optional Readonly whereSchema constraints.
Optional Readonly withinSchema instance presentation constraints.
Optional __Optional toCustom schema name.
Used by ucModelName when defined.
Generated using TypeDoc
Data schema definition for JavaScript object serialized as map.
Such schema can be built with ucMap function.