From 46d50df88bd9a824982c57ff74172e354bd126ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:02:49 +0000 Subject: [PATCH 1/3] Update code.json metadata --- code.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code.json b/code.json index 1f26cee..5f06342 100644 --- a/code.json +++ b/code.json @@ -11,7 +11,9 @@ "URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE" } ], - "usageType": ["openSource"] + "usageType": [ + "openSource" + ] }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-index-generator", @@ -22,7 +24,7 @@ "disclaimerURL": "", "disclaimerText": "", "vcs": "git", - "laborHours": 2935, + "laborHours": 2936, "reuseFrequency": { "forks": 3, "clones": 0 @@ -46,8 +48,8 @@ "partners": [], "date": { "created": "2025-01-07T21:26:42Z", - "lastModified": "2025-08-25T18:31:44Z", - "metadataLastUpdated": "2025-10-30T21:21:11.986Z" + "lastModified": "2025-11-07T19:00:02Z", + "metadataLastUpdated": "2025-12-01T02:02:48.639Z" }, "tags": [ "cmsoss-tier3" From 98b5bc78d264876ede6e2a310a6e8afd6821e1fe Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 11 Dec 2025 09:18:09 -0800 Subject: [PATCH 2/3] Add new tags and projects to code.json --- code.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/code.json b/code.json index 5f06342..919c57c 100644 --- a/code.json +++ b/code.json @@ -52,7 +52,12 @@ "metadataLastUpdated": "2025-12-01T02:02:48.639Z" }, "tags": [ - "cmsoss-tier3" + "cmsoss-tier3", + "inventory", + "agency", + "codejson", + "metadata", + "featured" ], "contact": { "email": "opensource@cms.hhs.gov", @@ -65,7 +70,7 @@ "userInput": true, "fismaLevel": "low", "group": "CMS/OA/DSAC", - "projects": [], + "projects": ["share-it-act"], "systems": [], "subsetInHealthcare": [ "operational" From 6f2744fdf1d49855fbad0b48e6ad7c34cd6110af Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 11 Dec 2025 09:19:49 -0800 Subject: [PATCH 3/3] Fix JSON formatting in code.json --- code.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code.json b/code.json index 919c57c..ddf86c9 100644 --- a/code.json +++ b/code.json @@ -13,7 +13,8 @@ ], "usageType": [ "openSource" - ] + ], + "exemptionText": "" }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-index-generator",