| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.syntax |
Schema syntax validation package
|
| org.eel.kitchen.jsonschema.syntax.common | |
| org.eel.kitchen.jsonschema.syntax.draftv3 | |
| org.eel.kitchen.jsonschema.syntax.draftv4 |
| Modifier and Type | Class and Description |
|---|---|
class |
ModZeroSyntaxChecker
Syntax checker for the
divisibleBy keyword (draft v3) and multipleOf keyword (draft v4) |
class |
PositiveIntegerSyntaxChecker
Syntax validator for keywords having a positive integer value as an argument
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumSyntaxChecker
Syntax validator for the
enum keyword |
class |
ExclusiveMaximumSyntaxChecker
Syntax validator for the
exclusiveMaximum keyword |
class |
ExclusiveMinimumSyntaxChecker
Syntax validator for the
exclusiveMinimum keyword |
class |
PatternPropertiesSyntaxChecker
Syntax validator for the
patternProperties keyword |
class |
PatternSyntaxChecker
Syntax validator for the
pattern keyword |
class |
URISyntaxChecker |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisibleBySyntaxChecker
Syntax checker for the
divisibleBy keyword |
class |
DraftV3DependenciesSyntaxChecker
Syntax checker for the
dependencies keyword |
class |
DraftV3ItemsSyntaxChecker
Syntax validator for the
items keyword |
class |
DraftV3PropertiesSyntaxChecker
Syntax validator for the
properties keyword |
class |
DraftV3TypeKeywordSyntaxChecker
Dedicated syntax checker for
type and disallow |
class |
ExtendsSyntaxChecker
Syntax validator for the
items keyword |
| Modifier and Type | Class and Description |
|---|---|
class |
DraftV4DependenciesSyntaxChecker |
class |
DraftV4ItemsSyntaxChecker
Syntax validator for the
items keyword |
class |
DraftV4TypeSyntaxChecker |
class |
MultipleOfSyntaxChecker |
class |
RequiredSyntaxChecker |
class |
SchemaArraySyntaxChecker |
Copyright © 2012. All Rights Reserved.