I use the `multipleOf` property to limit numbers to two decimal places. For example: ```lang=json "turnover": { "type": "number", "multipleOf": 0.01 } ``` Prior to [v5.2.0s](https://github.com/justinrainbow/json-schema/releases/tag/5.2.0), and specifically #364, the error message was: `"Must be a multiple of 0.01"` It is now: `"Must be a multiple of 0"`