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

inpyjamas/schemas

Repository files navigation

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