-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdatapackage.json
45 lines (45 loc) · 1.39 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "gdp-uk",
"title": "UK Gross Domestic Product (GDP)",
"resources": [
{
"name": "gdp-uk",
"path": "data/data.csv",
"schema": {
"fields": [
{
"name": "date",
"type": "string"
},
{
"description": "Gross Value Added at basic prices: chained volume measures: Seasonally adjusted. Millions of GBP. ABMI variable in ONS source.",
"name": "GDP",
"type": "number"
}
]
},
"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"
}
],
"collection": "economic-data"
}