String |
_const() |
Provides value restricted to this schema.
|
Schema |
_else() |
Provides the else sub schema related to this schema
|
Class<?> |
_else() |
Provides the else sub schema related to this schema
|
Schema |
_if() |
Provides the if sub schema related to this schema
|
Class<?> |
_if() |
Provides the if sub schema related to this schema
|
Schema |
_then() |
Provides the then sub schema related to this schema
|
String |
$anchor() |
Provides the $anchor related to schema
|
String |
$comment() |
Provides $comment related to this schema
|
String |
$dynamicAnchor() |
Provides the $dynamicAnchor related to schema
|
String |
$id() |
Provides the $id related to this schema.
|
String |
$schema() |
Provides Json Schema dialect where the schema is valid.
|
String |
$vocabulary() |
Provides the $vocabulary related to schema
|
Schema |
contains() |
Specifies contains constrictions expressions.
|
Class<?> |
contains() |
Specifies contains constrictions expressions.
|
String |
contentEncoding() |
Provides the content encoding related to this schema
|
String |
contentMediaType() |
Provides the content media type related to this schema
|
Schema |
contentSchema() |
Provides the content schema related to this schema
|
Class<?> |
contentSchema() |
Provides the content schema related to this schema
|
DependentRequired[] |
dependentRequiredMap() |
Allows to specify the dependentRequired value
|
DependentSchema[] |
dependentSchemas() |
Subschemas to be applied for a given condition.
|
StringToClassMapItem[] |
dependentSchemas() |
Allows to specify the dependentSchemas value providing a Class to be resolved into a Schema
|
String[] |
examples() |
Provides an array of examples of the schema.
|
int |
exclusiveMaximumValue() |
|
int |
exclusiveMinimumValue() |
Provides an exclusive minimum for a expressing exclusive range.
|
Extension[] |
extensions() |
The list of optional extensions
|
int |
maxContains() |
Provides max contains related to this schema
|
int |
maxContains() |
Provides max contains related to this schema
|
int |
minContains() |
Provides min contains related to this schema
|
int |
minContains() |
Provides min contains related to this schema
|
StringToClassMapItem[] |
patternProperties() |
Provides pattern properties to this schema
|
Schema[] |
prefixItems() |
Provides prefix items to this schema
|
Schema |
propertyNames() |
Provides property names related to this schema
|
Class<?> |
propertyNames() |
Provides property names related to this schema
|
Class<?> |
then() |
Provides the then sub schema related to this schema
|
String[] |
types() |
List of schema types
|
Schema |
unevaluatedItems() |
Provides unevaluted items to this schema
|
Class<?> |
unevaluatedProperties() |
Provides unevaluated properties to this schema
|