Package com.github.fge.jsonschema.core.keyword.syntax.checkers.helpers

Keyword syntax checker helper classes

See:
          Description

Class Summary
DependenciesSyntaxChecker Helper class for syntax checking of draft v4 and v3 dependencies
DivisorSyntaxChecker Helper class to check the syntax of multipleOf (draft v4) and divisibleBy (draft v3)
PositiveIntegerSyntaxChecker Helper class to check the syntax of all keywords having a positive integer as a valid value
SchemaArraySyntaxChecker Helper class to validate the syntax of all keywords taking a schema array as a value
SchemaMapSyntaxChecker Helper class for keywords having an object as a value whose values are schemas
SchemaOrSchemaArraySyntaxChecker Helper class to validate the syntax of keywords having either a schema or schema array as a value
TypeOnlySyntaxChecker Helper class to validate the syntax of keywords only requiring that their value be of certain types
URISyntaxChecker Helper class to validate the syntax of all keywords whose value must be a URI
 

Package com.github.fge.jsonschema.core.keyword.syntax.checkers.helpers Description

Keyword syntax checker helper classes