The amount type label indicates that the label value will contain a currency amount. The number can have a maximum of 19 digits and at maximum 8 decimal places.
|
The boolean type label indicates that the label value will contain a boolean (true or false).
|
The country label type indicates that the value of the label will be a country code (ISO 3166-1 alpha-2).
|
The datetime type label indicates that the label value will contain a date with a time in the ISO-8601 format (e.g. 2011-12-03T10:15:30+01:00).
|
The decimal type label type indicates that the label value will be a number with decimal places. The number can have a maximum of 19 digits and at maximum 8 decimal places.
|
The integer type label indicates that the label value will contain a number without decimal places. The number is a 64 bit integer.
|
The static value type holds entities which are uniquely identified by there IDs. Those IDs can be resolved via the REST API.
|
The string label type indicates that the value of the label will be a sequence of chars.
|
The year month type label indicates that the label will contain a year and a month value (e.g. 2015-12).
|