From 2dd6177b9ee993c39845f5ed523d3d73e59f6e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= Date: Thu, 17 Jul 2025 15:55:25 +0200 Subject: [PATCH] fix oneOf error for certificate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicklas Körtge --- schema/bom-1.7.schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schema/bom-1.7.schema.json b/schema/bom-1.7.schema.json index c379e714..9c7b258c 100644 --- a/schema/bom-1.7.schema.json +++ b/schema/bom-1.7.schema.json @@ -5474,9 +5474,9 @@ ], "additionalProperties": false, "properties": { - "state": { + "name": { "type": "string", - "title": "State", + "title": "Custom State Name", "description": "The name of the certificate lifecycle state." }, "description": { @@ -5536,14 +5536,14 @@ { "title": "Common Extensions", "required": [ - "name", + "extension", "value" ], "additionalProperties": false, "properties": { - "name": { + "extension": { "type": "string", - "title": "name", + "title": "extension", "description": "The name of the extension.", "enum": [ "basicConstraints",