schema: `{"type": "number", "multipleOf" : 0}` payload: - Any number other than 0 it throws `java.lang.ArithmeticException: Division by zero` - Zero throws `java.lang.ArithmeticException: Division undefined` Is this the expected behavior? Or are they corner cases that are not being handled? Thanks!