mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:49:29 +08:00
11 lines
No EOL
354 B
Text
11 lines
No EOL
354 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const dependencies_1 = require("./dependencies");
|
|
const def = {
|
|
keyword: "dependentSchemas",
|
|
type: "object",
|
|
schemaType: "object",
|
|
code: (cxt) => (0, dependencies_1.validateSchemaDeps)(cxt),
|
|
};
|
|
exports.default = def;
|
|
//# sourceMappingURL=dependentSchemas.js.map |