From c7a4a005b79339e5735d8583547489784883895a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:35:03 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/code.json b/code.json index ed6c17e..d9bd2b7 100644 --- a/code.json +++ b/code.json @@ -1,6 +1,7 @@ { "name": "codejson-generator", - "description": "Form to generate a CMS code.json", + "version": "", + "description": "Form to generate code.json", "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": { @@ -15,11 +16,14 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-generator", - "projectURL": "https://dsacms.github.io/codejson-generator/", "repositoryHost": "github.com/DSACMS", "repositoryVisibility": "public", + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "disclaimerText": "", "vcs": "git", - "laborHours": 3702, + "laborHours": 4172, "reuseFrequency": { "forks": 7, "clones": 0 @@ -39,26 +43,25 @@ "CSS" ], "maintenance": "internal", - "contractNumber": "", + "contractNumber": [], + "SBOM": "https://github.com/DSACMS/codejson-generator/network/dependencies", + "relatedCode": [], + "reusedCode": [], + "partners": [], "date": { "created": "2024-11-22T16:30:29Z", - "lastModified": "2025-06-06T17:26:23Z", - "metaDataLastUpdated": "2025-06-10T17:22:19.981Z" + "lastModified": "2025-10-07T16:56:24Z", + "metadataLastUpdated": "2025-10-30T20:35:02.333Z" }, "tags": [ - "codejson", - "compliance", - "OSPO", - "metadata", - "featured" + "dsacms-tier3" ], "contact": { "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team" }, - "feedbackMechanisms": [ - "https://github.com/DSACMS/codejson-generator/issues" - ], + "feedbackMechanism": "https://github.com/DSACMS/codejson-generator/issues", + "AIUseCaseID": "0", "localisation": false, "repositoryType": "website", "userInput": true, @@ -66,7 +69,6 @@ "group": "CMS/OA/DSAC", "projects": [], "systems": [], - "upstream": "https://github.com/DSACMS/codejson-generator/network/dependencies", "subsetInHealthcare": [ "Operational" ], From 705515b6c4e2ed2bba612a9476ade9f6bbc0b261 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 30 Oct 2025 13:56:46 -0700 Subject: [PATCH 2/2] Update code.json --- code.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index d9bd2b7..3c2784f 100644 --- a/code.json +++ b/code.json @@ -2,23 +2,23 @@ "name": "codejson-generator", "version": "", "description": "Form to generate code.json", - "longDescription": "A web form where teams fill out information about their project and creates a completed code.json to add to repositories.", + "longDescription": "A web form where project teams fill out information about their project and creates a completed code.json to add to repositories as part of SHARE IT Act compliance.", "status": "Production", "permissions": { - "license": [ + "licenses": [ { - "name": "CC0 1.0 Universal", + "name": "CC0-1.0", "URL": "https://github.com/DSACMS/codejson-generator/blob/main/LICENSE" } ], - "usageType": "openSource", + "usageType": ["openSource"], "exemptionText": "" }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/codejson-generator", "repositoryHost": "github.com/DSACMS", "repositoryVisibility": "public", - "homepageURL": "", + "homepageURL": "https://dsacms.github.io/codejson-generator/", "downloadURL": "", "disclaimerURL": "", "disclaimerText": "", @@ -65,15 +65,15 @@ "localisation": false, "repositoryType": "website", "userInput": true, - "fismaLevel": "Low", + "fismaLevel": "low", "group": "CMS/OA/DSAC", "projects": [], "systems": [], "subsetInHealthcare": [ - "Operational" + "operational" ], "userType": [ - "Government" + "government" ], "maturityModelTier": 3 }