Skip to content

Instantly share code, notes, and snippets.

@theresaanna
Last active September 18, 2016 04:25
Show Gist options
  • Save theresaanna/ce01d031910627aa3c045abd669ae448 to your computer and use it in GitHub Desktop.
Save theresaanna/ce01d031910627aa3c045abd669ae448 to your computer and use it in GitHub Desktop.
Alpha Software Inventory Schema - Project Open Data style
{
"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:project@agency.gov",
"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