-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcivic.json
36 lines (36 loc) · 1.06 KB
/
civic.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
{
"name": "School Modernization Spending",
"description": "A data visualization that examines fifteen years of school modernization spending in the District",
"license": "CC0-1.0",
"status": "Alpha",
"type": "Web App",
"homepage": "http://codefordc.org/school-modernization/",
"repository": "https://github.com/codefordc/school-modernization",
"thumbnail": "https://github.com/codefordc/school-modernization",
"geography": [
"Washington D.C."
],
"contact": {
"name": "Nick Skelsey",
"email": "[email protected]"
},
"partners": [
{
"url": "http://codefordc.org",
"name": "Code for DC"
},
{
"url": "http://www.21csf.org/csf-home/",
"name": "21st Century School Fund"
}
],
"data": [],
"tags": [
"Cartography",
"Data Viz",
"DC Schools",
"Public Service"
],
"links": [],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}