Feature request: JSON schema support for auto complete
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 46
- Forks
- 40
- Avg merge
- 4h 3m
- Merged PRs (30d)
- 6
Description
It would be nice if the helm charts supported JSON schema so that you could get autocomplete and descriptions on IDEs that support JSON schema.
For example, starship ships with JSON schema support for its configuration file:
# starship.toml
"$schema" = 'https://starship.rs/config-schema.json'
We could do something similar with the Posit helm charts for the values.yaml files:
# yaml-language-server: $schema=https://helm.rstudio.com/config-schema.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Posit Helm charts and their values.yaml files, then compare the Starship configuration schema example linked in the issue. Determine the schema scope and how it should be exposed for IDE use; done means the charts' values files provide usable JSON Schema autocomplete and descriptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, json, yaml
- Domain
- developer-experience, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100