Data Types
The datatypes accepted by the Eshopbox ecosystem, its description, and its datatypes for JSON modeling.
Allowed DataTypes | Description | JSON DataTypes |
string | datatype to represent all sort of text | string |
boolean | datatype to represent boolean values ( | boolean |
integer | datatype to represent numbers without decimals (e.g., | number |
float | datatype to represent numbers with decimals (e.g., | number |
object | datatype to represent specially defined object, which is defined accordingly in respective modules. (e.g., | object |
array[string] | datatype to represent list of string. | array |
array[object] | datatype to represent list of object. | array |
date | datatype to represent the date only (e.g., | string |
datetime | datatype to represent the date and time (e.g., | string |
Last updated