From 9bb4757c1b2299250cb0e3ecb6d702bfb7441627 Mon Sep 17 00:00:00 2001 From: Calle Kabo Date: Sun, 1 May 2022 16:15:03 +1200 Subject: [PATCH] fix CWEs example --- schema/bom-1.4.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/bom-1.4.schema.json b/schema/bom-1.4.schema.json index dafd8845..65c3c3c0 100644 --- a/schema/bom-1.4.schema.json +++ b/schema/bom-1.4.schema.json @@ -1488,7 +1488,7 @@ "type": "array", "title": "CWEs", "description": "List of Common Weaknesses Enumerations (CWEs) codes that describes this vulnerability. For example 399 (of https://cwe.mitre.org/data/definitions/399.html)", - "examples": ["399"], + "examples": [399], "additionalItems": false, "items": { "$ref": "#/definitions/cwe"