Skip to content

Commit 37eb7d9

Browse files
Updated docs to refernce compositions. #179
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 69cc59d commit 37eb7d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
"dependency": {
12171217
"type": "object",
12181218
"title": "Dependency",
1219-
"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.",
1219+
"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.",
12201220
"required": [
12211221
"ref"
12221222
],

schema/bom-1.5.xsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,8 @@ limitations under the License.
18041804
<xs:documentation>Components that do not have their own dependencies MUST be declared as empty
18051805
elements within the graph. Components that are not represented in the dependency graph MAY
18061806
have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque
1807-
and not an indicator of a component being dependency-free.</xs:documentation>
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>
18081809
</xs:annotation>
18091810
</xs:element>
18101811
</xs:sequence>

0 commit comments

Comments
 (0)