This code is a proof of concept to demonstrate how a valid JSON Schema and the right extensions in VSCode can provide immediate error checking during the development of a dbt project.
To get the proof of concept working:
- Clone this repo locally, and open it VSCode
- VSCode should prompt you to install the VSCode-YAML extension (see extensions.json)
- Open one of the examples and write some YAML, it should get automatically error-checked.