We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>2.5.0</version> <scope>runtime</scope> </dependency>
which seems to be using Swagger UI version 5.13.0. see this
Example Swagger/OpenAPI definition:
parameters: - name: metadata in: query required: false style: deepObject explode: true schema: type: object additionalProperties: type: string
full config is omitted to show just the part in question
I do not see any field for metadata in the UI
deepObject
I should be seeing a field to enter metadata information
#4216
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Q&A (please complete the following information)
which seems to be using Swagger UI version 5.13.0. see this
Content & configuration
Example Swagger/OpenAPI definition:
full config is omitted to show just the part in question
Describe the bug you're encountering
I do not see any field for metadata in the UI
To reproduce...
deepObject
Expected behavior
I should be seeing a field to enter metadata information
Screenshots
Additional context or thoughts
#4216
The text was updated successfully, but these errors were encountered: