JSON Schema maxItems 关键字

maxItems 限制数组中的项目数。

语法

{"type": "array", "maxItems": 5}

说明

适用于分页限制和有界列表。