Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 853 Bytes

File metadata and controls

28 lines (18 loc) · 853 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IJsonSchemaLoadOptions > schemaVersion

IJsonSchemaLoadOptions.schemaVersion property

The json-schema version to target for validation.

Signature:

schemaVersion?: JsonSchemaVersion;

Default Value

draft-07

Remarks

If the a version is not explicitly set, the schema object's $schema property will be inspected to determine the version. If a $schema property is not found or does not match an expected URL, the default version will be used.