Skip to content

Commit 8100f43

Browse files
fix: removed allowUnionTypes
1 parent 6b11f65 commit 8100f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/config.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function assertSchema(
6464
// skip full check if we are not encoding refs
6565
validateFormats: config.encodeRefs === false ? undefined : true,
6666
keywords: config.markdownDescription ? ["markdownDescription"] : undefined,
67-
allowUnionTypes: true,
6867
});
6968

7069
addFormats(validator);

0 commit comments

Comments
 (0)