JSON Schema exclusiveMinimum Keyword

exclusiveMinimum rejects the boundary value itself.

Syntax

{"type": "number", "exclusiveMinimum": 0}

Explanation

Use exclusiveMinimum when zero or the boundary must not be allowed.