redhat-developer / redhat-developer/yaml-language-server
Provide a way to map schemas to multidocument yaml file
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 352
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 11
Description
According to specification yaml file may contain multiple documents. In real world it is used to define a custom k8s resources, for example Tekton Samples, each file has more then one document, we have JSON Schema for each of them, but there are no way to map that different schema to yaml document inside such multi document yaml files.
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
The issue names no files, tests, or entry points. Start by locating the existing schema-mapping flow and determine how YAML documents within one file are identified; done means distinct documents can use their corresponding JSON Schemas, with coverage for a multi-document example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100