From b9ec75c87e441463e63f1fcf4b45e77bdca3ffdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Comb=C3=BCchen?= Date: Tue, 17 Oct 2023 11:16:53 +0200 Subject: [PATCH] feat: allow $schema entry in SPDX 2.3 JSON MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #864. Signed-off-by: Maximilian Combüchen --- schemas/spdx-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/spdx-schema.json b/schemas/spdx-schema.json index 403d202464..425510f25f 100644 --- a/schemas/spdx-schema.json +++ b/schemas/spdx-schema.json @@ -4,6 +4,10 @@ "title" : "SPDX 2.3", "type" : "object", "properties" : { + "$schema": { + "type": "string", + "description": "Reference the SPDX 2.3 JSON schema." + }, "SPDXID" : { "type" : "string", "description" : "Uniquely identify any element in an SPDX document which may be referenced by other elements."