UNPKG

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;

12 lines (9 loc) 280 B
import type {CodeKeywordDefinition} from "../../types" import {validateSchemaDeps} from "./dependencies" const def: CodeKeywordDefinition = { keyword: "dependentSchemas", type: "object", schemaType: "object", code: (cxt) => validateSchemaDeps(cxt), } export default def