Skip to content

Commit 6c88ab9

Browse files
committed
Updated dependency attribute docs
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent d278e70 commit 6c88ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.6.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"items": {"$ref": "#/definitions/dependency"},
7373
"uniqueItems": true,
7474
"title": "Dependencies",
75-
"description": "Provides the ability to document dependency relationships."
75+
"description": "Provides the ability to document dependency relationships including provided & implemented components."
7676
},
7777
"compositions": {
7878
"type": "array",
@@ -1828,7 +1828,7 @@
18281828
"dependency": {
18291829
"type": "object",
18301830
"title": "Dependency",
1831-
"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 an object being dependency-free. It is RECOMMENDED to leverage compositions to indicate unknown dependency graphs.",
1831+
"description": "Defines the direct dependencies of a component, service, or the components provided/implemented by a given component. 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 an object being dependency-free. It is RECOMMENDED to leverage compositions to indicate unknown dependency graphs.",
18321832
"required": [
18331833
"ref"
18341834
],

0 commit comments

Comments
 (0)