Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>JSON YAML Schema SelectorNew to Visual Studio Code? Get it now.
JSON YAML Schema Selector

JSON YAML Schema Selector

74th

|
3,796 installs
| (2) | Free
select JSON/YAML schema quickly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON & YAML Schema elector

Setting a schemas to your JSON and YAML file quickly.

How to use

open JSON or YAML file

open JSON or YAML file

run command "Select JSON/YAML Schema from file match"

"Select JSON/YAML Schema from file match"

select json schemas

select json schemas

use schema

use schema

this will set the schema to settings.json

settings.json

using schemas

This uses JSON Schema Store.

how to add schemas

Please add your settings.

{
  "json-yaml-schema-selector.additionalSchemas": [
    // url
    "https://raw.githubusercontent.com/docker/compose/master/compose/config/config_schema_v3.8.json",
    // object
    {
      "name": "docker-compose",
      "description": "docker-compose 3.8",
      "url": "https://raw.githubusercontent.com/docker/compose/master/compose/config/config_schema_v3.8.json",
      "fileMatch": ["docker-compose.yaml"]
    }
  ]
}

License

MIT

Change Log

1.1.0

  • supporting jsonc as json

1.0.0

  • first version

thanks

Icon used from freeicons.io

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft