Skip to content

Commit 5012f06

Browse files
Removed extensible properties to root object.
Signed-off-by: Steve Springett <[email protected]>
1 parent 1caff3e commit 5012f06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

schema/2.0/cyclonedx-2.0.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@
8888
"signature": {
8989
"$ref": "model/cyclonedx-common-2.0.schema.json#/$defs/signature"
9090
}
91-
}
91+
},
92+
"allOf": [
93+
{ "$ref": "model/cyclonedx-common-2.0.schema.json#/$defs/extensibleProperties" }
94+
]
9295
}

0 commit comments

Comments
 (0)