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
Example Swagger/OpenAPI definition:
{ "openapi": "3.1.0", "info": { "title": "Upload JSON object API", "summary": "A brief summary of the Sample API.", "version": "1.0.0" }, "paths": { "/example": { "head": { "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": { "exampleField": { "type": "string" } } } } } }, "responses": { "200": { "description": "Successful response" } } } } } }
Swagger-UI configuration options:
SwaggerUI({ spec: apiSpec, defaultModelsExpandDepth: -1, dom_id: '#api-ui-container', defaultModelRendering: 'model', showExtensions: true, deepLinking: true, plugins: [DisableTryItOutPlugin], onComplete(): void { setTimeout(() => that.swaggerUiOnComplete(that), 1000); }, })
There are styling issues observed in the response schema section.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same bug on v5.20.1.
Sorry, something went wrong.
No branches or pull requests
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Swagger-UI configuration options:
Describe the bug you're encountering
There are styling issues observed in the response schema section.
Expected behavior
The text was updated successfully, but these errors were encountered: