-
Notifications
You must be signed in to change notification settings - Fork 96
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
Type Integer Maximum constraint validation message is not correct #125
Comments
Good catch! Looks like messages are swapped here Would you like to open a PR? |
Hi, when this fix will be available in actual version tag ? thx |
beblife
pushed a commit
to beblife/schema-validation-laravel
that referenced
this issue
Sep 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When number is equal to 2147483648, I get this validation message:
Keyword validation failed: Value 2147483648 must be less or equal to 2147483648
Validation is good but the message is wrong, it should be
less than 2147483648
Messages when using exclusiveMaximum true/false should be interchanged.
The text was updated successfully, but these errors were encountered: