Enabling Automatic Linting in VSCode#
Our new recipe format adheres to a strict JSON schema, which you can access here.
This schema is implemented using pydantic
and can be rendered into a JSON schema file. The YAML language server extension in VSCode is capable of recognizing this schema, providing useful hints during the editing process.