persona-community-5/.pnpm-store/v3/files/47/75eba46dc78fc0f7477e79ef00c78e432875a20344103c7d33f38191f9ba2072c9588edc45cf71d628715d355d9738ef93de9a0f0664109615ae0c3c5bd031
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
343 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const code_1 = require("../code");
const def = {
keyword: "union",
schemaType: "array",
trackErrors: true,
code: code_1.validateUnion,
error: { message: "must match a schema in union" },
};
exports.default = def;
//# sourceMappingURL=union.js.map