You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: schemas/schema-0.0.0.json
+10-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
"items": {
43
43
"type": "object",
44
44
"properties": {
45
-
"url": {
45
+
"URL": {
46
46
"type": "string",
47
47
"format": "uri",
48
48
"description": "The URL of the release license"
@@ -110,6 +110,11 @@
110
110
"Centers for Medicare & Medicaid Services"
111
111
]
112
112
},
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
+
},
113
118
"vcs": {
114
119
"type": "string",
115
120
"description": "Version control system used",
@@ -182,6 +187,7 @@
182
187
},
183
188
"date": {
184
189
"type": "object",
190
+
"description": "A date object describing the release",
185
191
"properties": {
186
192
"created": {
187
193
"type": "string",
@@ -209,6 +215,7 @@
209
215
},
210
216
"contact": {
211
217
"type": "object",
218
+
"description": "Point of contact for the release",
212
219
"properties": {
213
220
"email": {
214
221
"type": "string",
@@ -286,7 +293,7 @@
286
293
"description": "Location where source code is hosted",
0 commit comments