{
  "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": "Ár"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "Partur av samlaðu almennu útreiðslunum",
                ""
              ]
            },
            "title": "mát"
          },
          {
            "name": "essential service",
            "type": "string",
            "constraints": {
              "enum": [
                "Útbúgving",
                "Heilsa",
                "Almannavernd",
                ""
              ]
            },
            "title": "grundleggjandi tænasta"
          },
          {
            "name": "Units",
            "type": "string",
            "constraints": {
              "enum": [
                "%",
                ""
              ]
            },
            "title": "eind"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "1-a-2",
  "title": "Proportion of total government spending on essential services (education, health and social protection)"
}