Skip to content

Commit 716d3a6

Browse files
Added repositoryURL to schema
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 81411e9 commit 716d3a6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

schemas/schema-0.0.0.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"items": {
4343
"type": "object",
4444
"properties": {
45-
"url": {
45+
"URL": {
4646
"type": "string",
4747
"format": "uri",
4848
"description": "The URL of the release license"
@@ -110,6 +110,11 @@
110110
"Centers for Medicare & Medicaid Services"
111111
]
112112
},
113+
"repositoryURL": {
114+
"type": "string",
115+
"format": "uri",
116+
"description": "The URL of the public release repository for open source repositories. This field is not required for repositories that are only available as government-wide reuse or are closed (pursuant to one of the exemptions)."
117+
},
113118
"vcs": {
114119
"type": "string",
115120
"description": "Version control system used",

schemas/template-code.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"longDescription": "",
55
"status": "",
66
"organization": "",
7+
"repositoryURL": "",
78
"vcs": "",
89
"laborHours": 0,
910
"platforms": [""],

0 commit comments

Comments
 (0)