-
Notifications
You must be signed in to change notification settings - Fork 5
Data Types
Javier Molina edited this page May 16, 2019
·
11 revisions
Each object in the dataModel element above should have the following structure:
{
"dataType": <data type>
"name": <string>
"constraints": <array or computed expression>
"computed": <computed expression object>
"validate": <list of validation strings>
}
- text
- stringList
- number
- date
- time
- set
- list
- species
- image
- boolean
- document
- feature
- geoMap
- photoPoints
Stores a list of strings
- selectMany
- select2Many
- selectManyCombo
Optional list that constrain the possible values contained in each entry of the stringList