Range domain specifies a range of valid values for a field.

Referenced by: domain

Properties

PropertyDetails
nameThe domain name.
range[]The first element is the minValue and the second element is the maxValue.
typeString value representing the domain type.
Valid value of this property range

Example

{
"type": "range",
"name": "Measured Length",
"range": [
1,
10000
]
}