Range
- minType: integerFormat: int32required
Signed 32-bit integers (commonly used integer type).
- minType: string
Op required - maxType: integerFormat: int32
Signed 32-bit integers (commonly used integer type).
- maxType: string
Op
Examples
{
"minOp": ">=",
"min": 0,
"maxOp": "<",
"max": 1000
}