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
It seems that free-form query parameters is not supported by the validator. For this yaml:
- in: query name: params required: false schema: type: object additionalProperties: {} example: user_id: 123456
The Swagger shows this for a valid request to send:
However, when I make the request I get Input validation error:
Input validation error
Error: Input validation error at _validateRequest (/home/roees/Desktop/CommonStorage/node_modules/openapi-validator-middleware/src/middleware.js:62:21) { .... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that free-form query parameters is not supported by the validator.
For this yaml:
The Swagger shows this for a valid request to send:
However, when I make the request I get
Input validation error
:The text was updated successfully, but these errors were encountered: