This extension provides all JSON schemas from the JSON Schema Store catalog.
JSON Schema Store keeps a catalog of JSON schemas of well known JSON files. Visual Studio Code supports JSON schema validation by default and allows extensions to register them, but it doesn’t use the JSON Schema Store catalog. This extension is updated daily to provide JSON schema for all schemas in the catalog.
In Visual Studio Code open the command palette using Ctrl + P, paste the following command, and press Enter.
ext install remcohaszing.schemastore
See the contributing document.
By installing this extension you trust the contents provided by JSON Schema Store.
- Even Better TOML provides support for JSON schema and the JSON schema store catalog for TOML files.
- YAML provides support for JSON schema and the JSON schema store catalog for YAML files.