Range Value
Title: Range Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
Description: A numeric range with an explicit unit
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + min | No | number | No | - | Minimum value of the range |
| + max | No | number | No | - | Maximum value of the range |
| + unit | No | string | No | - | Unit of measurement (e.g. °C, V) |
1. Property min
| Type | number |
| Required | Yes |
Description: Minimum value of the range
2. Property max
| Type | number |
| Required | Yes |
Description: Maximum value of the range
3. Property unit
| Type | string |
| Required | Yes |
Description: Unit of measurement (e.g. °C, V)
Generated using json-schema-for-humans on 2026-03-30 at 10:42:35 +0000