@theia/core 1.76.0-next.0 → 1.76.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,21 @@
2
2
  "$schema": "https://www.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "Ameba",
7
+ "description": "Configuration file for Ameba, a Crystal linter and formatter",
8
+ "fileMatch": [".ameba.yml", ".ameba.*.yml"],
9
+ "url": "https://raw.githubusercontent.com/crystal-ameba/ameba/master/.ameba.yml.schema.json",
10
+ "versions": {
11
+ "1.7.0": "https://raw.githubusercontent.com/crystal-ameba/ameba/v1.7.0/.ameba.yml.schema.json"
12
+ }
13
+ },
14
+ {
15
+ "name": "Context Passport",
16
+ "description": "Tamper-evident record of an AI agent event: what the agent was asked, what it decided, and a SHA-256 chain linking it to the record before it",
17
+ "fileMatch": ["*.passport.json"],
18
+ "url": "https://contextpassport.com/schema/v2.json"
19
+ },
5
20
  {
6
21
  "name": "glslint config",
7
22
  "description": "glslint project config and shader-dialect preset (glslint.toml): ecosystem detection, #pragma expansion, shared-library and injected-define declarations",
@@ -187,6 +202,7 @@
187
202
  "fileMatch": [".awc.yaml", ".awc.yml", ".awc.json", ".awc.jsonc", ".awc"],
188
203
  "url": "https://www.schemastore.org/anywork-ac-1.1.json",
189
204
  "versions": {
205
+ "1.1": "https://www.schemastore.org/anywork-ac-1.1.json",
190
206
  "1.0": "https://www.schemastore.org/anywork-ac-1.0.json"
191
207
  }
192
208
  },
@@ -565,6 +581,12 @@
565
581
  "description": "Argo Workflow configuration file",
566
582
  "url": "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json"
567
583
  },
584
+ {
585
+ "name": "Arity",
586
+ "description": "Configuration file for Arity, a language server, formatter, and linter for R",
587
+ "fileMatch": ["arity.toml"],
588
+ "url": "https://arity.cc/arity.schema.json"
589
+ },
568
590
  {
569
591
  "name": "artifacthub-repo.yml",
570
592
  "description": "Artifact Hub repository metadata file",
@@ -1121,6 +1143,12 @@
1121
1143
  "fileMatch": ["**/.fasterci/config.yaml"],
1122
1144
  "url": "https://fasterci.com/config.schema.json"
1123
1145
  },
1146
+ {
1147
+ "name": "Fatou",
1148
+ "description": "Configuration file for Fatou, a language server, formatter, and linter for Julia",
1149
+ "fileMatch": ["fatou.toml"],
1150
+ "url": "https://fatou.dev/fatou.schema.json"
1151
+ },
1124
1152
  {
1125
1153
  "name": "Fence configuration",
1126
1154
  "description": "Configuration file for fence, a lightweight, container-free sandbox for running commands with network and filesystem restrictions",
@@ -1202,6 +1230,12 @@
1202
1230
  "fileMatch": [".backportrc.json"],
1203
1231
  "url": "https://www.schemastore.org/backportrc.json"
1204
1232
  },
1233
+ {
1234
+ "name": "Badness",
1235
+ "description": "Configuration file for Badness, a language server, formatter, and linter for LaTeX",
1236
+ "fileMatch": ["badness.toml"],
1237
+ "url": "https://badness.dev/badness.schema.json"
1238
+ },
1205
1239
  {
1206
1240
  "name": "basedpyright",
1207
1241
  "description": "Basedpyright configuration file",
@@ -1706,6 +1740,12 @@
1706
1740
  "fileMatch": ["conda-forge.yml"],
1707
1741
  "url": "https://raw.githubusercontent.com/conda-forge/conda-smithy/main/conda_smithy/data/conda-forge.json"
1708
1742
  },
1743
+ {
1744
+ "name": "Context Reasoning Format (CRF)",
1745
+ "description": "Organizational context as a graph of entities - organizations, systems, policies, facts, capabilities - that decision records reference and are validated against",
1746
+ "fileMatch": ["*.crf.yaml", "*.crf.yml", "*.crf.json"],
1747
+ "url": "https://raw.githubusercontent.com/reasoning-formats/reasoning-formats/main/crf/schema/crf-schema.json"
1748
+ },
1709
1749
  {
1710
1750
  "name": "Convex",
1711
1751
  "description": "Configuration for Convex project settings",
@@ -1958,6 +1998,12 @@
1958
1998
  "fileMatch": ["debtlens.config.json", ".debtlensrc.json"],
1959
1999
  "url": "https://raw.githubusercontent.com/ColumbusLabs/DebtLens/main/schema/debtlens.config.schema.json"
1960
2000
  },
