Skip to content

Commit

Permalink
fix: move refExternalFileWithScheme tests to the right path
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Nov 8, 2023
1 parent 6548186 commit e9cfe6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "object",
"properties": {
"myExternalThing": {
"$ref": "file://./ref.json#/$defs/Thing"
"$ref": "file://../ref/ref.json#/$defs/Thing"
},
"someOtherExternalThing": {
"$ref": "file://./ref.json#/$defs/Thing"
"$ref": "file://../ref/ref.json#/$defs/Thing"
}
}
}

0 comments on commit e9cfe6c

Please sign in to comment.