From 66c6c2d66b0c1823442a9f9dbaba5ca7258e0a53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:22:20 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/code.json b/code.json index 8d586cb..8c83b73 100644 --- a/code.json +++ b/code.json @@ -15,8 +15,15 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-generator", + "projectURL": "", + "repositoryHost": "github.com/DSACMS", + "repositoryVisibility": "", "vcs": "git", - "laborHours": 3347, + "laborHours": 3702, + "reuseFrequency": { + "forks": 0, + "clones": 0 + }, "platforms": [ "web" ], @@ -32,10 +39,11 @@ "CSS" ], "maintenance": "internal", + "contractNumber": "", "date": { "created": "2024-11-22T16:30:29Z", - "lastModified": "2025-02-13T20:05:39Z", - "metaDataLastUpdated": "2025-02-14T15:06:13.678Z" + "lastModified": "2025-06-06T17:26:23Z", + "metaDataLastUpdated": "2025-06-10T17:22:19.981Z" }, "tags": [ "codejson", @@ -46,17 +54,22 @@ "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team" }, + "feedbackMechanisms": [ + "https://github.com/DSACMS/codejson-generator/issues" + ], "localisation": false, "repositoryType": "website", "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", + "projects": [], + "systems": [], + "upstream": "", "subsetInHealthcare": [ "Operational" ], "userType": [ "Government" ], - "repositoryHost": "github.com/DSACMS", "maturityModelTier": 3 } \ No newline at end of file From a96ee2cc27dd332623a945d99ad6f81acf2c0cfe Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Tue, 10 Jun 2025 10:26:33 -0700 Subject: [PATCH 2/2] Update code.json --- code.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index 8c83b73..ed6c17e 100644 --- a/code.json +++ b/code.json @@ -1,7 +1,7 @@ { "name": "codejson-generator", "description": "Form to generate a CMS code.json", - "longDescription": "A web form where project teams fill out information about their project and creates a completed code.json for local download to add to repositories.", + "longDescription": "A web form where teams fill out information about their project and creates a completed code.json to add to repositories.", "status": "Production", "permissions": { "license": [ @@ -15,13 +15,13 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-generator", - "projectURL": "", + "projectURL": "https://dsacms.github.io/codejson-generator/", "repositoryHost": "github.com/DSACMS", - "repositoryVisibility": "", + "repositoryVisibility": "public", "vcs": "git", "laborHours": 3702, "reuseFrequency": { - "forks": 0, + "forks": 7, "clones": 0 }, "platforms": [ @@ -48,7 +48,9 @@ "tags": [ "codejson", "compliance", - "OSPO" + "OSPO", + "metadata", + "featured" ], "contact": { "email": "opensource@cms.hhs.gov", @@ -59,12 +61,12 @@ ], "localisation": false, "repositoryType": "website", - "userInput": false, + "userInput": true, "fismaLevel": "Low", "group": "CMS/OA/DSAC", "projects": [], "systems": [], - "upstream": "", + "upstream": "https://github.com/DSACMS/codejson-generator/network/dependencies", "subsetInHealthcare": [ "Operational" ], @@ -72,4 +74,4 @@ "Government" ], "maturityModelTier": 3 -} \ No newline at end of file +}