{
  "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": "Poverty reduction aid type",
            "type": "string",
            "constraints": {
              "enum": [
                "Multisector aid for basic social services",
                "Development food assistance",
                "Basic education",
                "Basic health",
                "Water supply and sanitation",
                ""
              ]
            },
            "title": "Poverty reduction aid type"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Value"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "1-a-1",
  "title": "Total official development assistance grants from all donors that focus on poverty reduction as a share of the recipient country’s gross national income"
}