From a34c2b9617ab902b11c84d52b63ee4b14accbdd5 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 8 Sep 2026 08:45:55 +0200 Subject: [PATCH] specFormat as const Signed-off-by: Jan Kowalleck --- schema/2.0/cyclonedx-2.0.schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schema/2.0/cyclonedx-2.0.schema.json b/schema/2.0/cyclonedx-2.0.schema.json index 8e757386..917751b8 100644 --- a/schema/2.0/cyclonedx-2.0.schema.json +++ b/schema/2.0/cyclonedx-2.0.schema.json @@ -19,9 +19,7 @@ "type": "string", "title": "Specification Format", "description": "Specifies the format. This value shall be \"CycloneDX\".", - "enum": [ - "CycloneDX" - ] + "const": "CycloneDX" }, "specVersion": { "type": "string",