- integer (whole numbers)
- float (fractional numbers)
- string
- boolean (true/false)
- date
Many types of condition checks are available, as applicable per field type:
- Equality or inequality
- Greater or less than
- Between (range check)
- Contains or regexp match
- Etc.