You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If parent.json references v2/child.json, the current implementation of RefResolver::find_local_file_path will return v1/child.json instead of the expected v2/child.json.
It will also return v1/child.json even if the absolute path to v2/child.json is specified in the $ref.
The text was updated successfully, but these errors were encountered:
Example:
Directory Structure
If
parent.json
referencesv2/child.json
, the current implementation ofRefResolver::find_local_file_path
will returnv1/child.json
instead of the expectedv2/child.json
.It will also return
v1/child.json
even if the absolute path tov2/child.json
is specified in the$ref
.The text was updated successfully, but these errors were encountered: