| Package | Description |
|---|---|
| com.github.fge.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| com.github.fge.jsonschema.keyword.common |
Common keyword classes for draft v3 and draft v4
|
| com.github.fge.jsonschema.keyword.draftv3 |
Keywords specific to draft v3
|
| com.github.fge.jsonschema.keyword.draftv4 |
Keywords specific to draft v4
|
| Modifier and Type | Class and Description |
|---|---|
class |
DivisorKeywordValidator
Abstract validator for the
divisibleBy (draft v3) and multipleOf (draft v4) keywords |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximumKeywordValidator
Validator for the
maximum keyword |
class |
MinimumKeywordValidator
Validator for the
minimum keyword |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisibleByKeywordValidator
Validator for the
divisibleBy keyword |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleOfKeywordValidator
Validator for the
multipleOf keyword |
Copyright © 2013. All Rights Reserved.