From 53d39a13739783d8c10241b96c8b23a45cbeabeb Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 2 Jan 2023 06:47:37 -0700 Subject: [PATCH] Fix schema url (#4855) --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 6c31ca514..e8cb46178 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -27,7 +27,7 @@ cameras: ### VSCode Configuration Schema -VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon. +VSCode (and VSCode addon) supports the JSON schemas which will automatically validate the config. This can be added by adding `# yaml-language-server: $schema=http://frigate_host:5000/api/config/schema.json` to the top of the config file. `frigate_host` being the IP address of frigate or `ccab4aaf-frigate` if running in the addon. ### Full configuration reference: