{
  "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": "Año"
          },
          {
            "name": "Series",
            "type": "string",
            "constraints": {
              "enum": [
                "PIB generado por el turismo en proporción al PIB total",
                "Tasa de crecimiento del PIB generado por el turismo",
                ""
              ]
            },
            "title": "Serie"
          },
          {
            "name": "Territorio",
            "type": "string",
            "constraints": {
              "enum": [
                "Araba/Álava",
                "Bizkaia",
                "Gipuzkoa",
                ""
              ]
            },
            "title": "Territorio histórico"
          },
          {
            "name": "Units",
            "type": "string",
            "constraints": {
              "enum": [
                "%",
                ""
              ]
            },
            "title": "Unidad"
          },
          {
            "name": "Value",
            "type": "number",
            "title": "Valor"
          }
        ]
      }
    }
  ],
  "profile": "data-package",
  "name": "8-9-1",
  "title": "PIB generado directamente por el turismo en proporción al PIB total y a la tasa de crecimiento"
}