Skip to content

Commit 3614848

Browse files
committed
streamlined some docs
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent af9a3cf commit 3614848

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ message Bom {
4343
repeated Declarations declarations = 14;
4444
// A collection of reusable objects that are defined and may be used elsewhere in the BOM.
4545
repeated Definition definitions = 15;
46-
// Details a specific attribution of data within the BOM to a contributing entity or process.
46+
// A collection of attributions indicating which entity supplied information for specific fields within the BOM.
4747
repeated Citation citations = 16;
4848
}
4949

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
"items": {"$ref": "#/definitions/citation"},
533533
"uniqueItems": true,
534534
"title": "Citations",
535-
"description": "A list of attributions indicating which entity supplied information for specific fields within the BOM."
535+
"description": "A collection of attributions indicating which entity supplied information for specific fields within the BOM."
536536
},
537537
"properties": {
538538
"type": "array",

schema/bom-1.7.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9073,7 +9073,7 @@ limitations under the License.
90739073
</xs:element>
90749074
<xs:element name="citations" type="bom:citationsType" minOccurs="0" maxOccurs="1">
90759075
<xs:annotation>
9076-
<xs:documentation>A list of attributions indicating which entity supplied information for specific fields within the BOM.</xs:documentation>
9076+
<xs:documentation>A collection of attributions indicating which entity supplied information for specific fields within the BOM.</xs:documentation>
90779077
</xs:annotation>
90789078
</xs:element>
90799079
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">

0 commit comments

Comments
 (0)