Validation
- Type: object · Precision
precision - Type: integerFormat: int32
max requiredSigned 32-bit integers (commonly used integer type).
- Type: string
max Op required - Type: integerFormat: int32
min requiredSigned 32-bit integers (commonly used integer type).
- Type: string
min Op required
- Type: object · Range
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
{
"precision": {
"minOp": ">=",
"min": 1,
"maxOp": "<=",
"max": 1
}
}