2001
+ {
2002
+ "name": "Decision Reasoning Format (DRF)",
2003
+ "description": "Decision record capturing the reasoning behind a decision - constraints, objectives, assumptions, tensions and synthesis - as structured, validatable fields",
2004
+ "fileMatch": ["*.drf.yaml", "*.drf.yml", "*.drf.json"],
2005
+ "url": "https://raw.githubusercontent.com/reasoning-formats/reasoning-formats/main/drf/schema/drf-schema.json"
2006
+ },
1961
2007
  {
1962
2008
  "name": "Deck config",
1963
2009
  "description": "Deck is a tool for creating presentation using Markdown and Google Slides",
@@ -2635,6 +2681,12 @@
2635
2681
  "fileMatch": [".csslintrc"],
2636
2682
  "url": "https://www.schemastore.org/csslintrc.json"
2637
2683
  },
2684
+ {
2685
+ "name": "Dagger module",
2686
+ "description": "Module metadata for the Dagger CI/CD engine: SDK, dependencies, and engine version",
2687
+ "fileMatch": ["dagger.json"],
2688
+ "url": "https://docs.dagger.io/reference/dagger.schema.json"
2689
+ },
2638
2690
  {
2639
2691
  "name": "Dart Build Config (dart-build.json)",
2640
2692
  "description": "Configuration for Dart's build system",
@@ -2726,6 +2778,17 @@
2726
2778
  "fileMatch": ["*.saga.yaml", "*.saga.yml", ".saga.yaml", ".saga.yml"],
2727
2779
  "url": "https://draugr.dev/schema/draugr.saga.schema.json"
2728
2780
  },
2781
+ {
2782
+ "name": "Draugr Saga fragment",
2783
+ "description": "A partial Draugr Saga - components and exclusions, merged into the descriptor that names it",
2784
+ "fileMatch": [
2785
+ "*.saga-fragment.yaml",
2786
+ "*.saga-fragment.yml",
2787
+ ".saga-fragment.yaml",
2788
+ ".saga-fragment.yml"
2789
+ ],
2790
+ "url": "https://draugr.dev/schema/draugr.saga-fragment.schema.json"
2791
+ },
2729
2792
  {
2730
2793
  "name": "Deno Config (deno.json)",
2731
2794
  "description": "A JSON representation of a Deno configuration file",
@@ -4571,8 +4634,9 @@
4571
4634
  "name": "JReleaser",
4572
4635
  "description": "JReleaser config file",
4573
4636
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
4574
- "url": "https://www.schemastore.org/jreleaser-1.25.0.json",
4637
+ "url": "https://www.schemastore.org/jreleaser-1.26.0.json",
4575
4638
  "versions": {
4639
+ "1.26.0": "https://www.schemastore.org/jreleaser-1.26.0.json",
4576
4640
  "1.25.0": "https://www.schemastore.org/jreleaser-1.25.0.json",
4577
4641
  "1.24.0": "https://www.schemastore.org/jreleaser-1.24.0.json",
4578
4642
  "1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
@@ -4970,6 +5034,12 @@
4970
5034
  ],
4971
5035
  "url": "https://liquilens.in/protocol/liquilens-evidence-carrier-reference-v1.schema.json"
4972
5036
  },
5037
+ {
5038
+ "name": "litertlm_manifest.json",
5039
+ "description": "Deployment manifest for Hugging Face model repos that ship .litertlm bundles for the LiteRT-LM runtime: per-device file selection, verified backends, requirements, and measured performance",
5040
+ "fileMatch": ["litertlm_manifest.json"],
5041
+ "url": "https://www.schemastore.org/litertlm_manifest.json"
5042
+ },
4973
5043
  {
4974
5044
  "name": "Lively Properties",
4975
5045
  "description": "Lively Wallpaper configuration file. Documentation: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction#lively-properties",
@@ -5056,19 +5126,19 @@
5056
5126
  "*.mega-linter-config.yml",
5057
5127
  "*.megalinter-config.yml"
5058
5128
  ],
5059
- "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json"
5129
+ "url": "https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json"
5060
5130
  },
