{
  "name": "climate-co2_emissions-world",
  "title": "Annual total emissions of carbon dioxide (CO₂), excluding land-use change, measured in tonnes.",
  "licenses": [
    {
      "name": "CC BY 4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Our World in Data",
      "path": "https://ourworldindata.org/grapher/annual-co2-emissions-per-country"
    }
  ],
  "created": "2026-06-12",
  "resources": [
    {
      "name": "climate-co2_emissions-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "climate_co2_emissions_world",
            "type": "number",
            "unit": "tonnes"
          }
        ]
      }
    }
  ]
}