mirror of https://github.com/jkjoy/sunpeiwen.git
14 lines
374 B
JavaScript
14 lines
374 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const code_1 = require("../code");
|
|
const def = {
|
|
keyword: "anyOf",
|
|
schemaType: "array",
|
|
trackErrors: true,
|
|
code: code_1.validateUnion,
|
|
error: {
|
|
message: "should match some schema in anyOf",
|
|
},
|
|
};
|
|
exports.default = def;
|
|
//# sourceMappingURL=anyOf.js.map
|