Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JSON Schema ValidatorNew to Visual Studio Code? Get it now.
JSON Schema Validator

JSON Schema Validator

tberman

|
64,951 installs
| (11) | Free
Validate json schemas live in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

json-schema-validator

This extension allows you to validate a json schema from within Visual Studio Code. It supports the json schema draft 4 spec.

JSON Schema documentation

Features

This plugin allows you to validate the schema you are currently viewing. It supports all json schema spec including $refs.

Keybindings

Windows: ctrl+alt+v

Mac: cmd+alt+v


Acknowledgements

I wouldn't have bothered making this plugin without the following two NPM modules. Check them out - you might find them useful too.

  • ajv
  • json-schema-ref-parser
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft