"use strict"; /** * This is a fork of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/13f63c2eb8d7479caf01ab8d72f9e3683368a8f5/types/json-schema/index.d.ts * We intentionally fork this because: * - ESLint ***ONLY*** supports JSONSchema v4 * - We want to provide stricter types */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=json-schema.js.map