Last active
September 18, 2016 04:25
-
-
Save theresaanna/ce01d031910627aa3c045abd669ae448 to your computer and use it in GitHub Desktop.
Alpha Software Inventory Schema - Project Open Data style
This file contains hidden or 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
{ | |
"agency": "FAKE1", | |
"projects": [ | |
{ | |
"vcs": "git", | |
"repository": "https://github.com/presidential-innovation-fellows/mygov", | |
"landingPage": "https://agency.gov/project-homepage", | |
"downloadURL": "https://agency.gov/project/dist.tar.gz", | |
"title": "mygov", | |
"description": "A Platform for Conecting People and Government", | |
"tags": [ | |
"platform", | |
"government", | |
"connecting", | |
"people" | |
], | |
"language": [ | |
"java", | |
"python" | |
], | |
"contactPoint": { | |
"hasEmail": "mailto:[email protected]", | |
"fn": "Firstname Lastname" | |
}, | |
"license": ["CC0"], | |
"openSourceProject": 1, | |
"governmentWideReuseProject": 0, | |
"exemption": null, | |
"updated": "timestamp" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment