List
- labelType: stringrequired
- valueType: stringrequired
- localizedType: object · LocalizedDescriptions
Descriptions - slType: stringrequired
- localizedType: object · LocalizedLabels
Labels - slType: stringrequired
- validationType: object · Validation
- precisionType: object · Precision
- rangeType: object · Range
Examples
{
"value": "°C",
"label": "°C",
"validation": {
"precision": {
"minOp": ">=",
"min": 1,
"maxOp": "<=",
"max": 1
}
}
}