Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 765 Bytes

JSONSchema

Note

Render published their own jsonschema https://render.com/schema/render.yaml.json So mine is deprecated.


Beware. There might be bugs, but it serves me well at the moment. If you find any problems feel free to first open an issue.

render.yaml

Take a look at the full spec on render.com.

Usage in VSCode

  1. You need to install and enable the YAML extension redhat.vscode-yaml
  2. You need to add the url of the schema to your settings.json like this:
    {
      "https://schemas.onrender.com/render.com.json": ["render.yaml"]
    }
  3. Reload your window
  4. Let's go