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
Describe the bug
Expected behavior
Minimal reproducible OpenAPI snippet(if possible)
openapi: 3.1.0 info: title: API version: 1.0.0 servers: - url: /api security: - bearerAuth: [] paths: /profile: get: responses: '200': description: User profile content: application/json: schema: type: object properties: id: type: string
Additional context Happening also when opening the static file directly in Chrome:
The text was updated successfully, but these errors were encountered:
Hi @Rush. Thank you for the reporting issue and the steps to reproduce. We'll investigate it.
Sorry, something went wrong.
AlexVarchuk
Successfully merging a pull request may close this issue.
Describe the bug
Expected behavior
Minimal reproducible OpenAPI snippet(if possible)
Additional context
Happening also when opening the static file directly in Chrome:
The text was updated successfully, but these errors were encountered: