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
+6-1Lines changed: 6 additions & 1 deletion
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)."
0 commit comments