{
  "name": "gdp-uk",
  "title": "UK Gross Domestic Product (GDP)",
  "profile": "data-package",
  "resources": [
    {
      "name": "annual",
      "path": "data/data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "profile": "tabular-data-resource",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "%Y-%m-%d"
          },
          {
            "description": "Gross Value Added at basic prices: chained volume measures: Seasonally adjusted. Millions of GBP. ABMI variable in ONS source.",
            "name": "GDP",
            "type": "number"
          }
        ],
        "missingValues": [
          ""
        ]
      },
      "sources": [
        {
          "path": "https://www.ons.gov.uk/generator?format=csv&uri=/economy/grossdomesticproductgdp/timeseries/abmi/qna",
          "title": "Office for National Statistics (UK) - GDP Time Series"
        }
      ]
    }
  ],
  "sources": [
    {
      "homepage": "https://www.ons.gov.uk/economy/grossdomesticproductgdp/timeseries/abmi/qna",
      "name": "Gross Domestic Product: chained volume measures: Seasonally adjusted \u00a3m",
      "path": "https://www.ons.gov.uk/generator?format=csv&uri=/economy/grossdomesticproductgdp/timeseries/abmi/qna",
      "title": "Office for National Statistics (UK) - GDP Time Series"
    }
  ],
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "views": [
    {
      "name": "graph",
      "title": "UK Gross Domestic Product (GDP)",
      "resourceName": "annual",
      "specType": "simple",
      "spec": {
        "type": "line",
        "group": "date",
        "series": [
          "GDP"
        ]
      }
    }
  ],
  "collection": "economic-data"
}
