JSON Schema minimum Keyword

The minimum keyword requires a number to be greater than or equal to a value.

Syntax

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

Explanation

Use minimum for ages, prices and other non-negative values.