Module io.helidon.json.schema
Package io.helidon.json.schema
Annotation Interface JsonSchema.Integer.MultipleOf
- Enclosing class:
JsonSchema.Integer
All integer values should be multiples of the given number.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionlong
Value which integer values should be multiplication of.
-
Element Details
-
value
long valueValue which integer values should be multiplication of.- Returns:
- long value of the required multiplication number
-