Skip to content

Commit 451220b

Browse files
Update code.json
1 parent 37b9456 commit 451220b

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

code.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "gov-codejson",
3-
"description": "CMS code.json: An agency-wide metadata standard for software projects",
3+
"description": "code.json: An agency-wide metadata standard for software projects",
44
"longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on the agency's software projects in compliance with M-16-21 and the SHARE IT Act.",
55
"status": "Production",
66
"permissions": {
77
"license": [
88
{
9-
"name": "CC0 1.0 Universal",
9+
"name": "CC0 1.0",
1010
"URL": "https://github.com/DSACMS/gov-codejson/blob/main/LICENSE"
1111
}
1212
],
@@ -15,13 +15,16 @@
1515
},
1616
"organization": "Centers for Medicare & Medicaid Services",
1717
"repositoryURL": "https://github.com/DSACMS/gov-codejson",
18-
"projectURL": "",
1918
"repositoryHost": "github.com/DSACMS",
20-
"repositoryVisibility": "",
19+
"repositoryVisibility": "public",
20+
"homepageURL": "",
21+
"downloadURL": "",
22+
"disclaimerURL": "",
23+
"disclaimerText": "",
2124
"vcs": "git",
2225
"laborHours": 3845,
2326
"reuseFrequency": {
24-
"forks": 0,
27+
"forks": 2,
2528
"clones": 0
2629
},
2730
"platforms": [
@@ -32,9 +35,10 @@
3235
"help-desk"
3336
],
3437
"softwareType": "standalone/web",
35-
"languages": [],
36-
"maintenance": "internal",
37-
"contractNumber": "",
38+
"languages": ["Markdown"],
39+
"maintenance": "community",
40+
"contractNumber": [],
41+
"SBOM": "https://github.com/DSACMS/gov-codejson/network/dependencies",
3842
"date": {
3943
"created": "2025-02-04T21:59:53Z",
4044
"lastModified": "2025-06-05T18:05:11Z",
@@ -52,22 +56,20 @@
5256
"email": "opensource@cms.hhs.gov",
5357
"name": "CMS Open Source Team"
5458
},
55-
"feedbackMechanisms": [
56-
"https://github.com/DSACMS/gov-codejson/issues"
57-
],
59+
"feedbackMechanism": "https://github.com/DSACMS/gov-codejson/issues",
60+
"AIUseCaseID": "0",
5861
"localisation": false,
5962
"repositoryType": "standards",
6063
"userInput": false,
6164
"fismaLevel": "Low",
6265
"group": "CMS/OA/DSAC",
63-
"projects": [],
66+
"projects": ["SHARE IT Act"],
6467
"systems": [],
65-
"upstream": "",
6668
"subsetInHealthcare": [
6769
"Operational"
6870
],
6971
"userType": [
7072
"Government"
7173
],
7274
"maturityModelTier": 3
73-
}
75+
}

0 commit comments

Comments
 (0)