{
  "title": "International migrant stock, total",
  "name": "sm.pop.totl",
  "worldbank": {
    "indicator": "sm.pop.totl"
  },
  "readme": "International migrant stock, total is the number of people at mid-year born in a country other than that in which they live. It also includes refugees.",
  "licenses": [
    {
      "name": "CC-BY-4.0"
    }
  ],
  "keywords": [
    "Financial Sector ",
    "Health "
  ],
  "resources": [
    {
      "name": "data",
      "title": "Indicator data",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string",
            "description": "Country or Region name"
          },
          {
            "name": "Country Code",
            "type": "string",
            "description": "ISO 3-digit ISO code extended to include regional codes e.g. EUR, ARB etc"
          },
          {
            "name": "Year",
            "type": "year",
            "description": "Year"
          },
          {
            "name": "Value",
            "type": "number",
            "description": "International migrant stock, total is the number of people at mid-year born in a country other than that in which they live. It also includes refugees."
          }
        ]
      }
    }
  ]
}