Skip to content

Commit eca76bf

Browse files
Doc update
Signed-off-by: Steve Springett <steve@springett.us>
1 parent cd335d6 commit eca76bf

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

schema/bom-1.5.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@
12201220
"dependency": {
12211221
"type": "object",
12221222
"title": "Dependency",
1223-
"description": "Defines the direct dependencies of a component. Components that do not have their own dependencies MUST be declared as empty elements within the graph. Components that are not represented in the dependency graph MAY have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque and not an indicator of a component being dependency-free. It is RECOMMENDED to leverage compositions to indicate unknown dependency graphs.",
1223+
"description": "Defines the direct dependencies of a component or service. Components or services that do not have their own dependencies MUST be declared as empty elements within the graph. Components or services that are not represented in the dependency graph MAY have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque and not an indicator of a object being dependency-free. It is RECOMMENDED to leverage compositions to indicate unknown dependency graphs.",
12241224
"required": [
12251225
"ref"
12261226
],
@@ -1229,7 +1229,7 @@
12291229
"ref": {
12301230
"$ref": "#/definitions/refLinkType",
12311231
"title": "Reference",
1232-
"description": "References a component by the components bom-ref attribute"
1232+
"description": "References a component or service by its bom-ref attribute"
12331233
},
12341234
"dependsOn": {
12351235
"type": "array",
@@ -1238,7 +1238,7 @@
12381238
"$ref": "#/definitions/refLinkType"
12391239
},
12401240
"title": "Depends On",
1241-
"description": "The bom-ref identifiers of the components that are dependencies of this dependency object."
1241+
"description": "The bom-ref identifiers of the components or services that are dependencies of this dependency object."
12421242
}
12431243
}
12441244
},

schema/bom-1.5.xsd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,11 +1801,12 @@ limitations under the License.
18011801
<xs:sequence minOccurs="0" maxOccurs="unbounded">
18021802
<xs:element name="dependency" type="bom:dependencyType">
18031803
<xs:annotation>
1804-
<xs:documentation>Components that do not have their own dependencies MUST be declared as empty
1805-
elements within the graph. Components that are not represented in the dependency graph MAY
1806-
have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque
1807-
and not an indicator of a component being dependency-free. It is RECOMMENDED to leverage
1808-
compositions to indicate unknown dependency graphs.</xs:documentation>
1804+
<xs:documentation>Defines the direct dependencies of a component or service. Components or services
1805+
that do not have their own dependencies MUST be declared as empty elements within the graph.
1806+
Components or services that are not represented in the dependency graph MAY have unknown
1807+
dependencies. It is RECOMMENDED that implementations assume this to be opaque and not an
1808+
indicator of a object being dependency-free. It is RECOMMENDED to leverage compositions to
1809+
indicate unknown dependency graphs.</xs:documentation>
18091810
</xs:annotation>
18101811
</xs:element>
18111812
</xs:sequence>

0 commit comments

Comments
 (0)