{
  "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": "Urtea"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "Malariaren intzidentzia 1.000 biztanleko",
                ""
              ]
            },
            "title": "Seriea"
          },
          {
            "name": "Sexo",
            "type": "string",
            "constraints": {
              "enum": [
                "Emakumea",
                "Gizona",
                ""
              ]
            },
            "title": "Sexua"
          },
          {
            "name": "Units",
            "type": "string",
            "constraints": {
              "enum": [
                "1.000 biztanleko",
                ""
              ]
            },
            "title": "Unitatea"
          },
          {
            "name": "Value",
            "type": "integer",
            "title": "Balioa"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "3-3-3",
  "title": "Malariaren intzidentzia 1.000 biztanleko "
}