File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments