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