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
Should support validation including min/max on numbers, and regex patterns
The text was updated successfully, but these errors were encountered:
Please advise. The swagger validation occurs first correct? The validation referenced in this issue is for the mongo schema.
Sorry, something went wrong.
Correct - the generated Mongoose schema should include any validation specified by the swagger document
is the only working validation right now the 'required' validation, to check if an item that is required is present or not?
would you be for/against using Joi as validator?
No branches or pull requests
Should support validation including min/max on numbers, and regex patterns
The text was updated successfully, but these errors were encountered: