From cda42cd5be7c39e91b51ff6681758e0be2cb5753 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 18 Mar 2024 14:24:31 +0100 Subject: [PATCH] remove restriction on json schema Signed-off-by: Jan Kowalleck --- schema/bom-1.6.schema.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/schema/bom-1.6.schema.json b/schema/bom-1.6.schema.json index 8e96ebda..6e959ac9 100644 --- a/schema/bom-1.6.schema.json +++ b/schema/bom-1.6.schema.json @@ -11,10 +11,7 @@ "additionalProperties": false, "properties": { "$schema": { - "type": "string", - "enum": [ - "http://cyclonedx.org/schema/bom-1.6.schema.json" - ] + "type": "string" }, "bomFormat": { "type": "string",