5061
5131
  {
5062
5132
  "name": "MegaLinter Custom Flavor",
5063
5133
  "description": "MegaLinter Custom Flavor definition file",
5064
5134
  "fileMatch": ["megalinter-custom-flavor.yml"],
5065
- "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-custom-flavor.jsonschema.json"
5135
+ "url": "https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-custom-flavor.jsonschema.json"
5066
5136
  },
5067
5137
  {
5068
5138
  "name": "MegaLinter descriptor",
5069
5139
  "description": "MegaLinter descriptor files (for MegaLinter contributors)",
5070
5140
  "fileMatch": ["*.megalinter-descriptor.yml"],
5071
- "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json"
5141
+ "url": "https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json"
5072
5142
  },
5073
5143
  {
5074
5144
  "name": "Meltano project definition",
@@ -7623,6 +7693,36 @@
7623
7693
  "fileMatch": ["templatesources.json"],
7624
7694
  "url": "https://www.schemastore.org/templatesources.json"
7625
7695
  },
7696
+ {
7697
+ "name": "Terraform PowerShell provider block manifest",
7698
+ "description": "Custom provider-block attributes of a Terraform provider built on terraform-provider-powershell",
7699
+ "fileMatch": ["provider.tfps.json", "**/provider.tfps.json"],
7700
+ "url": "https://www.schemastore.org/tfpowershell-provider.json"
7701
+ },
7702
+ {
7703
+ "name": "Terraform PowerShell provider data source manifest",
7704
+ "description": "Typed attribute declarations for one data source in a Terraform provider built on terraform-provider-powershell",
7705
+ "fileMatch": ["datasource.tfps.json", "**/datasource.tfps.json"],
7706
+ "url": "https://www.schemastore.org/tfpowershell-datasource.json"
7707
+ },
7708
+ {
7709
+ "name": "Terraform PowerShell provider resource manifest",
7710
+ "description": "Typed attribute declarations for one resource in a Terraform provider built on terraform-provider-powershell",
7711
+ "fileMatch": ["resource.tfps.json", "**/resource.tfps.json"],
7712
+ "url": "https://www.schemastore.org/tfpowershell-resource.json"
7713
+ },
7714
+ {
7715
+ "name": "Terraform PowerShell provider settings",
7716
+ "description": "Name and registry address of a Terraform provider built on terraform-provider-powershell",
7717
+ "fileMatch": ["settings.tfps.json", "**/settings.tfps.json"],
7718
+ "url": "https://www.schemastore.org/tfpowershell-settings.json"
7719
+ },
7720
+ {
7721
+ "name": "Tesseract configuration",
7722
+ "description": "Configuration file for a Tesseract (tesseract_config.yaml)",
7723
+ "fileMatch": ["tesseract_config.yaml", "tesseract_config.yml"],
7724
+ "url": "https://docs.pasteurlabs.ai/projects/tesseract-core/stable/tesseract_config.schema.json"
7725
+ },
7626
7726
  {
7627
7727
  "name": "Tier.run pricing.json",
7628
7728
  "description": "Tier.run pricing model configuration",
@@ -7976,17 +8076,387 @@
7976
8076
  "fileMatch": ["vector.json", "vector.toml", "vector.yaml"],
7977
8077
  "url": "https://www.schemastore.org/vector.json"
7978
8078
  },
