-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: multipleOf round error #70
Labels
bug
Something isn't working
Comments
Hi, @plastiv. Thank you for reporting this issue. I will have a closer look at it today/tomorrow. It looks like something went wrong with rounding during the check
|
Fixed in version: 0.0.9 |
Thank you for the quick resolution! I have checked 0.0.9 and confirm it fixed my issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
ValidationError:
19.99 is not a multiple of 0.01
Expected Behavior
Validation shall pass. Note: values
9.99
,29.99
are passing. It's only 19.99 has an issue.JSON schema
Library version
0.0.8
Anything else?
Full reproducer
The text was updated successfully, but these errors were encountered: