No description
get.py | ||
linkml.json | ||
LSP-json.sublime-settings | ||
README.md | ||
requirements.txt | ||
sources.yaml |
Collection of JSON schemas used for autocompletes and validation and whatnot in sublime.
- install https://github.com/sublimelsp/LSP-json
- run the
get.py
script to get/update the schemas - edit the
LSP-json.sublime
file that matches the schema to the file - #TODO automatically update and symlink the LSP-json.sublime-settings file
{
"fileMatch": [
"/my-file.json"
],
"uri": "./my-file-schema.json",
}