-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathcivic.json
46 lines (46 loc) · 1.27 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
45
46
{
"name": "Conviction Expungement",
"description": "A simple website for people trying to navigate the process of having records sealed in DC",
"license": "MIT",
"status": "Alpha",
"type": "Web app",
"homepage": "https://codefordc.github.io/clean-slate",
"repository": "https://github.com/codefordc/clean-slate",
"thumbnail": "",
"geography": [
"Washington DC"
],
"contact": {
"name": "Briane",
"email": "[email protected]",
"url": "https://twitter.com/bchanellek"
},
"partners": [
{
"url": "http://www.mission-launch.org/",
"name": "Mission Launch",
"email": ""
},
{
"url": "http://www.pdsdc.org/",
"name": "Public Defender Service",
"email": ""
},
{
"url": "http://codefordc.org",
"name": "Code for DC",
"email": ""
}
],
"data": [],
"tags": [
"Re-Entry",
"Expungement",
"Access to Justice",
""
],
"links": [
"https://codefordc.slack.com/messages/clean_slate/"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}