UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

16 lines (15 loc) 360 B
/** * @draft-2019 https://json-schema.org/draft/2019-09/release-notes * * new * - $anchor * - $recursiveAnchor and $recursiveRef * - $vocabulary * * changed * - $defs (renamed from definitions) * - $id * - $ref * - dependencies has been split into dependentSchemas and dependentRequired */ export declare const draft2019: import("./Draft").Draft;