Optional
defaultDefault value for the field
Human-readable name of the field
Optional
multilineWhether the text field should be displayed as a multi-line input
Unique identifier of the field within the data structure
Optional
optionsFor enum/select field types, the available options
Optional
requiredWhether the field must be provided
Data type of the field (e.g., 'text', 'number', 'boolean', 'array', 'collection')
Represents a field in a data structure. Defines the properties of a single field including its type, name, and validation rules.