{
  "entities": [
    {
      "name": "forecast",
      "description": "5-day weather forecast (3-hour steps)",
      "path": "/data/2.5/forecast?units=metric",
      "dataPath": "/list",
      "pagination": { "type": "none" },
      "write": false,
      "columns": [
        { "name": "dt", "type": "BIGINT", "primaryKey": true },
        { "name": "temp", "type": "DOUBLE", "jsonPath": "/main/temp" },
        { "name": "humidity", "type": "BIGINT", "jsonPath": "/main/humidity" },
        { "name": "description", "type": "VARCHAR", "jsonPath": "/weather/0/description" }
      ]
    }
  ]
}
