| Package | Description |
|---|---|
| com.github.fge.jsonschema.keyword.validator.common |
Keyword validators common to both draft v3 and draft v4
|
| com.github.fge.jsonschema.keyword.validator.draftv4 |
Keyword validators specific to draft v4
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxItemsValidator
Keyword validator for
maxItems |
class |
MaxLengthValidator
Keyword validator for
maxLength |
class |
MinItemsValidator
Keyword validator for
minItems |
class |
MinLengthValidator
Keyword validator for
minLength |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxPropertiesValidator
Keyword validator for draft v4's
maxProperties |
class |
MinPropertiesValidator
Keyword validator for draft v4's
minProperties |
Copyright © 2014. All Rights Reserved.