int64 Model
Modelsint64
int64 Model
Defines a model to enforce validation for int64 data.
model: int64Configuration (* required)
model: int64
const
Specifies the model is a int64.
format
enum[binary,text] | Default:text
The format for the integer.
multiple
number
Restrict the integer to a multiple of a given integer.
range
string| Pattern:((?:\\(|\\[))(-?\\d+)?,(-?\\d+)?((?:\\)|\\]))
An allowed range of values for the integer.
validate
enum[strict,lenient] asstring, orobject| Default:strict
Controls how strictly the model enforces conformance. strict rejects data that doesn't conform; lenient passes non-conforming data through unmodified. Can also be set independently for decode and encode.
validate:
decode: lenient
encode: strictvalidate.decode
enum[strict,lenient]
Validation mode applied when decoding the value.
validate.encode
enum[strict,lenient]
Validation mode applied when encoding the value.

