Text Fields
Non-localized text:Numbers
Number, slider, and rating fields accept numeric values:Booleans
Toggle fields and checkbox fields without options accept booleans:Select And Multi-Select
Single select fields usually accept one option value:Dates And Times
Date and date-time fields are normalized to ISO strings.JSON
JSON fields accept objects, arrays, numbers, strings, booleans, ornull.
File And Image Fields
File and image fields store file references. For single-file fields, send one value:Empty Values
Usenull or an empty string to clear most single-value fields.
Multi-value fields become an empty array when cleared.
Boolean fields become false when cleared.