Last active
September 23, 2016 20:10
-
-
Save theresaanna/26e35c583fe4744738c6c03057442f2f to your computer and use it in GitHub Desktop.
Alpha Software Inventory Schema - DC civic.json 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": "DOABC", | |
"projects": [ | |
{ | |
"status": "Alpha", | |
"vcs": "git", | |
"repository": "https://github.com/presidential-innovation-fellows/mygov", | |
"homepage": "https://agency.gov/project-homepage", | |
"downloadURL": "https://agency.gov/project/dist.tar.gz", | |
"name": "mygov", | |
"description": "A Platform for Conecting People and Government", | |
"tags": [ | |
"platform", | |
"government", | |
"connecting", | |
"people" | |
], | |
"languages": [ | |
"java", | |
"python" | |
], | |
"contact": { | |
"email": "[email protected]", | |
"name": "Project Coordinator Name", | |
"twitter": "https://twitter.com/projectname", | |
"phone": "2025551313" | |
}, | |
"partners": [ | |
{ | |
"name": "DOXYZ", | |
"email": "[email protected]" | |
} | |
], | |
"license": "https://path.to/license" OR null, | |
"openSourceProject": 1, | |
"governmentWideReuseProject": 0, | |
"exemption": null, | |
"updated": { | |
"lastCommit": "2016-04-30", | |
"metadataLastUpdated": "2016-04-13", | |
"sourceCodeLastModified": "2016-04-12" | |
} | |
} | |
] | |
} |
Would it be better to have a simple version
field instead of the updated
field? I was thinking it would be a string that follows the Semantic Versioning guidelines, which would make it easier for fully automated systems to detect if important changes have occurred.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@okamanda