int64 Model
Modelsint64
int64 Model
Defines a model to enforce validation for int64 data.
model: int64
Configuration (* required)
model: int64
const
Specifies the model is a int64
.
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.