{
  "name": "climate-temperature_country-world",
  "title": "The difference of a specific year's average surface temperature from the 1991-2020 mean, in degrees Celsius.",
  "licenses": [
    {
      "name": "Copernicus Climate Change Service (C3S) — free reuse with attribution",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Our World in Data",
      "path": "https://ourworldindata.org/grapher/annual-temperature-anomalies"
    }
  ],
  "created": "2026-06-13",
  "resources": [
    {
      "name": "climate-temperature_country-world",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "year",
            "type": "integer"
          },
          {
            "name": "climate_temperature_country_world",
            "type": "number",
            "unit": "°C"
          }
        ]
      }
    }
  ]
}