json-schemas/README.md

430 B

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",
}