Skip to content

Commit e7ffbf4

Browse files
Merge pull request #19 from DSACMS/code-json-1761859272250
Update code.json
2 parents 353cbe8 + 3b9d2db commit e7ffbf4

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

code.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
{
22
"name": "codejson-index-generator",
3+
"version": "",
34
"description": "Script to create an indexed code.json",
45
"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.",
5-
"status": "production",
6+
"status": "Production",
67
"permissions": {
78
"licenses": [
89
{
9-
"URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE",
10-
"name": "CC0-1.0"
10+
"name": "CC0-1.0",
11+
"URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE"
1112
}
1213
],
13-
"usageType": "openSource"
14+
"usageType": ["openSource"]
1415
},
1516
"organization": "Centers for Medicare & Medicaid Services",
1617
"repositoryURL": "https://github.com/DSACMS/codejson-index-generator",
17-
"projectURL": "",
1818
"repositoryHost": "github.com/DSACMS",
1919
"repositoryVisibility": "public",
20+
"homepageURL": "https://dsacms.github.io/index-generator-website/",
21+
"downloadURL": "",
22+
"disclaimerURL": "",
23+
"disclaimerText": "",
2024
"vcs": "git",
21-
"laborHours": 2822,
25+
"laborHours": 2935,
2226
"reuseFrequency": {
23-
"forks": 2,
27+
"forks": 3,
2428
"clones": 0
2529
},
2630
"platforms": [
@@ -35,39 +39,37 @@
3539
"Python"
3640
],
3741
"maintenance": "internal",
38-
"contractNumber": "",
42+
"contractNumber": [],
43+
"SBOM": "https://github.com/DSACMS/codejson-index-generator/network/dependencies",
44+
"relatedCode": [],
45+
"reusedCode": [],
46+
"partners": [],
3947
"date": {
4048
"created": "2025-01-07T21:26:42Z",
41-
"lastModified": "2025-05-21T16:01:19Z",
42-
"metaDataLastUpdated": "2025-06-10T17:28:18.288Z"
49+
"lastModified": "2025-08-25T18:31:44Z",
50+
"metadataLastUpdated": "2025-10-30T21:21:11.986Z"
4351
},
4452
"tags": [
45-
"codejson",
46-
"index",
47-
"generator",
48-
"tools",
49-
"featured"
53+
"cmsoss-tier3"
5054
],
5155
"contact": {
5256
"email": "opensource@cms.hhs.gov",
5357
"name": "CMS Open Source Program Office"
5458
},
55-
"feedbackMechanisms": [
56-
"https://github.com/DSACMS/codejson-index-generator/issues"
57-
],
59+
"feedbackMechanism": "https://github.com/DSACMS/codejson-index-generator/issues",
60+
"AIUseCaseID": "0",
5861
"localisation": false,
59-
"repositoryType": "Tools",
62+
"repositoryType": "tools",
6063
"userInput": true,
61-
"fismaLevel": "Low",
64+
"fismaLevel": "low",
6265
"group": "CMS/OA/DSAC",
6366
"projects": [],
6467
"systems": [],
65-
"upstream": "https://github.com/DSACMS/codejson-index-generator/network/dependencies",
6668
"subsetInHealthcare": [
67-
"Operational"
69+
"operational"
6870
],
6971
"userType": [
70-
"Government"
72+
"government"
7173
],
7274
"maturityModelTier": 3
7375
}

0 commit comments

Comments
 (0)