Skip to content

Commit 7987283

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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": "The Traffic Light Protocol (TLP) classification that controls the sharing and distribution of the data that the BOM describes.",
728+
"description": "Constraints of sharing and distribution of the data that the BOM describes.",
729729
"type": "object",
730730
"properties": {
731731
"tlp": {

schema/bom-1.7.xsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ limitations under the License.
258258
</xs:element>
259259
<xs:element name="distributionConstraints" minOccurs="0" maxOccurs="1">
260260
<xs:annotation>
261-
<xs:documentation>Constraints of sharing and distribution of the data that the BOM describes.</xs:documentation>
261+
<xs:documentation>
262+
Constraints of sharing and distribution of the data that the BOM describes.
263+
</xs:documentation>
262264
</xs:annotation>
263265
<xs:complexType>
264266
<xs:sequence>

0 commit comments

Comments
 (0)