{
  "type": "FeatureCollection",
  "features": [
    {
      "id": 1,
      "type": "Feature",
      "geometry": { ... },
      "properties": {
        "regulation_type": "夜間通行止",
        "road_name": "井川湖御幸線",
        ...,
        "related_files": [
          {
            "open_flag": "0",
            "type": "2",
            "name": "20150128_142421.jpg",
            "location": "https://storage.cloud.google.com/.../....jpg?generation=1422422753542000&alt=media",
            "thumbnail_location": "https://storage.cloud.google.com/.../....jpg?generation=1422422752848000&alt=media",
            "update_date": "2015-01-28 14:31:27"
          }, ...
        ]
      }
    }, ...
  ]
}