forked from civictechdc/ancfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcivic.json
44 lines (44 loc) · 1.18 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": "ANC Finder",
"description": "A website about DC's Advisory Neighborhood Commission system.",
"license": "CC0-1.0",
"status": "Production",
"type": "Web App",
"homepage": "http://ancfinder.org/",
"repository": "https://github.com/codefordc/ancfinder",
"thumbnail": "http://ancfinder.org/static/img/favicon.png",
"geography": [
"Washington, DC"
],
"contact": {
"name": "ANC Finder",
"email": "ancfinder@codefordc.org",
"url": "https://twitter.com/@ancfinder"
},
"partners": [
{
"url": "http://codefordc.org",
"name": "Code for DC",
"email": ""
}
],
"data": [
{
"url": "http://ancfinder.org/static/meetings.json",
"name": "ANC Meetings",
"metadata": ""
},
{
"url": "http://ancfinder.org/static/ancs.json",
"name": "ANC Commissioners",
"metadata": ""
}
],
"tags": [
"Politics",
"Government",
"Open Data"
],
"links": [],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}