JSON Schema exclusiveMinimum 关键字

exclusiveMinimum 拒绝边界值本身。

语法

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

说明

当不允许零或边界值时使用 exclusiveMinimum。