remcohaszing / vscode-schemastore

Use the JSON Schema Store catalog for JSON schema validation.

Home Page:https://marketplace.visualstudio.com/items?itemName=remcohaszing.schemastore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema Store Catalog for Visual Studio Code

github actions Visual Studio Marketplace Version Visual Studio Marketplace Downloads Open VSX Version Open VSX Downloads

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

About

Use the JSON Schema Store catalog for JSON schema validation.

https://marketplace.visualstudio.com/items?itemName=remcohaszing.schemastore

License:MIT License


Languages

Language:JavaScript 100.0%