GitXplorerGitXplorer
r

vscode-schemastore

public
29 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
f656e6b9530729c39905dc917bbf4bab5697bfae

v1.0.203

ggithub-actions[bot] committed 4 days ago
Unverified
6528e55c1e8714d2ad41f554e6a98c67b540b3fc

v1.0.202

ggithub-actions[bot] committed 8 days ago
Unverified
8cc0c731c7f14b93cdaa608aefd9dd683a3565f0

v1.0.201

ggithub-actions[bot] committed 11 days ago
Unverified
f84904db561d8ed8aedc40b7a7fb247cb83f7ac3

v1.0.200

ggithub-actions[bot] committed 21 days ago
Unverified
580aadcd4f38d9b8220b417a53425be3b59aa378

v1.0.199

ggithub-actions[bot] committed 25 days ago
Unverified
d01c3ef42e388b24ebf8e31adda0d94e0e1cf04e

v1.0.198

ggithub-actions[bot] committed a month ago

README

The README file for this repository.

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