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
Any planning to include path and query validation in near future?
The text was updated successfully, but these errors were encountered:
Nothing concrete planned but contributions are welcome 😃
Sorry, something went wrong.
@yskeat If you need this functionality, you can also use express-ajv-swagger-validator (https://github.com/Zooz/express-ajv-swagger-validation), it already does support that. Or contribute feature to us :D
@yskeat I was facing the same problem and ended up using swagger-tools (see https://github.com/apigee-127/swagger-tools/blob/master/docs/Middleware.md). For query/path validation use the provided swaggerMetadata-middleware and for body-validation use the swaggerValidator-middleware
No branches or pull requests
Any planning to include path and query validation in near future?
The text was updated successfully, but these errors were encountered: