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
Hi.
I have a parameter documented as
{ "in": "query", "name": "properties", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" }, "example": { "Min": "0" } } } } },
(It is a query argument that should be a dictionary with filters as key/value to inject in a request.)
I believe this use case is legit.
In Swagger-UI, the example for this parameter reads as I expect
{ "Min": "0" }
In RapiDoc, it reads
[object Object]
FWIW, my API doc is OpenAPI 3.1.0.
I assume this is a use case that is not addressed yet in RapiDoc.
Is this something you would like to support?
Thanks.
Refs:
The text was updated successfully, but these errors were encountered:
Same issue ...
Sorry, something went wrong.
No branches or pull requests
Hi.
I have a parameter documented as
(It is a query argument that should be a dictionary with filters as key/value to inject in a request.)
I believe this use case is legit.
In Swagger-UI, the example for this parameter reads as I expect
In RapiDoc, it reads
FWIW, my API doc is OpenAPI 3.1.0.
I assume this is a use case that is not addressed yet in RapiDoc.
Is this something you would like to support?
Thanks.
Refs:
The text was updated successfully, but these errors were encountered: