vscode-schemastore

Use the JSON Schema Store catalog for JSON schema validation.

MIT License

Stars
23
Committers
3

Schema Store Catalog for Visual Studio Code

This extension provides all JSON schemas from the JSON Schema Store catalog.

Table of Contents

What is this?

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.

Installation

In Visual Studio Code open the command palette using Ctrl + P, paste the following command, and press Enter.

ext install remcohaszing.schemastore

Contributing

See the contributing document.

Security

By installing this extension you trust the contents provided by JSON Schema Store.

See also

  • 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.

License

MIT © Remco Haszing