items 关键字描述数组元素的 Schema。
{"type": "array", "items": {"type": "integer"}}
使用 items 让每个数组元素都匹配相同 Schema。