diff --git a/docs/guides/javascript.md b/docs/guides/javascript.md index bced6900d..ca0f40505 100644 --- a/docs/guides/javascript.md +++ b/docs/guides/javascript.md @@ -23,6 +23,7 @@ spectral ``` Please note that by default Spectral supports YAML 1.2 with merge keys extension. +As recommended by the [spec](https://yaml.org/spec/1.2/spec.html#id2804923), tags are resolved according to the "Core Schema". This will run Spectral with no formats, rules or functions, so it's not going to do anything besides $ref resolving. Find out how to add formats, rules and functions below.