Module: JsonSchemaKeywords

Keywords and types specified by the JSON Schema 2019-09 RFC Draft.

Source:

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 array instances.

ArrayValidation string

Keywords representing JSON Schema validation conditions for array instances.

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 (number and integer) instances.

ObjectApplicator string

Keywords representing JSON Schema applicators for object instances.

ObjectValidation string

Keywords representing JSON Schema validation conditions for object instances.

StringValidation string

Keywords representing JSON Schema validation conditions for string instances.

Source: