json-schema-ref-parser icon indicating copy to clipboard operation
json-schema-ref-parser copied to clipboard

external refs: keep track of original paths during resolve

Open paulRbr opened this issue 4 years ago • 0 comments

Right now the library is “loosing” the original value information from the $ref entry in case of we are resolving relative file paths.

However, it can be a useful information to keep. This PR is thus trying to keep a Set containing all original paths when resolving external $ref pointers.

paulRbr avatar Apr 19 '21 18:04 paulRbr