-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
56 lines (55 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
{
"resources": [
{
"name": "data",
"path": "data/data.csv",
"format": "csv",
"mediatype": "text/csv",
"schema": {
"fields": [
{
"name": "column_1",
"type": "string",
"description": "First column"
},
{
"name": "column_2",
"type": "string",
"description": "Second column"
},
{
"name": "column_3",
"type": "string",
"description": "Third column"
}
]
}
}
],
"name": "dataset-toronto-council-committees",
"title": "Council Committees",
"description": "A dataset containing current committee data for Toronto City Hall",
"homepage": "",
"version": "0.1.0",
"license": {
"type": "OGL-Toronto-1.0",
"url": "http://www1.toronto.ca/wps/portal/contentonly?vgnextoid=4a37e03bb8d1e310VgnVCM10000071d60f89RCRD"
},
"sources": [{
"name": "Agencies and Corporations - Chart",
"web": "http://www1.toronto.ca/City%20Of%20Toronto/City%20Managers%20Office/Agencies%20and%20Corporations/Files/pdf/Agency%20Chart%20July%2013%202015.pdf"
},{
"name": "Learning Guides - City Council and its Committees",
"web": "http://www1.toronto.ca/wps/portal/contentonly?vgnextoid=762b6804e1f22410VgnVCM10000071d60f89RCRD&vgnextchannel=9632acb640c21410VgnVCM10000071d60f89RCRD"
},{
"name": "Agencies and Corporations - Civic Theatres",
"web": "http://www1.toronto.ca/wps/portal/contentonly?vgnextoid=371e2a481057b410VgnVCM10000071d60f89RCRD&vgnextchannel=3426ea64460b3410VgnVCM10000071d60f89RCRD"
},{
"name": "Council Advisory Bodies for the 2014 to 2018 Term of City Council",
"web": "http://app.toronto.ca/tmmis/viewAgendaItemHistory.do?item=2015.EX2.1"
},{
"name": "TMMIS - Committees",
"web": "http://app.toronto.ca/tmmis/decisionBodyList.do?function=prepareDisplayDBList"
}],
"repository": "https://github.com/t0ronto-ca/dataset-toronto-council-committees"
}