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