-
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
Object parameter schemas are not displayed #3558
Comments
@shockey it's slightly more than that - parameters also support |
Any update on this? Appears there's no way to currently display complex query objects w/o this part of OAS 3.0. |
@ctruzzi you are correct! PRs are welcome. |
This was fixed by #4563 😄 |
would be great to get this going ... is there a known solution that nobody has had time to implement? ... could take a whack at it w/ guidance |
This does not work if the schema is given through Does not work:
with
Works:
|
First reported here:#3428 (comment)
Demonstration API definition
Expected Behavior
Object parameter schemas should be displayed similar to Request Bodies.
Current Behavior
Object schema is not displayed at all.
Possible Solution
Request Body display component may need to be generalized and reused.
The text was updated successfully, but these errors were encountered: