JSON Schema minItems 关键字

minItems 设置最小项目数。

语法

{"type": "array", "minItems": 1}

说明

使用 minItems 防止需要数据时出现空数组。