Urara-Blog/node_modules/.pnpm-store/v3/files/4f/947a1f7f2c75e9858bfc33a5b6909330af025e1a76f055cd7b419a511f534bc7df7d6285e8f3779b7a325bb5ab30407843ba5fadaa099b68ccc0b4110459f6
2022-08-14 01:14:53 +08:00

15 lines
No EOL
436 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const properties_1 = require("./properties");
const def = {
keyword: "optionalProperties",
schemaType: "object",
error: properties_1.error,
code(cxt) {
if (cxt.parentSchema.properties)
return;
(0, properties_1.validateProperties)(cxt);
},
};
exports.default = def;
//# sourceMappingURL=optionalProperties.js.map