{
  "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": "data.sex",
            "type": "string",
            "constraints": {
              "enum": [
                "Males",
                "Females",
                ""
              ]
            },
            "title": "Sex"
          },
          {
            "name": "data.age",
            "type": "string",
            "constraints": {
              "enum": [
                "15-24 years",
                "25-39 ár",
                "40-49 ár",
                "50-59 ár",
                "60+ ár",
                ""
              ]
            },
            "title": "Age"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "16-1-4",
  "title": "Proportion of population that feel safe walking alone around the area they live"
}