8079
+ {
8080
+ "name": "Vee JSON menu output",
8081
+ "description": "Structured JSON printed by a Vee menu-bar plugin, the alternative to the xbar/SwiftBar text protocol",
8082
+ "url": "https://vee.navbytes.io/schemas/json-output.schema.json"
8083
+ },
7979
8084
  {
7980
8085
  "name": "vega.json",
7981
8086
  "description": "Vega visualization specification file",
7982
8087
  "fileMatch": ["*.vg", "*.vg.json"],
7983
- "url": "https://www.schemastore.org/vega.json"
8088
+ "url": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.4.0.json",
8089
+ "versions": {
8090
+ "v2.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.0.json",
8091
+ "v2.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.1.json",
8092
+ "v2.0.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.3.json",
8093
+ "v2.0.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.4.json",
8094
+ "v2.0.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.5.json",
8095
+ "v2.0.6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.0.6.json",
8096
+ "v2.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.1.0.json",
8097
+ "v2.1.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.1.1.json",
8098
+ "v2.1.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.1.2.json",
8099
+ "v2.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.0.json",
8100
+ "v2.2.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.1.json",
8101
+ "v2.2.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.2.json",
8102
+ "v2.2.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.3.json",
8103
+ "v2.2.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.4.json",
8104
+ "v2.2.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.5.json",
8105
+ "v2.2.6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.2.6.json",
8106
+ "v2.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.3.0.json",
8107
+ "v2.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.3.1.json",
8108
+ "v2.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.4.0.json",
8109
+ "v2.4.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.4.1.json",
8110
+ "v2.4.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.4.2.json",
8111
+ "v2.5.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.5.0.json",
8112
+ "v2.5.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.5.1.json",
8113
+ "v2.5.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.5.2.json",
8114
+ "v2.6.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.0.json",
8115
+ "v2.6.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.1.json",
8116
+ "v2.6.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.2.json",
8117
+ "v2.6.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.3.json",
8118
+ "v2.6.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.4.json",
8119
+ "v2.6.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v2.6.5.json",
8120
+ "v3.0.0-beta.14": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.14.json",
8121
+ "v3.0.0-beta.15": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.15.json",
8122
+ "v3.0.0-beta.16": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.16.json",
8123
+ "v3.0.0-beta.17": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.17.json",
8124
+ "v3.0.0-beta.18": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.18.json",
8125
+ "v3.0.0-beta.19": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.19.json",
8126
+ "v3.0.0-beta.20": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.20.json",
8127
+ "v3.0.0-beta.21": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.21.json",
8128
+ "v3.0.0-beta.22": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.22.json",
8129
+ "v3.0.0-beta.23": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.23.json",
8130
+ "v3.0.0-beta.24": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.24.json",
8131
+ "v3.0.0-beta.25": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.25.json",
8132
+ "v3.0.0-beta.26": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.26.json",
8133
+ "v3.0.0-beta.27": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.27.json",
8134
+ "v3.0.0-beta.28": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.28.json",
8135
+ "v3.0.0-beta.29": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.29.json",
8136
+ "v3.0.0-beta.30": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.30.json",
8137
+ "v3.0.0-beta.31": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.31.json",
8138
+ "v3.0.0-beta.32": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.32.json",
8139
+ "v3.0.0-beta.33": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.33.json",
8140
+ "v3.0.0-beta.34": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.34.json",
8141
+ "v3.0.0-beta.35": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.35.json",
8142
+ "v3.0.0-beta.36": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.36.json",
8143
+ "v3.0.0-beta.37": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.37.json",
8144
+ "v3.0.0-beta.38": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.38.json",
8145
+ "v3.0.0-beta.39": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.39.json",
8146
+ "v3.0.0-beta": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-beta.json",
8147
+ "v3.0.0-rc1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc1.json",
8148
+ "v3.0.0-rc2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc2.json",
8149
+ "v3.0.0-rc3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc3.json",
8150
+ "v3.0.0-rc4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc4.json",
8151
+ "v3.0.0-rc5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc5.json",
8152
+ "v3.0.0-rc6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc6.json",
8153
+ "v3.0.0-rc7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0-rc7.json",
8154
+ "v3.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.0.json",
8155
+ "v3.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.1.json",
8156
+ "v3.0.10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.10.json",
8157
+ "v3.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.2.json",
8158
+ "v3.0.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.3.json",
8159
+ "v3.0.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.4.json",
8160
+ "v3.0.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.5.json",
8161
+ "v3.0.6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.6.json",
8162
+ "v3.0.7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.7.json",
8163
+ "v3.0.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.8.json",
8164
+ "v3.0.9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.0.9.json",
8165
+ "v3.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.1.0.json",
8166
+ "v3.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.2.0.json",
8167
+ "v3.2.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.2.1.json",
8168
+ "v3.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.3.0.json",
8169
+ "v3.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v3.3.1.json",
8170
+ "v4.0.0-rc.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.0.0-rc.1.json",
8171
+ "v4.0.0-rc.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.0.0-rc.2.json",
8172
+ "v4.0.0-rc.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.0.0-rc.3.json",
8173
+ "v4.0.0-rc": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.0.0-rc.json",
8174
+ "v4.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.0.0.json",
8175
+ "v4.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.1.0.json",
8176
+ "v4.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.2.0.json",
8177
+ "v4.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.3.0.json",
8178
+ "v4.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v4.4.0.json",
8179
+ "v5.0.0-rc1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0-rc1.json",
8180
+ "v5.0.0-rc2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0-rc2.json",
8181
+ "v5.0.0-rc3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0-rc3.json",
8182
+ "v5.0.0-rc4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0-rc4.json",
8183
+ "v5.0.0-rc5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0-rc5.json",
8184
+ "v5.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.0.0.json",
8185
+ "v5.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.1.0.json",
8186
+ "v5.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.2.0.json",
8187
+ "v5.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.0.json",
8188
+ "v5.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.1.json",
8189
+ "v5.3.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.2.json",
8190
+ "v5.3.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.3.json",
8191
+ "v5.3.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.4.json",
8192
+ "v5.3.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.3.5.json",
8193
+ "v5.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.4.0.json",
8194
+ "v5.5.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.5.0.json",
8195
+ "v5.6.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.6.0.json",
8196
+ "v5.7.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.7.0.json",
8197
+ "v5.7.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.7.1.json",
8198
+ "v5.7.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.7.2.json",
8199
+ "v5.7.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.7.3.json",
8200
+ "v5.8.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.8.0.json",
8201
+ "v5.8.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.8.1.json",
8202
+ "v5.9.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.9.0.json",
8203
+ "v5.9.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.9.1.json",
8204
+ "v5.9.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.9.2.json",
8205
+ "v5.10.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.10.0.json",
8206
+ "v5.10.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.10.1.json",
8207
+ "v5.11.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.11.0.json",
8208
+ "v5.11.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.11.1.json",
8209
+ "v5.12.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.12.0.json",
8210
+ "v5.12.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.12.1.json",
8211
+ "v5.12.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.12.2.json",
8212
+ "v5.12.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.12.3.json",
8213
+ "v5.13.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.13.0.json",
8214
+ "v5.14.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.14.0.json",
8215
+ "v5.15.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.15.0.json",
8216
+ "v5.16.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.16.0.json",
8217
+ "v5.16.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.16.1.json",
8218
+ "v5.17.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.17.0.json",
8219
+ "v5.17.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.17.1.json",
8220
+ "v5.17.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.17.2.json",
8221
+ "v5.17.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.17.3.json",
8222
+ "v5.18.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.18.0.json",
8223
+ "v5.19.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.19.0.json",
8224
+ "v5.19.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.19.1.json",
8225
+ "v5.20.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.20.0.json",
8226
+ "v5.20.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.20.1.json",
8227
+ "v5.20.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.20.2.json",
8228
+ "v5.21.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.21.0.json",
8229
+ "v5.22.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.22.0.json",
8230
+ "v5.22.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.22.1.json",
8231
+ "v5.23.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.23.0.json",
8232
+ "v5.24.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.24.0.json",
8233
+ "v5.25.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.25.0.json",
8234
+ "v5.26.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.26.0.json",
8235
+ "v5.26.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.26.1.json",
8236
+ "v5.27.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.27.0.json",
8237
+ "v5.28.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.28.0.json",
8238
+ "v5.29.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.29.0.json",
8239
+ "v5.30.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.30.0.json",
8240
+ "v5.31.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.31.0.json",
8241
+ "v5.32.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.32.0.json",
8242
+ "v5.33.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v5.33.0.json",
8243
+ "v6.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.0.0.json",
8244
+ "v6.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.1.0.json",
8245
+ "v6.1.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.1.1.json",
8246
+ "v6.1.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.1.2.json",
8247
+ "v6.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.2.0.json",
8248
+ "v6.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.3.1.json",
8249
+ "v6.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega/v6.4.0.json"
8250
+ }
7984
8251
  },
