Schema |
_else() |
Provides the else sub schema related to this schema
|
Schema |
_if() |
Provides the if sub schema related to this schema
|
Schema |
_then() |
Provides the then sub schema related to this schema
|
Schema |
additionalPropertiesSchema() |
The additionalProperties schema defined for schema provided in @Schema
If the additionalProperties schema is an array, use additionalPropertiesArraySchema
|
Schema[] |
allOf() |
Provides the allOf sub schemas related to this schema..
|
Schema[] |
anyOf() |
Provides the anyOf sub schemas related to this schema.
|
Schema |
arraySchema() |
Allows to define the properties to be resolved into properties of the schema of type `array` (not the ones of the
`items` of such schema which are defined in schema .
|
Schema |
contains() |
Specifies contains constrictions expressions.
|
Schema |
contentSchema() |
Provides the content schema related to this schema
|
Schema |
items() |
Deprecated.
|
Schema |
not() |
Set schemas to validate according a given condition.
|
Schema[] |
oneOf() |
Provides the oneOf sub schemas related to this schema.
|
Schema[] |
prefixItems() |
Provides prefix items to this schema
|
Schema |
propertyNames() |
Provides property names related to this schema
|
Schema |
schema() |
The schema of the items in the array
|
Schema |
schema() |
The schema defining the type used for the content.
|
Schema |
schema() |
The value (Schema) of the dependent schema map item.
|
Schema |
schema() |
The schema to validate against for properties matching the regex.
|
Schema |
schema() |
The schema of the property.
|
Schema |
unevaluatedItems() |
Provides unevaluted items to this schema
|