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

Query strings in paths do not throw validation error #118

Open
irlaec opened this issue Mar 19, 2021 · 0 comments
Open

Query strings in paths do not throw validation error #118

irlaec opened this issue Mar 19, 2021 · 0 comments

Comments

@irlaec
Copy link

irlaec commented Mar 19, 2021

Hi!
According to the Swagger documentation about Query String in Paths

Query string parameters must not be included in paths. They should be defined as query parameters instead

but I tried the validator with this schema that does contain query string parameters, and it seems that the error is not detected. Example path: /rest?method=flickr.favorites.getContext

(When pasting that schema in the swagger editor the errors are displayed)

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

No branches or pull requests

1 participant