芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/ajv-formats/node_modules/ajv/lib/vocabularies/jtd/union.ts
import type {CodeKeywordDefinition} from "../../types" import {validateUnion} from "../code" const def: CodeKeywordDefinition = { keyword: "union", schemaType: "array", trackErrors: true, code: validateUnion, error: {message: "must match a schema in union"}, } export default def