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
// An optional identifier which can be used to reference the license elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element.
435
+
optionalstringbom_ref=2;
434
436
// An optional way to include the textual content of the license.
435
-
optionalAttachedTexttext=2;
437
+
optionalAttachedTexttext=3;
436
438
}
437
439
438
440
// A valid SPDX license expression. Refer to https://spdx.org/specifications for syntax requirements.
Copy file name to clipboardExpand all lines: schema/bom-1.7.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1515,6 +1515,11 @@
1515
1515
"LicenseRef-my-custom-license"
1516
1516
]
1517
1517
},
1518
+
"bom-ref": {
1519
+
"$ref": "#/definitions/refType",
1520
+
"title": "BOM Reference",
1521
+
"description": "An optional identifier which can be used to reference the license elsewhere in the BOM. Every bom-ref must be unique within the BOM.\nValue SHOULD not start with the BOM-Link intro 'urn:cdx:' to avoid conflicts with BOM-Links."
1522
+
},
1518
1523
"text": {
1519
1524
"title": "License texts",
1520
1525
"description": "An optional way to include the textual content of the license.",
0 commit comments