Home > @rushstack/node-core-library > JsonSchemaVersion
JsonSchemaVersion type
Specifies the version of json-schema to be validated against. https://json-schema.org/specification
Signature:
export type JsonSchemaVersion = 'draft-04' | 'draft-07';
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';