Input

  • type
    Type: string
    required
  • defaultValue
    Type: string
  • list
    Type: array object[] · List[]
    • label
      Type: string
      required
    • value
      Type: string
      required
    • localizedDescriptions
      Type: object · LocalizedDescriptions
    • localizedLabels
      Type: object · LocalizedLabels
    • validation
      Type: object · Validation
  • suffix
    Type: string
  • validation
    Type: object · Validation1
    • range
      Type: object · Range
      required
    • precision
      Type: object · Precision
Examples
{
  "type": "TEXT"
}