Skip to content

Commit 36d9fe5

Browse files
fix output schema check for absoluteKeywordLocation property
it is possible to have both $ref and $recursiveRef in the traversed schema path
1 parent 325e3c4 commit 36d9fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"if": {
49-
"oneOf": [
49+
"anyOf": [
5050
{
5151
"properties": {
5252
"keywordLocation": {

0 commit comments

Comments
 (0)