Draft specification:
5.1.1.1. Valid values
The value of "multipleOf" MUST be a JSON number. This number MUST be
strictly greater than 0.
5.1.1.2. Conditions for successful validation
A numeric instance is valid against "multipleOf" if the result of the
division of the instance by this keyword's value is an integer.