Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Ref incorrect if path contains "{" or "}" #75

Open
conanguyw opened this issue Feb 10, 2022 · 1 comment
Open

Ref incorrect if path contains "{" or "}" #75

conanguyw opened this issue Feb 10, 2022 · 1 comment

Comments

@conanguyw
Copy link

Maybe due to “subsequent references are simply modified to point to the single inlined copy of the file”, it occurs the question like this :"$ref": "#/paths/1workspaces1%7BworkspaceId%7D~1reservations/get/parameters/0". Because it replace “{“ with “%7B“ and replace “}“ with “%7D“

@conanguyw conanguyw changed the title ref incorrect if path contains "{" or "}" Ref incorrect if path contains "{" or "}" Feb 10, 2022
@conanguyw
Copy link
Author

My path is "/workspaces/{workspaceId}/reservations"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant