Skip to content

Commit da1b173

Browse files
Fixed properties defect.
Signed-off-by: Steve Springett <[email protected]>
1 parent 7ddf4b8 commit da1b173

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
},
6464
"distributionConstraints": {
6565
"$ref": "#/$defs/distributionConstraints"
66+
},
67+
"properties": {
68+
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/properties"
6669
}
67-
},
68-
"allOf": [
69-
{ "$ref": "cyclonedx-common-2.0.schema.json#/$defs/baseObject" }
70-
]
70+
}
7171
},
7272
"distributionConstraints": {
7373
"title": "Distribution Constraints",

0 commit comments

Comments
 (0)