Skip to content

Commit fd25a79

Browse files
authored
Update output/schema.json
Make anyOf (instead of oneOf) consistent.
1 parent d5e34a0 commit fd25a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"then": {
47-
"oneOf": [
47+
"anyOf": [
4848
{
4949
"required": [ "error" ]
5050
},

0 commit comments

Comments
 (0)