-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Issue with nested object examples. #1365
Comments
Is |
Actually just a typo, I've spent a while to get this done and had to made mistake... But without typo it's still not working. :/ Corrected. |
You say it isn't rendering - are you using a tool to display your API definition? |
Yes, I have docker image of Swagger Editor 3.1.8. |
@Doyle-kun, OAS 3.0 Also, please note that this repository is for the OpenAPI specification itself - the Swagger-UI and Swagger-Editor tools have their own issue trackers 😄 |
Closing as it's a tooling-specific question. Please file a ticket with the respective project if needed. |
Hi I have a problem with adding examples to nested objects. They are not rendering, no mater which method I'm using.
My structure:
My example:
My REST response:
What exactly I'm trying to get is renderable example for both access and refresh token.
It should look like this:
How can I properly add examples to accessToken and refreshToken objects?
Thanks for help,
Gregory
The text was updated successfully, but these errors were encountered: