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
@@ -74,6 +74,14 @@ We encourage agencies to contribute by [submitting an agency schema addition iss
74
74
<td>Name of the project or software</td>
75
75
<td></td>
76
76
</tr>
77
+
<tr>
78
+
<td>version</td>
79
+
<td>optional</td>
80
+
<td>🇺🇸</td>
81
+
<td>str</td>
82
+
<td>The version for this release</td>
83
+
<td></td>
84
+
</tr>
77
85
<tr>
78
86
<td>description</td>
79
87
<td>required</td>
@@ -169,6 +177,38 @@ We encourage agencies to contribute by [submitting an agency schema addition iss
169
177
- private
170
178
</td>
171
179
</tr>
180
+
<tr>
181
+
<td>homepageURL</td>
182
+
<td>optional</td>
183
+
<td>🇺🇸</td>
184
+
<td>str</td>
185
+
<td>The URL of the public release homepage</td>
186
+
<td></td>
187
+
</tr>
188
+
<tr>
189
+
<td>downloadURL</td>
190
+
<td>optional</td>
191
+
<td>🇺🇸</td>
192
+
<td>str</td>
193
+
<td>The URL where a distribution of the release can be found</td>
194
+
<td></td>
195
+
</tr>
196
+
<tr>
197
+
<td>disclaimerURL</td>
198
+
<td>optional</td>
199
+
<td>🇺🇸</td>
200
+
<td>str</td>
201
+
<td>The URL where disclaimer language regarding the release can be found</td>
202
+
<td></td>
203
+
</tr>
204
+
<tr>
205
+
<td>disclaimerText</td>
206
+
<td>optional</td>
207
+
<td>🇺🇸</td>
208
+
<td>str</td>
209
+
<td>Short paragraph that includes disclaimer language to accompany the release</td>
210
+
<td></td>
211
+
</tr>
172
212
<tr>
173
213
<td>vcs</td>
174
214
<td>required</td>
@@ -199,6 +239,14 @@ We encourage agencies to contribute by [submitting an agency schema addition iss
199
239
<td>Measures frequency of code reuse in various forms</td>
200
240
<td></td>
201
241
</tr>
242
+
<tr>
243
+
<td>languages</td>
244
+
<td>required</td>
245
+
<td>🇺🇸</td>
246
+
<td>arr</td>
247
+
<td>Programming languages that make up the codebase</td>
248
+
<td></td>
249
+
</tr>
202
250
<tr>
203
251
<td>maintenance</td>
204
252
<td>required</td>
@@ -220,6 +268,44 @@ We encourage agencies to contribute by [submitting an agency schema addition iss
220
268
<td>Contract number</td>
221
269
<td></td>
222
270
</tr>
271
+
<tr>
272
+
<td>SBOM</td>
273
+
<td>required</td>
274
+
<td>🇺🇸</td>
275
+
<td>str</td>
276
+
<td>Link of the upstream repositories and dependencies used, in the form of a Software Bill of Materials/SBOM. If the software does not have a SBOM, enter 'None'. (i.e. Github provides an SBOM: https://github.com/$ORG_NAME/$REPO_NAME/network/dependencies)</td>
@@ -324,6 +410,14 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
324
410
<td>Name of the project or software</td>
325
411
<td></td>
326
412
</tr>
413
+
<tr>
414
+
<td>version</td>
415
+
<td>optional</td>
416
+
<td>🇺🇸</td>
417
+
<td>str</td>
418
+
<td>The version for this release</td>
419
+
<td></td>
420
+
</tr>
327
421
<tr>
328
422
<td>description</td>
329
423
<td>required</td>
@@ -415,14 +509,6 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
415
509
<td>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). It can be listed as 'private' for repositories that are closed.</td>
<td>URL to landing page, demo, or production instance of project</td>
424
-
<td></td>
425
-
</tr>
426
512
<tr>
427
513
<td>repositoryHost</td>
428
514
<td>required</td>
@@ -448,6 +534,38 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
448
534
- public<br>
449
535
- private
450
536
</td>
537
+
</tr>
538
+
<tr>
539
+
<td>homepageURL</td>
540
+
<td>optional</td>
541
+
<td>🇺🇸</td>
542
+
<td>str</td>
543
+
<td>The URL of the public release homepage</td>
544
+
<td></td>
545
+
</tr>
546
+
<tr>
547
+
<td>downloadURL</td>
548
+
<td>optional</td>
549
+
<td>🇺🇸</td>
550
+
<td>str</td>
551
+
<td>The URL where a distribution of the release can be found</td>
552
+
<td></td>
553
+
</tr>
554
+
<tr>
555
+
<td>disclaimerURL</td>
556
+
<td>optional</td>
557
+
<td>🇺🇸</td>
558
+
<td>str</td>
559
+
<td>The URL where disclaimer language regarding the release can be found</td>
560
+
<td></td>
561
+
</tr>
562
+
<tr>
563
+
<td>disclaimerText</td>
564
+
<td>optional</td>
565
+
<td>🇺🇸</td>
566
+
<td>str</td>
567
+
<td>Short paragraph that includes disclaimer language to accompany the release</td>
568
+
<td></td>
451
569
</tr>
452
570
<tr>
453
571
<td>vcs</td>
@@ -542,14 +660,52 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
542
660
- none
543
661
</td>
544
662
</tr>
545
-
<tr>
663
+
<tr>
546
664
<td>contractNumber</td>
547
665
<td>required</td>
548
666
<td>📜</td>
549
667
<td>array</td>
550
668
<td>Contract number</td>
551
669
<td></td>
552
670
</tr>
671
+
<tr>
672
+
<td>SBOM</td>
673
+
<td>required</td>
674
+
<td>🇺🇸</td>
675
+
<td>str</td>
676
+
<td>Link of the upstream repositories and dependencies used, in the form of a Software Bill of Materials/SBOM. If the software does not have a SBOM, enter 'None'. (i.e. Github provides an SBOM: https://github.com/$ORG_NAME/$REPO_NAME/network/dependencies)</td>
<td>Link of the upstream repositories and dependencies used, in the form of a Software Bill of Materials/SBOM (https://github.com/$ORG_NAME/$REPO_NAME/network/dependencies)</td>
0 commit comments