Long
@Serializable
@SerialName(value = "Long")
64-bit integer value, optionally bounded. Maps to {"type":"integer"} plus minimum/maximum.
Constructors
Properties
Long
exclusiveMax
Exclusive upper bound, or null for unbounded.
exclusiveMin
Exclusive lower bound, or null for unbounded.
max
min
multipleOf
Value must be a multiple of this, or null for no constraint.