Skip to content

Commit 9f13aae

Browse files
chore: update bundled schemas [skip ci]
1 parent 5f14c2a commit 9f13aae

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
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: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,14 +1960,6 @@
19601960
}
19611961
}
19621962
},
1963-
"externalReferences": {
1964-
"type": "array",
1965-
"items": {
1966-
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/externalReference"
1967-
},
1968-
"title": "External References",
1969-
"description": "External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM."
1970-
},
19711963
"components": {
19721964
"type": "array",
19731965
"items": {
@@ -2003,28 +1995,23 @@
20031995
"$ref": "#/$defs/cyclonedx-cryptography-2.0/$defs/cryptoProperties",
20041996
"title": "Cryptographic Properties"
20051997
},
2006-
"properties": {
2007-
"type": "array",
2008-
"title": "Properties",
2009-
"description": "Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the [CycloneDX Property Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy). Formal registration is optional.",
2010-
"items": {
2011-
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/property"
2012-
}
2013-
},
20141998
"tags": {
20151999
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/tags",
20162000
"title": "Tags"
20172001
},
2002+
"properties": {
2003+
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/properties"
2004+
},
2005+
"externalReferences": {
2006+
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/externalReferences"
2007+
},
20182008
"signature": {
20192009
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/signature",
20202010
"title": "Signature",
20212011
"description": "Enveloped signature in [JSON Signature Format (JSF)](https://cyberphone.github.io/doc/security/jsf.html)."
20222012
}
20232013
},
20242014
"allOf": [
2025-
{
2026-
"$ref": "#/$defs/cyclonedx-common-2.0/$defs/baseObject"
2027-
},
20282015
{
20292016
"description": "Requirement: ensure that `version` and `versionRange` are not present simultaneously.",
20302017
"not": {

0 commit comments

Comments
 (0)