-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Schema not rendered for query parameter #7696
Comments
I'm facing exactly this issue. The lack of a detailed schema for objects in parameters gives poor information about enum types (just show the first option, but no more), for example. There are a related issue to this problem #4581, but i'm not sure about the progress. |
Thanks for the reply and for the link. I've checked and there is no solution for this yet. The issue #4581 was created in 2018. Is there any hope that this will be fixed? |
I am also struggling with the issue, that parameters do not inherit description from a schema. Would this be considered the same issue? |
Hi, I think I have the same problem. |
Q&A (please complete the following information)
Describe the bug you're encountering
Swagger-UI is not displaying the schema if it's for a parameter from query, but it displays the description.
To reproduce...
Steps to reproduce the behavior:
Actual behavior
Only parameter description is shown without examples or schema
Expected behavior
I expected the schema to be shown in the parameter description.
The text was updated successfully, but these errors were encountered: