Skip to content

Commit 79f4705

Browse files
authored
fix: typos in schemas 1.6 (#550)
minor formatting updates --------- Signed-off-by: weaversa <[email protected]>
1 parent 2681380 commit 79f4705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schema/bom-1.6.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@
22372237
"aggregate": {
22382238
"$ref": "#/definitions/aggregateType",
22392239
"title": "Aggregate",
2240-
"description": "Specifies an aggregate type that describe how complete a relationship is."
2240+
"description": "Specifies an aggregate type that describes how complete a relationship is."
22412241
},
22422242
"assemblies": {
22432243
"type": "array",

schema/bom-1.6.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ limitations under the License.
26722672
<xs:element name="copyright" type="bom:copyrightsType" minOccurs="0" maxOccurs="1">
26732673
<xs:annotation>
26742674
<xs:documentation>
2675-
opyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection.
2675+
Copyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection.
26762676
</xs:documentation>
26772677
</xs:annotation>
26782678
</xs:element>
@@ -2715,7 +2715,7 @@ limitations under the License.
27152715
<xs:sequence minOccurs="0" maxOccurs="unbounded">
27162716
<xs:element name="aggregate" type="bom:aggregateType" default="not_specified">
27172717
<xs:annotation>
2718-
<xs:documentation>Specifies an aggregate type that describe how complete a relationship is.</xs:documentation>
2718+
<xs:documentation>Specifies an aggregate type that describes how complete a relationship is.</xs:documentation>
27192719
</xs:annotation>
27202720
</xs:element>
27212721
<xs:element name="assemblies" minOccurs="0" maxOccurs="1">

0 commit comments

Comments
 (0)