List
- Type: string
label required - Type: string
value required - Type: object · LocalizedDescriptions
localized Descriptions - Type: string
sl required
- Type: object · LocalizedLabels
localized Labels - Type: string
sl required
- Type: object · Validation
validation - Type: object · Precision
precision - Type: object · Range
range
Examples
{
"value": "°C",
"label": "°C",
"validation": {
"precision": {
"minOp": ">=",
"min": 1,
"maxOp": "<=",
"max": 1
}
}
}