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.0.0 info: title: Objects in parameters version: 1.0.0 servers: - url: https://httpbin.org paths: /get: get: parameters: - in: query name: params schema: type: object properties: foo: type: string bar: type: integer responses: '200': description: OK
This is a follow-up to PR #6236. The syntax highlighting feature added in that PR does not apply to object parameters in OAS3 definitions.
params
Code examples in parameters should use the same syntax highlighting as request/response bodies.
The text was updated successfully, but these errors were encountered:
PR #7199 should resolve this issue.
Sorry, something went wrong.
No branches or pull requests
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
This is a follow-up to PR #6236. The syntax highlighting feature added in that PR does not apply to object parameters in OAS3 definitions.
To reproduce...
params
parameter is displayed.Expected behavior
Code examples in parameters should use the same syntax highlighting as request/response bodies.
Screenshots
The text was updated successfully, but these errors were encountered: