Skip to content

Commit 1155fef

Browse files
fix output schema check for absoluteKeywordLocation property
it is possible to have both $ref and $recursiveRef in the traversed schema path (cherry picked from commit 36d9fe5)
1 parent cc296f0 commit 1155fef

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
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"if": {
49-
"oneOf": [
49+
"anyOf": [
5050
{
5151
"properties": {
5252
"keywordLocation": {

0 commit comments

Comments
 (0)