JSON Schema multipleOf Keyword

multipleOf ensures a number is divisible by a given value.

Syntax

{"type": "number", "multipleOf": 5}

Explanation

Use multipleOf for quantities, step sizes and intervals.