I use the multipleOf property to limit numbers to two decimal places. For example:
"turnover": {
"type": "number",
"multipleOf": 0.01
}
Prior to v5.2.0s, and specifically #364, the error message was:
"Must be a multiple of 0.01"
It is now:
"Must be a multiple of 0"