From 3f5dee4ea57f541fa49f4172186ab84b043fc92d Mon Sep 17 00:00:00 2001 From: Josh Buker Date: Wed, 29 Mar 2023 13:35:27 -0700 Subject: [PATCH] Add schema $id Signed-off-by: Josh Buker --- validation/schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/validation/schema.json b/validation/schema.json index 3c7f7d79..d6378918 100644 --- a/validation/schema.json +++ b/validation/schema.json @@ -1,5 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/ossf/osv-schema/v1.4.1/validation/schema.json", "title": "Open Source Vulnerability", "description": "A schema for describing a vulnerability in an open source package.", "type": "object",