List

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