{
  "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": "REF_AREA",
            "type": "string",
            "constraints": {
              "enum": [
                "City of Kigali",
                "Southern Province",
                "Western Province",
                "Northern Province",
                "Eastern Province",
                "Nyarugenge",
                "Gasabo",
                "Kicukiro",
                "Nyanza",
                "Gisagara",
                "Nyaruguru",
                "Huye",
                "Nyamagabe",
                "Ruhango",
                "Muhanga",
                "Kamonyi",
                "Karongi",
                "Rutsiro",
                "Rubavu",
                "Nyabihu",
                "Ngororero",
                "Rusizi",
                "Nyamasheke",
                "Rulindo",
                "Gakenke",
                "Musanze",
                "Burera",
                "Gicumbi",
                "Rwamagana",
                "Nyagatare",
                "Gatsibo",
                "Kayonza",
                "Kirehe",
                "Ngoma",
                "Bugesera",
                ""
              ]
            },
            "title": "Reference area"
          },
          {
            "name": "SEX",
            "type": "string",
            "constraints": {
              "enum": [
                "Male",
                "Female",
                ""
              ]
            },
            "title": "Sex"
          },
          {
            "name": "AGE",
            "type": "string",
            "constraints": {
              "enum": [
                "16 years old and over",
                "under 15 years old",
                ""
              ]
            },
            "title": "Age"
          },
          {
            "name": "URBANISATION",
            "type": "string",
            "constraints": {
              "enum": [
                "Urban",
                "Rural",
                ""
              ]
            },
            "title": "Degree of urbanisation"
          },
          {
            "name": "GeoCode",
            "type": "string",
            "title": "GeoCode"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "1-2-1",
  "title": "Proportion of population living below the national poverty line, by sex and age"
}