Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 24 additions & 22 deletions code.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
{
"name": "codejson-generator",
"description": "Form to generate a CMS code.json",
"longDescription": "A web form where teams fill out information about their project and creates a completed code.json to add to repositories.",
"version": "",
"description": "Form to generate code.json",
"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",
"projectURL": "https://dsacms.github.io/codejson-generator/",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "https://dsacms.github.io/codejson-generator/",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 3702,
"laborHours": 4172,
"reuseFrequency": {
"forks": 7,
"clones": 0
Expand All @@ -39,39 +43,37 @@
"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,
"fismaLevel": "Low",
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"projects": [],
"systems": [],
"upstream": "https://github.com/DSACMS/codejson-generator/network/dependencies",
"subsetInHealthcare": [
"Operational"
"operational"
],
"userType": [
"Government"
"government"
],
"maturityModelTier": 3
}
Loading