hexo/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js

11 lines
359 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const dependencies_1 = require("./dependencies");
const def = {
keyword: "dependentSchemas",
type: "object",
schemaType: "object",
code: (cxt) => dependencies_1.validateSchemaDeps(cxt),
};
exports.default = def;
2023-09-25 15:58:56 +08:00
//# sourceMappingURL=dependentSchemas.js.map