{
  "entities": [
    {
      "name": "countries",
      "description": "Countries (REST Countries v5)",
      "path": "/countries/v5",
      "dataPath": "/data/objects",
      "pagination": {
        "type": "offset",
        "limitParam": "limit",
        "offsetParam": "offset",
        "defaultLimit": 25
      },
      "write": false,
      "columns": [
        { "name": "alpha_2", "type": "VARCHAR", "primaryKey": true, "jsonPath": "/codes/alpha_2" },
        { "name": "name", "type": "VARCHAR", "jsonPath": "/names/common" },
        { "name": "region", "type": "VARCHAR" },
        { "name": "population", "type": "BIGINT" }
      ]
    }
  ]
}
