Skip to content

Commit 70c472f

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7987283 commit 70c472f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ message Metadata {
585585
repeated Lifecycles lifecycles = 9;
586586
// The organization that created the BOM. Manufacturer is common in BOMs created through automated processes. BOMs created through manual means may have '.authors' instead.
587587
optional OrganizationalEntity manufacturer = 10;
588-
// Constraints of sharing and distribution of the data that the BOM describes.
588+
// Conditions and constraints governing the sharing and distribution of the data or components described by this BOM.
589589
optional DistributionConstraints distributionConstraints = 11;
590590
}
591591

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
},
726726
"distributionConstraints": {
727727
"title": "Distribution Constraints",
728-
"description": "Constraints of sharing and distribution of the data that the BOM describes.",
728+
"description": "Conditions and constraints governing the sharing and distribution of the data or components described by this BOM.",
729729
"type": "object",
730730
"properties": {
731731
"tlp": {

schema/bom-1.7.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ limitations under the License.
259259
<xs:element name="distributionConstraints" minOccurs="0" maxOccurs="1">
260260
<xs:annotation>
261261
<xs:documentation>
262-
Constraints of sharing and distribution of the data that the BOM describes.
262+
Conditions and constraints governing the sharing and distribution of the data or components
263+
described by this BOM.
263264
</xs:documentation>
264265
</xs:annotation>
265266
<xs:complexType>

0 commit comments

Comments
 (0)