The definition for a field to be included in a SchemaDefinition
Extended by
Properties
constraints?
optional constraints: FieldConstraintDefinition[];
displayOptions?
Experimental
optional displayOptions: readonly DisplayMultiUserEditDisplayOptionDefinition[];
If specified, a list of options indicating how the field should be displayed
in the UI. This is particularly useful when collection enums are of a certain
data type that should be rendered differently.
mapping?
optional mapping: readonly LucidFields[] | readonly SemanticFields[] | readonly SemanticKind[];
name
name: string;
type
type: FieldTypeDefinition;