UNPKG

343 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const code_1 = require("../code");
4const def = {
5 keyword: "union",
6 schemaType: "array",
7 trackErrors: true,
8 code: code_1.validateUnion,
9 error: { message: "must match a schema in union" },
10};
11exports.default = def;
12//# sourceMappingURL=union.js.map
\No newline at end of file