Skip to content

Commit 3b9d2db

Browse files
Update code.json
1 parent 3dee0a6 commit 3b9d2db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

code.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"version": "",
44
"description": "Script to create an indexed code.json",
55
"longDescription": "The GitHub Code.json Index Generator is a Python-based tool that helps federal agencies compile and maintain their code.json files for code.gov compliance. It automatically scans specified GitHub organizations, finds repositories containing code.json files, and combines them into a single indexed file.",
6-
"status": "production",
6+
"status": "Production",
77
"permissions": {
88
"licenses": [
99
{
10-
"URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE",
11-
"name": "CC0-1.0"
10+
"name": "CC0-1.0",
11+
"URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE"
1212
}
1313
],
14-
"usageType": "openSource"
14+
"usageType": ["openSource"]
1515
},
1616
"organization": "Centers for Medicare & Medicaid Services",
1717
"repositoryURL": "https://github.com/DSACMS/codejson-index-generator",
1818
"repositoryHost": "github.com/DSACMS",
1919
"repositoryVisibility": "public",
20-
"homepageURL": "",
20+
"homepageURL": "https://dsacms.github.io/index-generator-website/",
2121
"downloadURL": "",
2222
"disclaimerURL": "",
2323
"disclaimerText": "",
@@ -59,17 +59,17 @@
5959
"feedbackMechanism": "https://github.com/DSACMS/codejson-index-generator/issues",
6060
"AIUseCaseID": "0",
6161
"localisation": false,
62-
"repositoryType": "Tools",
62+
"repositoryType": "tools",
6363
"userInput": true,
64-
"fismaLevel": "Low",
64+
"fismaLevel": "low",
6565
"group": "CMS/OA/DSAC",
6666
"projects": [],
6767
"systems": [],
6868
"subsetInHealthcare": [
69-
"Operational"
69+
"operational"
7070
],
7171
"userType": [
72-
"Government"
72+
"government"
7373
],
7474
"maturityModelTier": 3
7575
}

0 commit comments

Comments
 (0)