From 71b47545f7e8555d7e847ca90bd8d32e1df6f36b Mon Sep 17 00:00:00 2001 From: Ian Dunbar-Hall Date: Thu, 8 Feb 2024 07:48:09 -0800 Subject: [PATCH] fix: correcting title of counterClaim Signed-off-by: Ian Dunbar-Hall --- schema/bom-1.6.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/bom-1.6.schema.json b/schema/bom-1.6.schema.json index 695b1d2d..13994c0e 100644 --- a/schema/bom-1.6.schema.json +++ b/schema/bom-1.6.schema.json @@ -178,7 +178,7 @@ }, "counterClaims": { "type": "array", - "title": "Claims", + "title": "Counter Claims", "description": "The list of `bom-ref` to the counter claims being attested to.", "items": { "$ref": "#/definitions/refLinkType" } },