helmsman
helmsman copied to clipboard
JSON Schema for Helmsman Yaml
Would be really nice to have a json-schema for the yaml files. Then in vscode:
"yaml.schemas": {
"https://raw.githubusercontent.com/Praqma/helmsman/master/schema/helmsman.schema.json": "helmsman.yaml"
}
Sugar is good!
I like the idea and I also think we should make the helmsman
structs available in a go
package so they can be imported by other tools.
Maybe we can use something like https://github.com/alecthomas/jsonschema
This issue has been marked stale due to an inactivity.