Package org.forgerock.json.schema.validator.helpers
package org.forgerock.json.schema.validator.helpers
These classes are capable of helping the validators to check certain constraints.
The schema definition uses multiple constraints but most of them are type specific. These are the common ones.
-
ClassDescriptionThis class checks a
Number
instance.This class implements "enum" validation on all types of objects as defined in the paragraph 5.19 of the JSON Schema specification.This class implements "format" validation on primitive types of objects as defined in the paragraph 5.23 of the JSON Schema specification.Helper compares twoNumber
s to check the maximum constraint.Helper compares twoNumber
s to check the minimum constraint.