-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escape in $ref #240
Labels
bug
Something isn't working
Comments
oh dear, this is a bug. |
daveshanley
added a commit
that referenced
this issue
Feb 3, 2024
Not sure why I built the original code the way it was, but it’s now a simplified query without stripping out, or manipulating the path in anyway, the rest of the code that follows after handles the query correctly. Signed-off-by: quobix <dave@quobix.com>
Merged
daveshanley
added a commit
that referenced
this issue
Feb 3, 2024
Not sure why I built the original code the way it was, but it’s now a simplified query without stripping out, or manipulating the path in anyway, the rest of the code that follows after handles the query correctly. Signed-off-by: quobix <dave@quobix.com>
Resolved in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that escaping is not handled in the processing of the JSON pointer of the $ref.
issue1.yaml
issue2.yaml
loader_test.go
go.mod
Error result is here.
https://github.com/OpenAPITools/openapi-generator can process it.
The text was updated successfully, but these errors were encountered: