Validation1
- Type: object · Range
range required- 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
- 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
Examples
{
"range": {
"minOp": ">=",
"min": 0,
"maxOp": "<",
"max": 1000
},
"precision": {
"minOp": ">=",
"min": 0,
"maxOp": "<=",
"max": 0
}
}