Skip to content

Commit 66cd80e

Browse files
chore: update bundled schemas [skip ci]
1 parent 5012f06 commit 66cd80e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

schema/2.0/cyclonedx-2.0-bundled.min.schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

schema/2.0/cyclonedx-2.0-bundled.schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/signature"
9090
}
9191
},
92+
"allOf": [
93+
{
94+
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/extensibleProperties"
95+
}
96+
],
9297
"$defs": {
9398
"cyclonedx-ai-modelcard-2.0": {
9499
"type": "null",
@@ -6790,7 +6795,12 @@
67906795
"signature": {
67916796
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/signature"
67926797
}
6793-
}
6798+
},
6799+
"allOf": [
6800+
{
6801+
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/extensibleProperties"
6802+
}
6803+
]
67946804
}
67956805
}
67966806
}

0 commit comments

Comments
 (0)