{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "title": "标题",
      "items": {
        "type": "object",
        "title": "这是数组的某个成员",
        "properties": {
          "name": {
            "type": "boolean",
            "title": "名称"
          }
        }
      }
    }
  }
}
