range
Specifies constraints for a number parameter. The minimum and maximum value can be defined.
range: { min: <lower limit>, max: <upper limit> }
| Element | Required | Description |
|---|---|---|
| min | No | Specifies the minimum value. Specify min, max, or both. |
| max | No | Specifies the maximum value. Specify min, max, or both. |