JSON Schema minimum 关键字

minimum 要求数字大于或等于某个值。

语法

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

说明

适用于年龄、价格和其他非负值。