Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remcohaszing/vscode-schemastore
Use the JSON Schema Store catalog for JSON schema validation.
https://github.com/remcohaszing/vscode-schemastore
jsonschema schemastore vscode vscode-extension
Last synced: 6 days ago
JSON representation
Use the JSON Schema Store catalog for JSON schema validation.
- Host: GitHub
- URL: https://github.com/remcohaszing/vscode-schemastore
- Owner: remcohaszing
- License: mit
- Created: 2022-07-30T11:44:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T00:27:51.000Z (17 days ago)
- Last Synced: 2024-12-17T01:37:40.937Z (17 days ago)
- Topics: jsonschema, schemastore, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=remcohaszing.schemastore
- Size: 229 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Schema Store Catalog for Visual Studio Code
[![github actions](https://github.com/remcohaszing/vscode-schemastore/actions/workflows/ci.yaml/badge.svg)](https://github.com/remcohaszing/vscode-schemastore/actions/workflows/ci.yaml)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/remcohaszing.schemastore)](https://marketplace.visualstudio.com/items?itemName=remcohaszing.schemastore)
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/remcohaszing.schemastore)](https://marketplace.visualstudio.com/items?itemName=remcohaszing.schemastore)
[![Open VSX Version](https://img.shields.io/open-vsx/v/remcohaszing/schemastore)](https://open-vsx.org/extension/remcohaszing/schemastore)
[![Open VSX Downloads](https://img.shields.io/open-vsx/dt/remcohaszing/schemastore)](https://open-vsx.org/extension/remcohaszing/schemastore)This extension provides all JSON schemas from the [JSON Schema Store](https://www.schemastore.org)
catalog.## Table of Contents
- [What is this?](#what-is-this)
- [Installation](#installation)
- [Contributing](#contributing)
- [Security](#security)
- [See also](#see-also)
- [License](#license)## What is this?
[JSON Schema Store](https://www.schemastore.org) 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](CONTRIBUTING.md) document.
## Security
By installing this extension you trust the contents provided by JSON Schema Store.
## See also
- [Even Better TOML](https://github.com/tamasfe/taplo/tree/HEAD/editors/vscode) provides support for
JSON schema and the JSON schema store catalog for TOML files.
- [YAML](https://github.com/redhat-developer/vscode-yaml) provides support for JSON schema and the
JSON schema store catalog for YAML files.## License
[MIT](LICENSE.md) © [Remco Haszing](https://github.com/remcohaszing)