[Technical Dive] Field Types Reference
Use these when you defineEntities: Type Stores Example text string Name, address email email string Email address phone string Phone number url URI string Website number number Quantity integer integer Count currency number Price, revenue percent number 0–100 Commission rate date date string…
Use these when you defineEntities:
| Type | Stores | Example |
|---|---|---|
text |
string | Name, address |
email |
email string | Email address |
phone |
string | Phone number |
url |
URI string | Website |
number |
number | Quantity |
integer |
integer | Count |
currency |
number | Price, revenue |
percent |
number 0–100 | Commission rate |
date |
date string | Birthday |
datetime |
date-time string | Appointment time |
boolean |
true/false | Active flag |
select |
one of a set | Status dropdown |
multiselect |
many of a set | Categories |
tags |
list of strings | Labels |
defineEntities is idempotent — adding a field and re-running is safe.