-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Validation of simple parameters #54
Comments
Before I can be helpful, I need to know how you're calling this, what are you validating? a Parameter? a schema? a header? a request? Can you share a code snippet? |
hey there, thanks for your quick reply. We've been trying to validate a query param. I've shared the OAS chunk above where you can see "in: query". thanks for your help |
I am not sure, I will have to investigate, it's been a hot minute since I looked at that code. |
sure no problem, I'm pretty sure the validation method exists, but it is just not called for this specific use case from what I've seen |
i made #55 for this issue |
Fixed by @emilien-puget in |
Hi there, I think I'm facing an issue with validation.
Example like the following:
There is no check on the minimum value in that case with simple schema having a primitive type like integer.
When it is working with:
Is this by design, a bug, or I'm missing something?
Cheers and thank you for this amazing lib and the work you're putting in.
The text was updated successfully, but these errors were encountered: