{
  "name": "hunger-undernourishment_share-world",
  "title": "Prevalence of undernourishment (% of population)",
  "licenses": [
    {
      "name": "CC BY 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "World Bank — World Development Indicators",
      "path": "https://data.worldbank.org/indicator/SN.ITK.DEFC.ZS"
    }
  ],
  "created": "2026-06-12",
  "resources": [
    {
      "name": "hunger-undernourishment_share-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "hunger_undernourishment_share_world",
            "type": "number",
            "unit": "% of population"
          }
        ]
      }
    }
  ]
}