| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonSchemaVersion
Specifies the version of json-schema to be validated against. https://json-schema.org/specification
Signature:
export type JsonSchemaVersion = 'draft-04' | 'draft-07';