Skip to content
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

Wrong handling for components/headers in RefPointer #66

Closed
radup opened this issue Feb 20, 2019 · 2 comments
Closed

Wrong handling for components/headers in RefPointer #66

radup opened this issue Feb 20, 2019 · 2 comments
Assignees
Labels

Comments

@radup
Copy link

radup commented Feb 20, 2019

Resolving ref in case of components/headers is constructing wrong map in RefPointer class:
case HEADERS: return (Map<String, T>) components.getSchemas();

@radup
Copy link
Author

radup commented Feb 20, 2019

btw, fix is trivial ofc: case HEADERS: return (Map<String, T>) components.getHeaders();

@quen2404
Copy link
Member

Thank you for the feedback, fixed with PR #67 !

@quen2404 quen2404 added the bug label Feb 20, 2019
@quen2404 quen2404 self-assigned this Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants