{
  "resources": [
    {
      "path": "data.csv",
      "name": "data",
      "profile": "tabular-data-resource",
      "scheme": "file",
      "format": "csv",
      "hashing": "md5",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Year",
            "type": "integer",
            "title": "Year"
          },
          {
            "name": "Sex",
            "type": "string",
            "constraints": {
              "enum": [
                "Males",
                "Females",
                "Both sexes",
                ""
              ]
            },
            "title": "Sex"
          },
          {
            "name": "Age group",
            "type": "string",
            "constraints": {
              "enum": [
                "Total, all ages",
                "Under 1 years",
                "1 to 4 years",
                "5 to 9 years",
                "10 to 14 years",
                "15 to 19 years",
                "20 to 24 years",
                "25 to 29 years",
                "30 to 34 years",
                "35 to 39 years",
                "40 to 44 years",
                "45 to 49 years",
                "50 to 54 years",
                "55 to 59 years",
                "60 to 64 years",
                "65 to 69 years",
                "70 to 74 years",
                "75 to 79 years",
                "80 to 84 years",
                "85 to 89 years",
                "90 years and over",
                "Age, not stated",
                ""
              ]
            },
            "title": "Age group"
          },
          {
            "name": "Value",
            "type": "integer",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "13-2-1",
  "title": "Deaths due to exposure to excessive natural heat"
}