From cc65526c94b2ce8fb4c48cf2e0e00545c600ca42 Mon Sep 17 00:00:00 2001 From: hembergerik Date: Tue, 12 Mar 2024 21:23:54 +0100 Subject: [PATCH] Update cwe_schema.json (#47) --- graph_db/schemas/cwe_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graph_db/schemas/cwe_schema.json b/graph_db/schemas/cwe_schema.json index bdd2f12..fbda382 100644 --- a/graph_db/schemas/cwe_schema.json +++ b/graph_db/schemas/cwe_schema.json @@ -58,7 +58,7 @@ }, "Note": { "description": "", - "type": "string" + "type": ["string", "null"] } }, "required": ["Scope"] @@ -85,4 +85,4 @@ "datatype", "original_id" ] - } \ No newline at end of file + }