From a2e287c2440aae4738cd873a7c9d03dad369d814 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 9 Jul 2022 08:20:55 -0500 Subject: [PATCH] feat: Introduce JSON schema into the config template --- CHANGELOG.md | 4 ++++ src/Recyclarr/config-template.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c35fc93..97d473e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Radarr: New `--list-custom-formats` CLI option for getting a flat list of all CFs in the guide in YAML format, ready to copy & paste. +### Changed + +- JSON Schema added to the config template YAML file. + ## [2.2.1] - 2022-06-18 ### Changed diff --git a/src/Recyclarr/config-template.yml b/src/Recyclarr/config-template.yml index 43e0c09f..f68e91f1 100644 --- a/src/Recyclarr/config-template.yml +++ b/src/Recyclarr/config-template.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config-schema.json + # A starter config to use with Recyclarr. Most values are set to "reasonable defaults". Update the # values below as needed for your instance. You will be required to update the API Key and URL for # each instance you want to use.