Skip to content

Commit 3a80369

Browse files
Fixed composition model
Signed-off-by: Steve Springett <[email protected]>
1 parent 9f13aae commit 3a80369

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schema/2.0/model/cyclonedx-composition-2.0.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"$comment" : "OWASP CycloneDX is an Ecma International standard (ECMA-424) developed in collaboration between the OWASP Foundation and Ecma Technical Committee 54 (TC54). The standard is published under a royalty-free patent policy. This JSON schema is the reference implementation and is licensed under the Apache License 2.0.",
77
"$defs": {
88
"compositions": {
9+
"type": "array",
10+
"items": {"$ref": "#/$defs/composition"},
11+
"uniqueItems": true,
12+
"title": "Compositions",
13+
"description": "Compositions describe constituent parts (including components, services, and dependency relationships) and their completeness. The completeness of vulnerabilities expressed in a BOM may also be described."
14+
},
15+
"composition": {
916
"type": "object",
1017
"title": "Compositions",
1118
"required": [

0 commit comments

Comments
 (0)