"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$JSONSchema7 = void 0; var $JSONSchema7 = Symbol("$JSONSchema7"); /** * Symbol used to make extended JSON schemas actually extend the JSONSchema type constraint at all time */ /** * JSON Schema type constraint */ /** * JSON Schema with reference type constraint */ exports.$JSONSchema7 = $JSONSchema7; //# sourceMappingURL=jsonSchema7.js.map