A schema for the recipes is available here:
https://public.wrangle.works/schema/recipes/schema.jsonSpecific versions can be used by appending the version number.
e.g. .../recipes/schema_0.4.json
This schema can be used to provide validation and auto-complete suggestions in various code editors.
Follow these instuctions to enable in VS Code. Once added, any file named .wrgl.yml will trigger the validation.
"yaml.schemas": {
"https://public.wrangle.works/schema/recipes/schema.json": ["*.wrgl.yml", "*.wrgl.yaml"]
},