{
  "bytes": 2102,
  "count_of_rows": 95,
  "hash": "be3a762535f981e7f42432051c71e024",
  "licenses": [
    {
      "name": "OGL",
      "path": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
      "title": "Open Government Licence"
    }
  ],
  "name": "population",
  "profile": "data-package",
  "resources": [
    {
      "dialect": {
        "caseSensitiveHeader": false,
        "delimiter": ",",
        "doubleQuote": true,
        "header": true,
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "skipInitialSpace": false
      },
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/xls",
      "name": "london-population-history",
      "path": "data/london-population-history.csv",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "format": "default",
            "name": "Year",
            "type": "any"
          },
          {
            "format": "default",
            "name": "Value",
            "type": "any"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "dialect": {
        "caseSensitiveHeader": false,
        "delimiter": ",",
        "doubleQuote": true,
        "header": true,
        "lineTerminator": "\r\n",
        "quoteChar": "\"",
        "skipInitialSpace": false
      },
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/xlsx",
      "name": "london-population-projection",
      "path": "data/london-population-projection.csv",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "format": "default",
            "name": "Year",
            "type": "any"
          },
          {
            "format": "default",
            "name": "Value",
            "type": "any"
          }
        ],
        "missingValues": [
          ""
        ]
      }
    }
  ],
  "title": "London population"
}