7985
8252
  {
7986
8253
  "name": "vega-lite.json",
7987
8254
  "description": "Vega-Lite visualization specification file",
7988
8255
  "fileMatch": ["*.vl", "*.vl.json"],
7989
- "url": "https://www.schemastore.org/vega-lite.json"
8256
+ "url": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.4.3.json",
8257
+ "versions": {
8258
+ "v0.0.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.0.4.json",
8259
+ "v0.8.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.8.1.json",
8260
+ "v0.8.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.8.2.json",
8261
+ "v0.8.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.8.3.json",
8262
+ "v0.9.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.9.0.json",
8263
+ "v0.9.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.9.1.json",
8264
+ "v0.9.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.9.2.json",
8265
+ "v0.9.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v0.9.3.json",
8266
+ "v1.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.0.json",
8267
+ "v1.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.1.json",
8268
+ "v1.0.10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.10.json",
8269
+ "v1.0.11": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.11.json",
8270
+ "v1.0.12": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.12.json",
8271
+ "v1.0.13": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.13.json",
8272
+ "v1.0.14": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.14.json",
8273
+ "v1.0.15": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.15.json",
8274
+ "v1.0.16": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.16.json",
8275
+ "v1.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.2.json",
8276
+ "v1.0.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.3.json",
8277
+ "v1.0.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.5.json",
8278
+ "v1.0.6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.6.json",
8279
+ "v1.0.7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.7.json",
8280
+ "v1.0.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.8.json",
8281
+ "v1.0.9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.0.9.json",
8282
+ "v1.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.1.0.json",
8283
+ "v1.1.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.1.1.json",
8284
+ "v1.1.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.1.2.json",
8285
+ "v1.1.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.1.3.json",
8286
+ "v1.1.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.1.4.json",
8287
+ "v1.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.2.0.json",
8288
+ "v1.2.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.2.1.json",
8289
+ "v1.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.3.0.json",
8290
+ "v1.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v1.3.1.json",
8291
+ "v2.0.0-alpha.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.0.json",
8292
+ "v2.0.0-alpha.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.1.json",
8293
+ "v2.0.0-alpha.10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.10.json",
8294
+ "v2.0.0-alpha.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.2.json",
8295
+ "v2.0.0-alpha.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.3.json",
8296
+ "v2.0.0-alpha.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.4.json",
8297
+ "v2.0.0-alpha.6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.6.json",
8298
+ "v2.0.0-alpha.7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.7.json",
8299
+ "v2.0.0-alpha.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.8.json",
8300
+ "v2.0.0-alpha.9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.9.json",
8301
+ "v2.0.0-alpha": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-alpha.json",
8302
+ "v2.0.0-beta.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.1.json",
8303
+ "v2.0.0-beta.10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.10.json",
8304
+ "v2.0.0-beta.11": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.11.json",
8305
+ "v2.0.0-beta.14": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.14.json",
8306
+ "v2.0.0-beta.15": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.15.json",
8307
+ "v2.0.0-beta.16": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.16.json",
8308
+ "v2.0.0-beta.17": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.17.json",
8309
+ "v2.0.0-beta.18": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.18.json",
8310
+ "v2.0.0-beta.19": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.19.json",
8311
+ "v2.0.0-beta.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.2.json",
8312
+ "v2.0.0-beta.21": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.21.json",
8313
+ "v2.0.0-beta.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.4.json",
8314
+ "v2.0.0-beta.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.5.json",
8315
+ "v2.0.0-beta.7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.7.json",
8316
+ "v2.0.0-beta.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.8.json",
8317
+ "v2.0.0-beta.9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.9.json",
8318
+ "v2.0.0-beta": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-beta.json",
8319
+ "v2.0.0-rc0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc0.json",
8320
+ "v2.0.0-rc1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc1.json",
8321
+ "v2.0.0-rc2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc2.json",
8322
+ "v2.0.0-rc3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc3.json",
8323
+ "v2.0.0-rc4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc4.json",
8324
+ "v2.0.0-rc5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc5.json",
8325
+ "v2.0.0-rc6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0-rc6.json",
8326
+ "v2.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.0.json",
8327
+ "v2.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.1.json",
8328
+ "v2.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.2.json",
8329
+ "v2.0.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.3.json",
8330
+ "v2.0.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.0.4.json",
8331
+ "v2.1.0-beta1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.1.0-beta1.json",
8332
+ "v2.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.1.0.json",
8333
+ "v2.1.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.1.1.json",
8334
+ "v2.1.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.1.2.json",
8335
+ "v2.1.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.1.3.json",
8336
+ "v2.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.2.0.json",
8337
+ "v2.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.3.0.json",
8338
+ "v2.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.3.1.json",
8339
+ "v2.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.4.0.json",
8340
+ "v2.4.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.4.1.json",
8341
+ "v2.4.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.4.2.json",
8342
+ "v2.4.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.4.3.json",
8343
+ "v2.5.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.5.0.json",
8344
+ "v2.5.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.5.1.json",
8345
+ "v2.5.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.5.2.json",
8346
+ "v2.6.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.6.0.json",
8347
+ "v2.7.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v2.7.0.json",
8348
+ "v3.0.0-rc0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc0.json",
8349
+ "v3.0.0-rc1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc1.json",
8350
+ "v3.0.0-rc10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc10.json",
8351
+ "v3.0.0-rc11": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc11.json",
8352
+ "v3.0.0-rc12": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc12.json",
8353
+ "v3.0.0-rc13": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc13.json",
8354
+ "v3.0.0-rc16": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc16.json",
8355
+ "v3.0.0-rc2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc2.json",
8356
+ "v3.0.0-rc3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc3.json",
8357
+ "v3.0.0-rc4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc4.json",
8358
+ "v3.0.0-rc5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc5.json",
8359
+ "v3.0.0-rc6": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc6.json",
8360
+ "v3.0.0-rc7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc7.json",
8361
+ "v3.0.0-rc8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc8.json",
8362
+ "v3.0.0-rc9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0-rc9.json",
8363
+ "v3.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.0.json",
8364
+ "v3.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.1.json",
8365
+ "v3.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.2.json",
8366
+ "v3.0.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.0.3.json",
8367
+ "v3.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.1.0.json",
8368
+ "v3.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.2.0.json",
8369
+ "v3.2.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.2.1.json",
8370
+ "v3.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.3.0.json",
8371
+ "v3.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v3.4.0.json",
8372
+ "v4.0.0-beta.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.0.json",
8373
+ "v4.0.0-beta.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.1.json",
8374
+ "v4.0.0-beta.10": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.10.json",
8375
+ "v4.0.0-beta.12": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.12.json",
8376
+ "v4.0.0-beta.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.2.json",
8377
+ "v4.0.0-beta.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.8.json",
8378
+ "v4.0.0-beta.9": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.9.json",
8379
+ "v4.0.0-beta": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0-beta.json",
8380
+ "v4.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.0.json",
8381
+ "v4.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.0.2.json",
8382
+ "v4.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.1.0.json",
8383
+ "v4.1.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.1.1.json",
8384
+ "v4.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.2.0.json",
8385
+ "v4.3.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.3.0.json",
8386
+ "v4.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.3.1.json",
8387
+ "v4.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.4.0.json",
8388
+ "v4.5.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.5.0.json",
8389
+ "v4.5.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.5.1.json",
8390
+ "v4.6.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.6.0.json",
8391
+ "v4.7.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.7.0.json",
8392
+ "v4.8.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.8.1.json",
8393
+ "v4.9.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.9.0.json",
8394
+ "v4.10.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.10.0.json",
8395
+ "v4.10.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.10.1.json",
8396
+ "v4.10.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.10.2.json",
8397
+ "v4.10.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.10.4.json",
8398
+ "v4.10.5": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.10.5.json",
8399
+ "v4.11.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.11.0.json",
8400
+ "v4.12.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.12.0.json",
8401
+ "v4.12.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.12.1.json",
8402
+ "v4.12.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.12.2.json",
8403
+ "v4.13.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.13.0.json",
8404
+ "v4.13.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.13.1.json",
8405
+ "v4.14.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.14.0.json",
8406
+ "v4.14.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.14.1.json",
8407
+ "v4.15.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.15.0.json",
8408
+ "v4.16.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.16.1.json",
8409
+ "v4.16.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.16.2.json",
8410
+ "v4.16.4": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.16.4.json",
8411
+ "v4.16.7": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.16.7.json",
8412
+ "v4.16.8": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.16.8.json",
8413
+ "v4.17.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v4.17.0.json",
8414
+ "v5.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.0.0.json",
8415
+ "v5.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.1.0.json",
8416
+ "v5.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.2.0.json",
8417
+ "v5.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.4.0.json",
8418
+ "v5.5.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.5.0.json",
8419
+ "v5.6.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.6.0.json",
8420
+ "v5.6.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.6.1.json",
8421
+ "v5.7.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.7.0.json",
8422
+ "v5.7.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.7.1.json",
8423
+ "v5.8.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.8.0.json",
8424
+ "v5.9.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.9.0.json",
8425
+ "v5.9.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.9.1.json",
8426
+ "v5.9.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.9.2.json",
8427
+ "v5.9.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.9.3.json",
8428
+ "v5.10.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.10.0.json",
8429
+ "v5.11.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.11.0.json",
8430
+ "v5.11.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.11.1.json",
8431
+ "v5.12.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.12.0.json",
8432
+ "v5.13.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.13.0.json",
8433
+ "v5.14.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.14.0.json",
8434
+ "v5.14.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.14.1.json",
8435
+ "v5.15.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.15.0.json",
8436
+ "v5.15.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.15.1.json",
8437
+ "v5.16.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.16.0.json",
8438
+ "v5.16.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.16.1.json",
8439
+ "v5.16.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.16.2.json",
8440
+ "v5.16.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.16.3.json",
8441
+ "v5.17.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.17.0.json",
8442
+ "v5.18.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.18.0.json",
8443
+ "v5.18.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.18.1.json",
8444
+ "v5.19.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.19.0.json",
8445
+ "v5.20.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.20.0.json",
8446
+ "v5.20.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.20.1.json",
8447
+ "v5.21.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.21.0.json",
8448
+ "v5.23.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v5.23.0.json",
8449
+ "v6.0.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.0.0.json",
8450
+ "v6.0.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.0.1.json",
8451
+ "v6.0.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.0.2.json",
8452
+ "v6.1.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.1.0.json",
8453
+ "v6.2.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.2.0.json",
8454
+ "v6.3.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.3.1.json",
8455
+ "v6.4.0": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.4.0.json",
8456
+ "v6.4.1": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.4.1.json",
8457
+ "v6.4.2": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.4.2.json",
8458
+ "v6.4.3": "https://raw.githubusercontent.com/vega/schema/refs/heads/master/vega-lite/v6.4.3.json"
8459
+ }
7990
8460
  },
