From 0aa42b47a9a9eb9dd4f3d8ee70edc85e2450079e Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 1 Sep 2022 09:10:15 -0700 Subject: [PATCH] Add `$schema` to `cgmanifest.json` --- cgmanifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgmanifest.json b/cgmanifest.json index d2979184d..ac7fea1a1 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/component-detection-manifest.json", "Registrations": [ { "Component": { @@ -2498,4 +2499,4 @@ } ], "Version": 0 -} \ No newline at end of file +}