-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from DSACMS/code-json-1739294554298
Update code.json
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "ospo-guide", | ||
"description": "Open Source Program Office Guide for CMS.gov", | ||
"longDescription": "Source of truth for all processes that take place within the Open Source Program Office.", | ||
"status": "Production", | ||
"permissions": { | ||
"license": [ | ||
{ | ||
"name": "CC0 1.0 Universal", | ||
"URL": "https://github.com/DSACMS/ospo-guide/blob/main/LICENSE" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": "" | ||
}, | ||
"organization": "Centers for Medicare & Medicaid Services", | ||
"repositoryURL": "https://github.com/DSACMS/ospo-guide", | ||
"vcs": "git", | ||
"laborHours": 2992, | ||
"platforms": ["web"], | ||
"categories": ["knowledge-management", "document-management"], | ||
"softwareType": "standalone/web", | ||
"languages": ["Markdown"], | ||
"maintenance": "internal", | ||
"date": { | ||
"created": "2024-04-03T20:47:21Z", | ||
"lastModified": "2025-02-11T17:21:41Z", | ||
"metaDataLastUpdated": "2025-02-11T17:22:34.291Z" | ||
}, | ||
"tags": ["OSPO", "guide", "documentation"], | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "CMS Open Source Team" | ||
}, | ||
"localisation": false, | ||
"repositoryType": "standards", | ||
"userInput": false, | ||
"fismaLevel": "Low", | ||
"group": "CMS/OA/DSAC", | ||
"subsetInHealthcare": ["Operational"], | ||
"userType": ["Government"], | ||
"repositoryHost": "github.com/DSACMS", | ||
"maturityModelTier": 2 | ||
} |