JSON Schema items 关键字

items 关键字描述数组元素的 Schema。

语法

{"type": "array", "items": {"type": "integer"}}

说明

使用 items 让每个数组元素都匹配相同 Schema。