diff --git a/schema/2.0/model/cyclonedx-common-2.0.schema.json b/schema/2.0/model/cyclonedx-common-2.0.schema.json index 5350c572..ffd65d48 100644 --- a/schema/2.0/model/cyclonedx-common-2.0.schema.json +++ b/schema/2.0/model/cyclonedx-common-2.0.schema.json @@ -471,14 +471,14 @@ "baseObject": { "description": "Base object for all CycloneDX entities. Automatically includes support for extensible properties.", "allOf": [ - { "$ref": "cyclonedx-common-2.0.schema.json#/$defs/extensibleProperties" } + { "$ref": "#/$defs/extensibleProperties" } ], "properties": { "properties": { - "$ref": "cyclonedx-common-2.0.schema.json#/$defs/properties" + "$ref": "#/$defs/properties" }, "externalReferences": { - "$ref": "cyclonedx-common-2.0.schema.json#/$defs/externalReferences" + "$ref": "#/$defs/externalReferences" } } },