Keywords and types specified by the JSON Schema 2019-09 RFC Draft.
Members
(inner, constant) JsonSchemaKeywords :object.<string, string>
Object containing the JSON Schema keywords classified by its role in the schema definition.
Type:
- object.<string, string>
Properties:
Name | Type | Description |
---|---|---|
Annotation |
string | Keywords representing JSON Schema annotations. |
ArrayApplicator |
string | Keywords representing JSON Schema applicators for |
ArrayValidation |
string | Keywords representing JSON Schema validation conditions for |
BooleanLogicApplicator |
string | Keywords representing JSON Schema in-place applicators with boolean logic. |
ConditionalApplicator |
string | Keywords representing JSON Schema in-place applicators conditionally. |
GenericValidation |
string | Keywords representing generic JSON Schema validation conditions. |
NumberValidation |
string | Keywords representing JSON Schema validation conditions for numeric
( |
ObjectApplicator |
string | Keywords representing JSON Schema applicators for |
ObjectValidation |
string | Keywords representing JSON Schema validation conditions for |
StringValidation |
string | Keywords representing JSON Schema validation conditions for |