type
FieldType
type FieldType stringThe resolved field discriminator shared with generated contracts.
Constants
FieldTypeText"text"- Single-line text.
FieldTypeCode"code"- Code editor content.
FieldTypeSelect"select"- Select choice.
FieldTypeRadio"radio"- Radio choice.
FieldTypePoint"point"- Longitude/latitude point.
FieldTypeUI"ui"- Presentation-only admin field.
FieldTypeJoin"join"- Read-only inverse relationship.
FieldTypeVirtual"virtual"- Computed virtual value.
FieldTypeRelationship"relationship"- Document relationship.
FieldTypeUpload"upload"- Upload relationship.
FieldTypeGroup"group"- Nested object group.
FieldTypeTextarea"textarea"- Multi-line text.
FieldTypeEmail"email"- Validated email text.
FieldTypeDate"date"- Date/time value.
FieldTypeNumber"number"- Numeric value.
FieldTypeCheckbox"checkbox"- Boolean checkbox.
FieldTypeJSON"json"- Arbitrary JSON value.
FieldTypeArray"array"- Repeated nested rows.
FieldTypeBlocks"blocks"- Discriminated block layouts.
FieldTypePlugin"plugin"- Plugin-owned field contract.