json-schema-plus
An extension for vscode that provides multilingual dynamic schema matching for JSON Schema.
An extension for vscode that provides multilingual dynamic schema matching for JSON Schema.
TIP
Take scoop-manifest.*.json in abgox/schema as an example.
Add the following configuration to your workspace settings.json file, refer to abgox/abyss.
"json-schema-plus.schemas": [
{
"fileMatch": ["bucket/**/*.json"],
"urls": [
{
"language": "zh",
"url": "https://schema.abgox.com/scoop-manifest.zh-CN.json"
},
],
"url": "https://schema.abgox.com/scoop-manifest.en-US.json"
}
]It will automatically load the corresponding Schema structure according to the current language environment.
zh-CN. zh in urls.https://schema.abgox.com/scoop-manifest.zh-CN.json.en-US. urls."https://schema.abgox.com/scoop-manifest.en-US.json".Star ⭐️ or Donate 💰 if you like it!