Add json for multiple prior released packages from AFRL/Quantum groups#270
Add json for multiple prior released packages from AFRL/Quantum groups#270olsonse wants to merge 1 commit intoCode-dot-mil:masterfrom
Conversation
| "email": "spencer.olson.2@spaceforce.mil" | ||
| }, | ||
| "openSourceProject": 1, | ||
| "governmentWideReuseProject": 1, |
There was a problem hiding this comment.
code.mil uses version 2.0 of the code-dot-gov schema which includes openSource, governmentWideReuse in an array of ENUM's with usageType as its key. Please see https://github.com/GSA/code-gov-data/blob/master/schemas/schema-2.0.0.json
|
Greetings, apologies for the delay in pulling these changes into code.mil. I reviewed these changesets and the only changes that need to be made to conform with version 2.0.0 of the code.gov code inventory schema is to add a usageType. In earlier versions of the spec these were boolean values which is how they are specified in these changesets. Please see https://github.com/GSA/code-gov-data/blob/master/schemas/schema-2.0.0.json It should be a relatively small change. I'll pull this in once completed. |
Thanks for submitting a pull request! Below are a few things you can do to help us more quickly review your changes.
Checklist
I have…
./scripts/serve) and verified that my changes behave as expected../scripts/build) and make sure it builds correctly../scripts/test) and verified that all tests pass.Summary of Changes
This pull request adds several json blocks for previously released/open-sourced code that was posted at @afrl-quantum.
Testing
To verify the changes proposed in this pull request, I used the ./scripts/serve script to ensure that the blocks were properly inserted into the aggregate code.json file.