-
Notifications
You must be signed in to change notification settings - Fork 5
/
civic.json
33 lines (33 loc) · 895 Bytes
/
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
{
"name": "civic.json (extended)",
"description": "An extension to civic.json to better support collaboration across government agencies and municipalities, and with the public.",
"license": "https://raw.githubusercontent.com/DCgov/civic.json/master/LICENSE.md",
"status": "Beta",
"homepage": "http://open.dc.gov/civic.json",
"repository": "https://github.com/DCgov/civic.json",
"geography": [],
"contact": {
"name": "Emanuel Feld",
"email": "[email protected]"
},
"partners": [
{
"name": "OCTO Innovation Program",
"email": "[email protected]"
},
{
"name": "Code for DC",
"url": "https://twitter.com/CodeforDC"
}
],
"data": [],
"tags": [
"documentation",
"schema",
"standard",
"civic",
"government"
],
"links": [],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}