el-beeswarm
Version:
<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;
10 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const dynamicRef_1 = require("./dynamicRef");
const def = {
keyword: "$recursiveRef",
schemaType: "string",
code: (cxt) => dynamicRef_1.dynamicRef(cxt, cxt.schema),
};
exports.default = def;
//# sourceMappingURL=recursiveRef.js.map