Replies: 1 comment
-
It likely depends on the tool you're using, but my guess is that it can't resolve numbers that precisely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a schema using the multipleOf, but seems not working, I define a number with multipleOf 0.000000000000001(15 decimal places) in the schema, but if I use a number with less decimal places, like 1.23, it will fail the validation saying 1,23 is not a multiple of 1e-15.
Beta Was this translation helpful? Give feedback.
All reactions