From 3f194df3c6c7b9580f791971b0b6a80b0c7f8a3e Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 16 Mar 2026 17:39:43 +0100 Subject: [PATCH] streamline self refs Signed-off-by: Jan Kowalleck --- schema/2.0/model/cyclonedx-common-2.0.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } } },