-
Notifications
You must be signed in to change notification settings - Fork 11
/
civic.json
44 lines (44 loc) · 1.17 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
37
38
39
40
41
42
43
44
{
"name": "Open 211",
"description": "DC Open211",
"license": "GPL-2.0",
"status": "Alpha",
"type": "Communications Infrastructure",
"homepage": "https://openreferral.org/pilots/dc-open211/",
"repository": "https://github.com/codefordc/open211",
"thumbnail": "",
"geography": [
"DC Metro Area"
],
"contact": {
"name": "Greg Bloom",
"email": "bloom@openreferral.org",
"url": "https://twitter.com/@greggish"
},
"partners": [
{
"url": "http://dmhhs.dc.gov",
"name": "Deputy Mayor of Health and Human Services",
"email": ""
},
{
"url": "http://www.breadforthecity.org/",
"name": "Bread for the City",
"email": ""
},
{
"url": "http://codefordc.org",
"name": "Code for DC",
"email": ""
}
],
"data": [],
"tags": [
"Open Data",
"Social services"
],
"links": [
"https://codefordc.github.io/open211/"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}