7991
8461
  {
7992
8462
  "name": "Vela Pipeline Configuration",
@@ -11085,6 +11555,41 @@
11085
11555
  "fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
11086
11556
  "url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
11087
11557
  },
11558
+ {
11559
+ "name": "cfgd Config",
11560
+ "description": "cfgd root configuration file (cfgd.yaml)",
11561
+ "fileMatch": ["cfgd.yaml", "cfgd.yml"],
11562
+ "url": "https://www.schemastore.org/cfgd-config-0.5.0.json",
11563
+ "versions": {
11564
+ "0.5.0": "https://www.schemastore.org/cfgd-config-0.5.0.json"
11565
+ }
11566
+ },
11567
+ {
11568
+ "name": "cfgd Module",
11569
+ "description": "cfgd Module definition document",
11570
+ "fileMatch": ["**/modules/*/module.yaml"],
11571
+ "url": "https://www.schemastore.org/cfgd-module-0.5.0.json",
11572
+ "versions": {
11573
+ "0.5.0": "https://www.schemastore.org/cfgd-module-0.5.0.json"
11574
+ }
11575
+ },
11576
+ {
11577
+ "name": "cfgd Profile",
11578
+ "description": "cfgd Profile definition document",
11579
+ "url": "https://www.schemastore.org/cfgd-profile-0.5.0.json",
11580
+ "versions": {
11581
+ "0.5.0": "https://www.schemastore.org/cfgd-profile-0.5.0.json"
11582
+ }
11583
+ },
11584
+ {
11585
+ "name": "cfgd ConfigSource",
11586
+ "description": "cfgd multi-source configuration manifest (cfgd-source.yaml)",
11587
+ "fileMatch": ["cfgd-source.yaml", "cfgd-source.yml"],
11588
+ "url": "https://www.schemastore.org/cfgd-configsource-0.5.0.json",
11589
+ "versions": {
11590
+ "0.5.0": "https://www.schemastore.org/cfgd-configsource-0.5.0.json"
11591
+ }
11592
+ },
11088
11593
  {
11089
11594
  "name": "Heloisa Assistant Plugins Marketplace",
11090
11595
  "description": "Validation rules for the Heloísa assistant's plugin catalog",
@@ -11127,6 +11632,12 @@
11127
11632
  "description": "Servercn is the backend component registry for node.js inspired by shadcn/ui",
11128
11633
  "fileMatch": ["servercn.config.json", "servercn.json"],
11129
11634
  "url": "https://www.akkaldhami.com.np/schema/servercn.config.json"
11635
+ },
11636
+ {
11637
+ "name": "hitf-cli-md",
11638
+ "description": "hitf-cli translation toolkit configuration file",
11639
+ "fileMatch": [".hias-hitf.json", ".hias-hitf.jsonc"],
11640
+ "url": "https://www.schemastore.org/hias-hitf.json"
11130
11641
  }
11131
11642
  ]
11132
11643
  }