{
  "name": "iso",
  "resources": [
    {
      "name": "western-macos-roman",
      "path": "western-macos-roman.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string"
          },
          {
            "name": "Country Code",
            "type": "string"
          },
          {
            "name": "Year",
            "type": "integer"
          },
          {
            "name": "Value",
            "type": "integer"
          }
        ]
      }
    },
    {
      "name": "iso",
      "path": "iso8859.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string"
          },
          {
            "name": "Country Code",
            "type": "string"
          },
          {
            "name": "Year",
            "type": "integer"
          },
          {
            "name": "Value",
            "type": "integer"
          }
        ]
      }
    },
    {
      "name": "utf",
      "path": "utf8.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string"
          },
          {
            "name": "Country Code",
            "type": "string"
          },
          {
            "name": "Year",
            "type": "integer"
          },
          {
            "name": "Value",
            "type": "integer"
          }
        ]
      }
    }
  ]
}
