Module io.helidon.json.schema
Package io.helidon.json.schema
Annotation Interface JsonSchema.Integer.Minimum
- Enclosing class:
JsonSchema.Integer
Minimum value of the integer number.
Explanation: validated number >= minimum.
-
Required Element Summary
Required Elements
-
Element Details
-
value
long valueInteger number minimum.- Returns:
- selected minimum value
-