See: Description
Class | Description |
---|---|
DivisibleByHelper |
This class checks a
Number instance. |
EnumHelper |
This class implements "enum" validation on all types of objects as defined in
the paragraph 5.19 of the JSON Schema specification.
|
FormatHelper |
This class implements "format" validation on primitive types of objects as defined in
the paragraph 5.23 of the JSON Schema specification.
|
MaximumHelper |
Helper compares two
Number s to check the maximum constraint. |
MinimumHelper |
Helper compares two
Number s to check the minimum constraint. |
The schema definition uses multiple constraints but most of them are type specific. These are the common ones.
Copyright 2010-2022 ForgeRock AS.