Last active
January 19, 2016 18:46
-
-
Save emanuelfeld/02b3d2569f67a4b4f4a8 to your computer and use it in GitHub Desktop.
Working proposal for DCgov-Code for DC civic.json standard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"specification": "", | |
"status": "", | |
"name": "", | |
"description": "", | |
"thumbnailUrl": "", | |
"contact": { | |
"name": "", | |
"email": "", | |
"twitter": "", | |
"url": "" | |
}, | |
"people": [ | |
{ | |
"name": "", | |
"email": "", | |
"github": "", | |
"twitter": "", | |
"url": "", | |
"role": "" | |
} | |
], | |
"organizations": [ | |
{ | |
"name": "", | |
"url": "", | |
"role": "" | |
} | |
], | |
"geography": "", | |
"type": "", | |
"data": [ | |
{ | |
"name": "", | |
"url": "" | |
} | |
], | |
"tags": [], | |
"links": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment