int32 Model
Modelsint32
int32 Model
Defines a model to enforce validation for int32 data.
model: int32
Configuration (* required)
model: int32
const
Specifies the model is a int32
.
format
enum
[binary
,text
] | Default:text
The format for the integer.
multiple
integer
Restrict the integer to a multiple of a given integer.
range
string
| Pattern:((?:\\(|\\[))(-?\\d+)?,(-?\\d+)?((?:\\)|\\]))
An allowed range of values for the integer.