@theia/core 1.56.0 → 1.57.0-next.112

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.
Files changed (117) hide show
  1. package/README.md +43 -39
  2. package/i18n/nls.cs.json +23 -17
  3. package/i18n/nls.de.json +23 -17
  4. package/i18n/nls.es.json +23 -17
  5. package/i18n/nls.fr.json +23 -17
  6. package/i18n/nls.hu.json +23 -17
  7. package/i18n/nls.it.json +23 -17
  8. package/i18n/nls.ja.json +23 -17
  9. package/i18n/nls.json +24 -18
  10. package/i18n/nls.ko.json +23 -17
  11. package/i18n/nls.pl.json +23 -17
  12. package/i18n/nls.pt-br.json +23 -17
  13. package/i18n/nls.ru.json +23 -17
  14. package/i18n/nls.tr.json +23 -17
  15. package/i18n/nls.zh-cn.json +23 -17
  16. package/i18n/nls.zh-tw.json +23 -17
  17. package/lib/browser/catalog.json +347 -46
  18. package/lib/browser/common-frontend-contribution.d.ts +1 -1
  19. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  20. package/lib/browser/common-frontend-contribution.js +23 -8
  21. package/lib/browser/common-frontend-contribution.js.map +1 -1
  22. package/lib/browser/dialogs.d.ts +1 -0
  23. package/lib/browser/dialogs.d.ts.map +1 -1
  24. package/lib/browser/dialogs.js +6 -0
  25. package/lib/browser/dialogs.js.map +1 -1
  26. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  27. package/lib/browser/frontend-application-module.js +1 -0
  28. package/lib/browser/frontend-application-module.js.map +1 -1
  29. package/lib/browser/hover-service.d.ts.map +1 -1
  30. package/lib/browser/hover-service.js +12 -4
  31. package/lib/browser/hover-service.js.map +1 -1
  32. package/lib/browser/json-schema-store.d.ts +12 -1
  33. package/lib/browser/json-schema-store.d.ts.map +1 -1
  34. package/lib/browser/json-schema-store.js +31 -1
  35. package/lib/browser/json-schema-store.js.map +1 -1
  36. package/lib/browser/keybinding.js +3 -3
  37. package/lib/browser/keybinding.js.map +1 -1
  38. package/lib/browser/progress-status-bar-item.d.ts +1 -1
  39. package/lib/browser/progress-status-bar-item.d.ts.map +1 -1
  40. package/lib/browser/saveable.d.ts +1 -0
  41. package/lib/browser/saveable.d.ts.map +1 -1
  42. package/lib/browser/saveable.js +3 -0
  43. package/lib/browser/saveable.js.map +1 -1
  44. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  45. package/lib/browser/secondary-window-handler.js +1 -0
  46. package/lib/browser/secondary-window-handler.js.map +1 -1
  47. package/lib/browser/shell/application-shell.d.ts +2 -1
  48. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  49. package/lib/browser/shell/application-shell.js +24 -10
  50. package/lib/browser/shell/application-shell.js.map +1 -1
  51. package/lib/browser/test/jsdom.d.ts.map +1 -1
  52. package/lib/browser/test/jsdom.js +6 -1
  53. package/lib/browser/test/jsdom.js.map +1 -1
  54. package/lib/browser/tree/tree-widget.d.ts +6 -2
  55. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  56. package/lib/browser/tree/tree-widget.js +4 -4
  57. package/lib/browser/tree/tree-widget.js.map +1 -1
  58. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  59. package/lib/browser/window/browser-window-module.js +3 -0
  60. package/lib/browser/window/browser-window-module.js.map +1 -1
  61. package/lib/browser/window/default-secondary-window-service.d.ts +5 -0
  62. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  63. package/lib/browser/window/default-secondary-window-service.js +6 -0
  64. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  65. package/lib/browser/window/secondary-window-service.d.ts +3 -0
  66. package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
  67. package/lib/browser/window/secondary-window-service.js.map +1 -1
  68. package/lib/browser/window/window-title-service.d.ts +6 -0
  69. package/lib/browser/window/window-title-service.d.ts.map +1 -1
  70. package/lib/browser/window/window-title-service.js +12 -1
  71. package/lib/browser/window/window-title-service.js.map +1 -1
  72. package/lib/common/encoding-service.d.ts +1 -0
  73. package/lib/common/encoding-service.d.ts.map +1 -1
  74. package/lib/common/resource.d.ts +2 -0
  75. package/lib/common/resource.d.ts.map +1 -1
  76. package/lib/common/resource.js +1 -0
  77. package/lib/common/resource.js.map +1 -1
  78. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts +1 -0
  79. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts.map +1 -1
  80. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js +7 -1
  81. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js.map +1 -1
  82. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  83. package/lib/electron-browser/window/electron-window-module.js +3 -0
  84. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  85. package/lib/electron-main/electron-main-application.js +12 -13
  86. package/lib/electron-main/electron-main-application.js.map +1 -1
  87. package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
  88. package/lib/electron-main/theia-electron-window.js +11 -3
  89. package/lib/electron-main/theia-electron-window.js.map +1 -1
  90. package/lib/node/messaging/test/test-web-socket-channel.d.ts.map +1 -1
  91. package/lib/node/messaging/test/test-web-socket-channel.js +7 -1
  92. package/lib/node/messaging/test/test-web-socket-channel.js.map +1 -1
  93. package/lib/node/messaging/websocket-endpoint.d.ts +1 -1
  94. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  95. package/package.json +12 -12
  96. package/src/browser/common-frontend-contribution.ts +23 -8
  97. package/src/browser/dialogs.ts +7 -0
  98. package/src/browser/frontend-application-module.ts +2 -1
  99. package/src/browser/hover-service.ts +12 -5
  100. package/src/browser/json-schema-store.ts +35 -1
  101. package/src/browser/keybinding.ts +3 -3
  102. package/src/browser/saveable.ts +3 -0
  103. package/src/browser/secondary-window-handler.ts +1 -0
  104. package/src/browser/shell/application-shell.ts +27 -11
  105. package/src/browser/style/dockpanel.css +10 -0
  106. package/src/browser/test/jsdom.ts +6 -1
  107. package/src/browser/tree/tree-widget.tsx +10 -4
  108. package/src/browser/window/browser-window-module.ts +3 -0
  109. package/src/browser/window/default-secondary-window-service.ts +7 -1
  110. package/src/browser/window/secondary-window-service.ts +3 -0
  111. package/src/browser/window/window-title-service.ts +14 -1
  112. package/src/common/resource.ts +4 -0
  113. package/src/electron-browser/messaging/electron-local-ws-connection-source.ts +5 -0
  114. package/src/electron-browser/window/electron-window-module.ts +3 -0
  115. package/src/electron-main/electron-main-application.ts +10 -10
  116. package/src/electron-main/theia-electron-window.ts +11 -3
  117. package/src/node/messaging/test/test-web-socket-channel.ts +6 -1
@@ -93,12 +93,13 @@
93
93
  "name": ".aiproj.json",
94
94
  "description": "Settings for project analysis by the Application Inspector",
95
95
  "fileMatch": [".aiproj.json"],
96
- "url": "https://json.schemastore.org/aiproj-1.3.json",
96
+ "url": "https://json.schemastore.org/aiproj-1.4.json",
97
97
  "versions": {
98
98
  "1.0": "https://json.schemastore.org/aiproj-1.0.json",
99
99
  "1.1": "https://json.schemastore.org/aiproj-1.1.json",
100
100
  "1.2": "https://json.schemastore.org/aiproj-1.2.json",
101
- "1.3": "https://json.schemastore.org/aiproj-1.3.json"
101
+ "1.3": "https://json.schemastore.org/aiproj-1.3.json",
102
+ "1.4": "https://json.schemastore.org/aiproj-1.4.json"
102
103
  }
103
104
  },
104
105
  {
@@ -218,6 +219,12 @@
218
219
  "fileMatch": ["appveyor.yml"],
219
220
  "url": "https://json.schemastore.org/appveyor.json"
220
221
  },
222
+ {
223
+ "name": "appsettings.StormPetrel.json",
224
+ "description": "Scand.StormPetrel.Generator NuGet package appsettings.StormPetrel.json file",
225
+ "fileMatch": ["appsettings.StormPetrel.json"],
226
+ "url": "https://raw.githubusercontent.com/Scandltd/storm-petrel/main/generator/assets/appsettings.StormPetrel.Schema.json"
227
+ },
221
228
  {
222
229
  "name": "architect.yml",
223
230
  "description": "Architect.io Component",
@@ -426,6 +433,12 @@
426
433
  ],
427
434
  "url": "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/archetype_override.json"
428
435
  },
436
+ {
437
+ "name": "Biome Formatter Config",
438
+ "description": "Configuration file for the Biome formatter",
439
+ "fileMatch": ["biome.json", "biome.jsonc"],
440
+ "url": "https://biomejs.dev/schemas/latest/schema.json"
441
+ },
429
442
  {
430
443
  "name": "bottom configuration",
431
444
  "description": "Configuration file for bottom",
@@ -826,6 +839,12 @@
826
839
  "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json"
827
840
  }
828
841
  },
842
+ {
843
+ "name": "bun.lock",
844
+ "description": "bun.lock file",
845
+ "fileMatch": ["bun.lock"],
846
+ "url": "https://json.schemastore.org/bun-lock.json"
847
+ },
829
848
  {
830
849
  "name": "bundleconfig.json",
831
850
  "description": "bundleconfig.json files",
@@ -863,12 +882,13 @@
863
882
  "name": "BX CI",
864
883
  "description": "CI configuration for Amdocs Bill Experience projects",
865
884
  "fileMatch": ["**/bxci.yaml", "**/bxci.yml"],
866
- "url": "https://json.schemastore.org/bxci.schema-2.x.json",
885
+ "url": "https://json.schemastore.org/bxci.schema-3.x.json",
867
886
  "versions": {
868
887
  "1.0": "https://json.schemastore.org/bxci.schema-1.0.json",
869
888
  "1.0.1": "https://json.schemastore.org/bxci.schema-1.0.1.json",
870
889
  "2.0.0": "https://json.schemastore.org/bxci.schema-2.0.0.json",
871
- "2.x": "https://json.schemastore.org/bxci.schema-2.x.json"
890
+ "2.x": "https://json.schemastore.org/bxci.schema-2.x.json",
891
+ "3.x": "https://json.schemastore.org/bxci.schema-2.x.json"
872
892
  }
873
893
  },
874
894
  {
@@ -969,7 +989,7 @@
969
989
  "name": "Chromia Model",
970
990
  "description": "Chromia Model Config File",
971
991
  "fileMatch": ["chromia.yml", "chromia.yaml"],
972
- "url": "https://gitlab.com/chromaway/core-tools/chromia-cli/-/raw/dev/chromia-build-tools/src/main/resources/chromia-model-schema.json"
992
+ "url": "https://gitlab.com/chromaway/core-tools/chromia-cli-tools/-/raw/dev/chromia-build-tools/src/main/resources/chromia-model-schema.json"
973
993
  },
974
994
  {
975
995
  "name": "cibuildwheel",
@@ -1054,6 +1074,21 @@
1054
1074
  "fileMatch": ["cycle.json", "cycle.yml", "cycle.yaml"],
1055
1075
  "url": "https://raw.githubusercontent.com/cycleplatform/api-spec/main/stackspec/stackspec.json"
1056
1076
  },
1077
+ {
1078
+ "name": "CycloneDX",
1079
+ "description": "CycloneDX Bill of Materials (BOM) file",
1080
+ "fileMatch": ["bom.json", "*.cdx.json"],
1081
+ "url": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.6.schema.json",
1082
+ "versions": {
1083
+ "1.2": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.2.schema.json",
1084
+ "1.2-strict": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.2-strict.schema.json",
1085
+ "1.3": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.3.schema.json",
1086
+ "1.3-strict": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.3-strict.schema.json",
1087
+ "1.4": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.4.schema.json",
1088
+ "1.5": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.5.schema.json",
1089
+ "1.6": "https://raw.githubusercontent.com/CycloneDX/specification/refs/heads/master/schema/bom-1.6.schema.json"
1090
+ }
1091
+ },
1057
1092
  {
1058
1093
  "name": "DataYoga Connections",
1059
1094
  "description": "Collection of defined source and target connections used within DataYoga jobs",
@@ -1108,6 +1143,15 @@
1108
1143
  "fileMatch": ["dependency-cruiser.config.json"],
1109
1144
  "url": "https://raw.githubusercontent.com/sverweij/dependency-cruiser/main/src/schema/configuration.schema.json"
1110
1145
  },
1146
+ {
1147
+ "name": "DeployStack Configuration",
1148
+ "description": "Configuration for DeployStack applications, supporting app customization and deployment settings",
1149
+ "fileMatch": [
1150
+ "**/.deploystack/config.yml",
1151
+ "**/.deploystack/config.yaml"
1152
+ ],
1153
+ "url": "https://cdnx.deploystack.io/schema/config.yml.json"
1154
+ },
1111
1155
  {
1112
1156
  "name": "Deta Spacefile",
1113
1157
  "description": "Configuration file for Space Apps",
@@ -1757,7 +1801,7 @@
1757
1801
  {
1758
1802
  "name": "Deployer Recipe",
1759
1803
  "description": "A Deployer yaml recipes",
1760
- "fileMatch": ["deploy.yaml", "deploy.yml"],
1804
+ "fileMatch": [],
1761
1805
  "url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
1762
1806
  },
1763
1807
  {
@@ -1806,6 +1850,19 @@
1806
1850
  "fileMatch": ["docfx.json"],
1807
1851
  "url": "https://json.schemastore.org/docfx.json"
1808
1852
  },
1853
+ {
1854
+ "name": "Dofigen",
1855
+ "description": "Dofigen configuration file. Documentation: https://github.com/lenra-io/dofigen",
1856
+ "fileMatch": [
1857
+ "dofigen.yaml",
1858
+ "dofigen.json",
1859
+ "dofigen.yml",
1860
+ "*.dofigen.yaml",
1861
+ "*.dofigen.json",
1862
+ "*.dofigen.yml"
1863
+ ],
1864
+ "url": "https://json.schemastore.org/dofigen.json"
1865
+ },
1809
1866
  {
1810
1867
  "name": "Dolittle Artifacts",
1811
1868
  "description": "A Dolittle bounded context's artifacts",
@@ -2002,15 +2059,6 @@
2002
2059
  "fileMatch": ["epr-manifest.json"],
2003
2060
  "url": "https://json.schemastore.org/epr-manifest.json"
2004
2061
  },
2005
- {
2006
- "name": "Error pages",
2007
- "description": "Error-Pages configuration file",
2008
- "fileMatch": ["error-pages*.yml", "error-pages*.yaml"],
2009
- "url": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json",
2010
- "versions": {
2011
- "1.0": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json"
2012
- }
2013
- },
2014
2062
  {
2015
2063
  "name": "electron-builder configuration file",
2016
2064
  "description": "electron-build configuration file",
@@ -2168,6 +2216,12 @@
2168
2216
  ],
2169
2217
  "url": "https://gitlab.cern.ch/steam/fiqus/-/raw/master/docs/schema.json"
2170
2218
  },
2219
+ {
2220
+ "name": "FlexGet Config",
2221
+ "description": "FlexGet config file",
2222
+ "fileMatch": ["**/.flexget/config.yml", "**/flexget/config.yml"],
2223
+ "url": "https://github.com/Flexget/Flexget/releases/latest/download/flexget-config.schema.json"
2224
+ },
2171
2225
  {
2172
2226
  "name": "first-timers-bot",
2173
2227
  "description": "A bot that helps onboarding new open-source contributors",
@@ -2232,6 +2286,21 @@
2232
2286
  "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
2233
2287
  }
2234
2288
  },
2289
+ {
2290
+ "name": "KSail",
2291
+ "description": "Configuration for KSail",
2292
+ "fileMatch": [
2293
+ "ksail-cluster.yaml",
2294
+ "ksail-cluster.yml",
2295
+ "ksail-config.yaml",
2296
+ "ksail-config.yml",
2297
+ "ksail.yaml",
2298
+ "ksail.yml",
2299
+ "*.ksail.yaml",
2300
+ "*.ksail.yml"
2301
+ ],
2302
+ "url": "https://github.com/devantler/ksail/blob/main/schemas/ksail-cluster-schema.json"
2303
+ },
2235
2304
  {
2236
2305
  "name": "function.json",
2237
2306
  "description": "Azure Functions function.json files",
@@ -2344,20 +2413,12 @@
2344
2413
  "description": "YAML GitHub Funding",
2345
2414
  "fileMatch": [
2346
2415
  "**/.github/FUNDING.yml",
2416
+ "**/.github/FUNDING.yaml",
2347
2417
  "**/.github/funding.yml",
2348
2418
  "**/.github/funding.yaml"
2349
2419
  ],
2350
2420
  "url": "https://json.schemastore.org/github-funding.json"
2351
2421
  },
2352
- {
2353
- "name": "GitHub Issue Template forms",
2354
- "description": "YAML GitHub issue forms",
2355
- "fileMatch": [
2356
- "**/.github/ISSUE_TEMPLATE/**.yml",
2357
- "**/.github/ISSUE_TEMPLATE/**.yaml"
2358
- ],
2359
- "url": "https://json.schemastore.org/github-issue-forms.json"
2360
- },
2361
2422
  {
2362
2423
  "name": "GitHub Issue Template configuration",
2363
2424
  "description": "YAML configuring GitHub Issue Templates",
@@ -2367,6 +2428,15 @@
2367
2428
  ],
2368
2429
  "url": "https://json.schemastore.org/github-issue-config.json"
2369
2430
  },
2431
+ {
2432
+ "name": "GitHub Issue Template forms",
2433
+ "description": "YAML GitHub issue forms",
2434
+ "fileMatch": [
2435
+ "**/.github/ISSUE_TEMPLATE/**.yml",
2436
+ "**/.github/ISSUE_TEMPLATE/**.yaml"
2437
+ ],
2438
+ "url": "https://json.schemastore.org/github-issue-forms.json"
2439
+ },
2370
2440
  {
2371
2441
  "name": "GitHub Workflow",
2372
2442
  "description": "YAML GitHub Workflow",
@@ -2841,6 +2911,12 @@
2841
2911
  "fileMatch": ["jx-requirements.yml"],
2842
2912
  "url": "https://jenkins-x.io/schemas/jx-requirements.json"
2843
2913
  },
2914
+ {
2915
+ "name": "Jest",
2916
+ "description": "A JavaScript Testing Framework",
2917
+ "fileMatch": ["jest.config.json"],
2918
+ "url": "https://json.schemastore.org/jest.json"
2919
+ },
2844
2920
  {
2845
2921
  "name": "JDownloader2 crawler single-rules",
2846
2922
  "description": "A validating a single jdownloader2 rule",
@@ -2880,8 +2956,9 @@
2880
2956
  "name": "JReleaser",
2881
2957
  "description": "JReleaser config file",
2882
2958
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
2883
- "url": "https://json.schemastore.org/jreleaser-1.15.0.json",
2959
+ "url": "https://json.schemastore.org/jreleaser-1.16.0.json",
2884
2960
  "versions": {
2961
+ "1.16.0": "https://json.schemastore.org/jreleaser-1.16.0.json",
2885
2962
  "1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
2886
2963
  "1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
2887
2964
  "1.13.1": "https://json.schemastore.org/jreleaser-1.13.1.json",
@@ -3039,14 +3116,27 @@
3039
3116
  "name": "Kestra flow file",
3040
3117
  "description": "Kestra Flow definition file, see: kestra.io/docs/workflow-components/flow#flow-sample",
3041
3118
  "fileMatch": ["**/flows/*.yml"],
3042
- "url": "https://json.schemastore.org/kestra-0.18.3.json",
3119
+ "url": "https://json.schemastore.org/kestra-0.19.0.json",
3043
3120
  "versions": {
3044
3121
  "0.18.0": "https://json.schemastore.org/kestra-0.18.0.json",
3045
3122
  "0.18.1": "https://json.schemastore.org/kestra-0.18.1.json",
3046
3123
  "0.18.2": "https://json.schemastore.org/kestra-0.18.2.json",
3047
- "0.18.3": "https://json.schemastore.org/kestra-0.18.3.json"
3124
+ "0.18.3": "https://json.schemastore.org/kestra-0.18.3.json",
3125
+ "0.19.0": "https://json.schemastore.org/kestra-0.19.0.json"
3048
3126
  }
3049
3127
  },
3128
+ {
3129
+ "name": "Kometa config file",
3130
+ "description": "Kometa (formerly Plex Meta Manager or PMM) configuration file for stable versions",
3131
+ "fileMatch": [],
3132
+ "url": "https://raw.githubusercontent.com/kometa-team/kometa/master/json-schema/config-schema.json"
3133
+ },
3134
+ {
3135
+ "name": "Kometa (nightly) config file",
3136
+ "description": "Kometa (formerly Plex Meta Manager or PMM) configuration file for nightly versions",
3137
+ "fileMatch": [],
3138
+ "url": "https://raw.githubusercontent.com/kometa-team/kometa/nightly/json-schema/config-schema.json"
3139
+ },
3050
3140
  {
3051
3141
  "name": "KrakenD",
3052
3142
  "description": "KrakenD API Gateway configuration file",
@@ -3129,7 +3219,7 @@
3129
3219
  "fileMatch": [
3130
3220
  "{.lefthook,lefthook,lefthook-local,.lefthook-local}.{yml,yaml,toml,json}"
3131
3221
  ],
3132
- "url": "https://json.schemastore.org/lefthook.json"
3222
+ "url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json"
3133
3223
  },
3134
3224
  {
3135
3225
  "name": "lego.json",
@@ -3224,6 +3314,12 @@
3224
3314
  "fileMatch": ["*.lsdl.yaml", "*.lsdl.json"],
3225
3315
  "url": "https://json.schemastore.org/lsdlschema.json"
3226
3316
  },
3317
+ {
3318
+ "name": ".luaurc",
3319
+ "description": "Luau language configuration file",
3320
+ "fileMatch": [".luaurc"],
3321
+ "url": "https://json.schemastore.org/luaurc.json"
3322
+ },
3227
3323
  {
3228
3324
  "name": "MapEHR Mapping",
3229
3325
  "description": "Mapping for MapEHR.com",
@@ -3269,6 +3365,12 @@
3269
3365
  "fileMatch": ["**/modules/*/metadata.json"],
3270
3366
  "url": "https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/metadata.schema.json"
3271
3367
  },
3368
+ {
3369
+ "name": "Metatype Configuration",
3370
+ "description": "Metatype configuration file",
3371
+ "fileMatch": ["metatype.yml", "metatype.yaml"],
3372
+ "url": "https://raw.githubusercontent.com/metatypedev/metatype/main/tools/schema/metatype.json"
3373
+ },
3272
3374
  {
3273
3375
  "name": "MetricsHub Configuration",
3274
3376
  "description": "MetricsHub configuration file",
@@ -3423,6 +3525,12 @@
3423
3525
  "1.6": "https://json.schemastore.org/mkdocs-1.6.json"
3424
3526
  }
3425
3527
  },
3528
+ {
3529
+ "name": "mrdocs.yml",
3530
+ "description": "MrDocs configuration file",
3531
+ "fileMatch": ["mrdocs.yml"],
3532
+ "url": "https://raw.githubusercontent.com/cppalliance/mrdocs/refs/heads/master/docs/mrdocs.schema.json"
3533
+ },
3426
3534
  {
3427
3535
  "name": "MLOS Configs",
3428
3536
  "description": "Config files for the mlos_bench utility in MLOS",
@@ -3606,6 +3714,12 @@
3606
3714
  "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0.json"
3607
3715
  }
3608
3716
  },
3717
+ {
3718
+ "name": "NueJS configuration file",
3719
+ "description": "NueJS site configuration file",
3720
+ "fileMatch": [],
3721
+ "url": "https://json.schemastore.org/nuejs-site.json"
3722
+ },
3609
3723
  {
3610
3724
  "name": "nswag.json",
3611
3725
  "description": "nswag configuration",
@@ -3661,6 +3775,12 @@
3661
3775
  "fileMatch": ["fields.yaml", "*_fields.yaml"],
3662
3776
  "url": "https://raw.githubusercontent.com/inetis-ch/october-schemas/master/fields.json"
3663
3777
  },
3778
+ {
3779
+ "name": "Okteto",
3780
+ "description": "The Okteto Manifest",
3781
+ "fileMatch": ["okteto.yml", "okteto.yaml", "okteto.json"],
3782
+ "url": "https://raw.githubusercontent.com/okteto/okteto/refs/heads/master/schema.json"
3783
+ },
3664
3784
  {
3665
3785
  "name": "omnisharp.json",
3666
3786
  "description": "Omnisharp Configuration file",
@@ -4192,6 +4312,12 @@
4192
4312
  "description": ".NET Core project configuration file",
4193
4313
  "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
4194
4314
  },
4315
+ {
4316
+ "name": "project.owasp.yaml",
4317
+ "description": "OWASP project",
4318
+ "fileMatch": ["project.owasp.yaml"],
4319
+ "url": "https://raw.githubusercontent.com/OWASP/Nest/main/schema/project.json"
4320
+ },
4195
4321
  {
4196
4322
  "name": "prometheus.json",
4197
4323
  "description": "Prometheus configuration file",
@@ -4257,6 +4383,21 @@
4257
4383
  "fileMatch": ["pyrseas-0.8.json"],
4258
4384
  "url": "https://json.schemastore.org/pyrseas-0.8.json"
4259
4385
  },
4386
+ {
4387
+ "name": "RadioHound",
4388
+ "description": "RadioHound data format for spectrum monitoring",
4389
+ "fileMatch": ["*.rh.json"],
4390
+ "url": "https://json.schemastore.org/radiohound-v0.json",
4391
+ "versions": {
4392
+ "v0": "https://json.schemastore.org/radiohound-v0.json"
4393
+ }
4394
+ },
4395
+ {
4396
+ "name": "PyGTA Config",
4397
+ "description": "Configuration file used by pyglotaran and pyglotaran-extras",
4398
+ "fileMatch": ["pygta_config.yaml", "pygta_config.yml"],
4399
+ "url": "https://pyglotaran-extras.readthedocs.io/en/latest/_static/pygta_config.schema.json"
4400
+ },
4260
4401
  {
4261
4402
  "name": "Rancher Fleet",
4262
4403
  "description": "Rancher Fleet fleet.yaml configuration file",
@@ -4315,6 +4456,12 @@
4315
4456
  ],
4316
4457
  "url": "https://www.qgoda.net/schemas/qgoda.json"
4317
4458
  },
4459
+ {
4460
+ "name": "Railway",
4461
+ "description": "Use Railway config as code to define settings for building and deploying your services",
4462
+ "fileMatch": ["railway.toml", "railway.json"],
4463
+ "url": "https://railway.com/railway.schema.json"
4464
+ },
4318
4465
  {
4319
4466
  "name": "Rattler-build",
4320
4467
  "description": "Rattler-build recipe",
@@ -4472,6 +4619,12 @@
4472
4619
  ],
4473
4620
  "url": "https://raw.githubusercontent.com/sinaatalay/rendercv/main/schema.json"
4474
4621
  },
4622
+ {
4623
+ "name": "renv.lock",
4624
+ "description": "Lockfile for recording R project dependencies with renv package",
4625
+ "fileMatch": ["renv.lock"],
4626
+ "url": "https://raw.githubusercontent.com/rstudio/renv/refs/heads/main/inst/schema/draft-07.renv.lock.schema.json"
4627
+ },
4475
4628
  {
4476
4629
  "name": "RoadRunner",
4477
4630
  "description": "Spiral Roadrunner config file",
@@ -4701,7 +4854,16 @@
4701
4854
  "v1.88.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.88.0/rule_schema_v1.yaml",
4702
4855
  "v1.89.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.89.0/rule_schema_v1.yaml",
4703
4856
  "v1.90.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.90.0/rule_schema_v1.yaml",
4704
- "v1.91.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.91.0/rule_schema_v1.yaml"
4857
+ "v1.91.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.91.0/rule_schema_v1.yaml",
4858
+ "v1.92.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.92.0/rule_schema_v1.yaml",
4859
+ "v1.93.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.93.0/rule_schema_v1.yaml",
4860
+ "v1.94.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.94.0/rule_schema_v1.yaml",
4861
+ "v1.95.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.95.0/rule_schema_v1.yaml",
4862
+ "v1.96.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.96.0/rule_schema_v1.yaml",
4863
+ "v1.97.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.97.0/rule_schema_v1.yaml",
4864
+ "v1.98.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.98.0/rule_schema_v1.yaml",
4865
+ "v1.99.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.99.0/rule_schema_v1.yaml",
4866
+ "v1.100.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.100.0/rule_schema_v1.yaml"
4705
4867
  }
4706
4868
  },
4707
4869
  {
@@ -4834,6 +4996,12 @@
4834
4996
  "fileMatch": ["**/.speakeasy/workflow.yaml"],
4835
4997
  "url": "https://raw.githubusercontent.com/speakeasy-api/sdk-gen-config/main/schemas/workflow.schema.json"
4836
4998
  },
4999
+ {
5000
+ "name": "Speakeasy Generation Config File",
5001
+ "description": "Speakeasy generation configuration file. Read more at https://www.speakeasy.com/docs/speakeasy-reference/generation/gen-yaml",
5002
+ "fileMatch": ["**/.speakeasy/gen.yaml"],
5003
+ "url": "https://raw.githubusercontent.com/speakeasy-api/sdk-gen-config/main/schemas/gen.config.schema.json"
5004
+ },
4837
5005
  {
4838
5006
  "name": "SpecIF",
4839
5007
  "description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. Documentation: https://specif.de and https://github.com/GfSE",
@@ -4954,6 +5122,16 @@
4954
5122
  "fileMatch": ["swagger.json"],
4955
5123
  "url": "https://json.schemastore.org/swagger-2.0.json"
4956
5124
  },
5125
+ {
5126
+ "name": "Synadia Connect Component",
5127
+ "description": "Synadia Connect component definition",
5128
+ "fileMatch": [
5129
+ "**/.connect/scanners/*.yml",
5130
+ "**/.connect/sources/*.yml",
5131
+ "**/.connect/sinks/*.yml"
5132
+ ],
5133
+ "url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
5134
+ },
4957
5135
  {
4958
5136
  "name": "task.json",
4959
5137
  "description": "VSCode Task file",
@@ -5069,6 +5247,16 @@
5069
5247
  "description": "Traefik v2 Dynamic Configuration File Provider",
5070
5248
  "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5071
5249
  },
5250
+ {
5251
+ "name": "Traefik v3",
5252
+ "description": "Traefik v3 YAML configuration file",
5253
+ "url": "https://json.schemastore.org/traefik-v3.json"
5254
+ },
5255
+ {
5256
+ "name": "Traefik v3 File Provider",
5257
+ "description": "Traefik v3 Dynamic Configuration File Provider",
5258
+ "url": "https://json.schemastore.org/traefik-v3-file-provider.json"
5259
+ },
5072
5260
  {
5073
5261
  "name": "transcend.yml",
5074
5262
  "description": "Define personal data in code using Transcend",
@@ -5273,7 +5461,7 @@
5273
5461
  "name": "Vela Pipeline Configuration",
5274
5462
  "description": "Vela Pipeline Configuration File",
5275
5463
  "fileMatch": [".vela.yml", ".vela.yaml"],
5276
- "url": "https://github.com/go-vela/types/releases/latest/download/schema.json"
5464
+ "url": "https://github.com/go-vela/server/releases/latest/download/schema.json"
5277
5465
  },
5278
5466
  {
5279
5467
  "name": "venvironment.yaml",
@@ -5672,6 +5860,12 @@
5672
5860
  "fileMatch": [".httpmockrc", ".httpmock.json"],
5673
5861
  "url": "https://json.schemastore.org/httpmockrc.json"
5674
5862
  },
5863
+ {
5864
+ "name": "nitro.json",
5865
+ "description": "Nitro Modules configuration file. Documentation: https://margelo.nitro.com",
5866
+ "fileMatch": [],
5867
+ "url": "https://nitro.margelo.com/nitro.schema.json"
5868
+ },
5675
5869
  {
5676
5870
  "name": "neoload",
5677
5871
  "description": "Neotys as-code load test specification. Documentation: https://github.com/Neotys-Labs/neoload-cli",
@@ -5865,7 +6059,7 @@
5865
6059
  "name": "Gradle Enterprise",
5866
6060
  "description": "Gradle Enterprise configuration",
5867
6061
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
5868
- "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-10.json",
6062
+ "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-11.json",
5869
6063
  "versions": {
5870
6064
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
5871
6065
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -5876,7 +6070,8 @@
5876
6070
  "7.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-7.json",
5877
6071
  "8.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-8.json",
5878
6072
  "9.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-9.json",
5879
- "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json"
6073
+ "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
6074
+ "11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json"
5880
6075
  }
5881
6076
  },
5882
6077
  {
@@ -5917,7 +6112,7 @@
5917
6112
  "name": "swcrc",
5918
6113
  "description": "swc configuration files",
5919
6114
  "fileMatch": [".swcrc"],
5920
- "url": "https://json.schemastore.org/swcrc.json"
6115
+ "url": "https://swc.rs/schema.json"
5921
6116
  },
5922
6117
  {
5923
6118
  "name": "OpenWeather Road Risk API",
@@ -6204,13 +6399,13 @@
6204
6399
  "name": "Shopware CLI Extension Store Configuration",
6205
6400
  "description": "Shopware CLI Extension Store Configuration",
6206
6401
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
6207
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
6402
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/extension/shopware-extension-schema.json"
6208
6403
  },
6209
6404
  {
6210
6405
  "name": "Shopware CLI Project Store Configuration",
6211
6406
  "description": "Shopware CLI Project Store Configuration",
6212
6407
  "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
6213
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json"
6408
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shop/shopware-project-schema.json"
6214
6409
  },
6215
6410
  {
6216
6411
  "name": "Qodana",
@@ -6439,7 +6634,7 @@
6439
6634
  "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
6440
6635
  },
6441
6636
  {
6442
- "name": "KoDE/CI build.yaml",
6637
+ "name": "KODE/CI build.yaml",
6443
6638
  "description": "yaml kode/ci build",
6444
6639
  "fileMatch": ["**/.kode/*.yaml"],
6445
6640
  "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
@@ -6827,10 +7022,10 @@
6827
7022
  "url": "https://json.schemastore.org/glazewm.json"
6828
7023
  },
6829
7024
  {
6830
- "name": "CGS Custom Card Game (CardGameDef.json)",
6831
- "description": "Card Game Simulator (CGS) custom card game specification",
6832
- "fileMatch": ["CardGameDef.json"],
6833
- "url": "https://www.cardgamesimulator.com/schema/CardGameDef.json"
7025
+ "name": "CGS Card Game Specification (cgs.json)",
7026
+ "description": "Card Game Simulator (CGS) Card Game Specification",
7027
+ "fileMatch": ["cgs.json"],
7028
+ "url": "https://www.cardgamesimulator.com/schema/cgs.json"
6834
7029
  },
6835
7030
  {
6836
7031
  "name": "Custom Machinery Machine",
@@ -6902,12 +7097,6 @@
6902
7097
  "fileMatch": ["*.ksy"],
6903
7098
  "url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
6904
7099
  },
6905
- {
6906
- "name": "JSON-WF",
6907
- "description": "A blogroll interchange format",
6908
- "fileMatch": [],
6909
- "url": "https://www.json-wf.org.uk/json-wf-schema-1.0.json"
6910
- },
6911
7100
  {
6912
7101
  "name": "Cloud Foundry Application Manifest",
6913
7102
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
@@ -7190,6 +7379,118 @@
7190
7379
  "description": "An encoding workflow from a single configuration template",
7191
7380
  "fileMatch": ["*.bitmovin.json", "*.bitmovin.yml", "*.bitmovin.yaml"],
7192
7381
  "url": "https://raw.githubusercontent.com/bitmovin/bitmovin-api-sdk-examples/main/bitmovin-encoding-template.json"
7382
+ },
7383
+ {
7384
+ "name": "dtool dataset metadata",
7385
+ "description": "Metadata attached to a dtool dataset",
7386
+ "fileMatch": [
7387
+ "dtool-dataset.yml",
7388
+ "dtool-dataset.yaml",
7389
+ "dtool-dataset.json"
7390
+ ],
7391
+ "url": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json",
7392
+ "versions": {
7393
+ "v1.0": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
7394
+ }
7395
+ },
7396
+ {
7397
+ "name": "pnpm Workspace (pnpm-workspace.yaml)",
7398
+ "description": "Workspace file for pnpm",
7399
+ "fileMatch": ["pnpm-workspace.yaml"],
7400
+ "url": "https://json.schemastore.org/pnpm-workspace.json"
7401
+ },
7402
+ {
7403
+ "name": "Chamaleon template",
7404
+ "description": "Chamaleon template",
7405
+ "fileMatch": ["template.chamaleon.json"],
7406
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/template-schema.json"
7407
+ },
7408
+ {
7409
+ "name": "Chamaleon environment",
7410
+ "description": "Chamaleon environment",
7411
+ "fileMatch": ["*.environment.chamaleon.json"],
7412
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/environment-schema.json"
7413
+ },
7414
+ {
7415
+ "name": "Chamaleon properties",
7416
+ "description": "Chamaleon properties",
7417
+ "fileMatch": ["properties.chamaleon.json"],
7418
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/properties-schema.json"
7419
+ },
7420
+ {
7421
+ "name": "ctfd-setup configuration file",
7422
+ "description": "CTFer.io ctfd-setup utility configuration file",
7423
+ "fileMatch": [".ctfd.yaml"],
7424
+ "url": "https://json.schemastore.org/ctfd.json"
7425
+ },
7426
+ {
7427
+ "name": "AMX Muse Program Descriptor",
7428
+ "description": "A MUSE program descriptor file",
7429
+ "fileMatch": [],
7430
+ "url": "https://json.schemastore.org/amx-muse.json"
7431
+ },
7432
+ {
7433
+ "name": "DonateCaseBetterCasino menu",
7434
+ "description": "Configuration file for dcbc addon menus",
7435
+ "fileMatch": ["*dcbc.yml", "*dcbc.yaml"],
7436
+ "url": "https://raw.githubusercontent.com/Jodexx/DCBetterCasinoMenuSchema/refs/heads/main/schema.json"
7437
+ },
7438
+ {
7439
+ "name": "gematik health care patient list",
7440
+ "description": "A list of health care patients in german telemedicine",
7441
+ "fileMatch": [
7442
+ "**/testdata/patient/patients.yml",
7443
+ "**/testdata/patient/patients.yaml"
7444
+ ],
7445
+ "url": "https://json.schemastore.org/gematik-test-patients.json"
7446
+ },
7447
+ {
7448
+ "name": "gematik health care provider list",
7449
+ "description": "A list of health care providers in german telemedicine",
7450
+ "fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
7451
+ "url": "https://json.schemastore.org/gematik-test-hcps.json"
7452
+ },
7453
+ {
7454
+ "name": "gematik health care provider institution list",
7455
+ "description": "A list of health care provider institutions in german telemedicine",
7456
+ "fileMatch": [
7457
+ "**/testdata/institution/hcpi.yml",
7458
+ "**/testdata/institution/hcpi.yaml"
7459
+ ],
7460
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7461
+ },
7462
+ {
7463
+ "name": "gematik health care insurance list",
7464
+ "description": "A list of health care insurances in german telemedicine",
7465
+ "fileMatch": [
7466
+ "**/testdata/insurance/insurance.yml",
7467
+ "**/testdata/insurance/insurance.yaml"
7468
+ ],
7469
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7470
+ },
7471
+ {
7472
+ "name": "gematik tiger test environment configuration",
7473
+ "description": "A configuration file for the test environment of the gematik Tiger test platform",
7474
+ "fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
7475
+ "url": "https://json.schemastore.org/gematik-tiger.json"
7476
+ },
7477
+ {
7478
+ "name": "Tugboat QA config.yml",
7479
+ "description": "Configuration file for Tugboat QA",
7480
+ "fileMatch": ["**/.tugboat/config.yml"],
7481
+ "url": "https://raw.githubusercontent.com/TugboatQA/docs/refs/heads/main/static/config-schema.json"
7482
+ },
7483
+ {
7484
+ "name": "C4InterFlow",
7485
+ "description": "C4InterFlow Architecture as Code file",
7486
+ "fileMatch": ["**/*.c4interflow.yaml", "**/*.c4interflow.json"],
7487
+ "url": "https://raw.githubusercontent.com/SlavaVedernikov/C4InterFlow/refs/heads/master/C4InterFlow/schema.json"
7488
+ },
7489
+ {
7490
+ "name": "Wake",
7491
+ "description": "Wake - development, testing, and static analysis framework for Solidity",
7492
+ "fileMatch": ["**/*wake.toml", "**/*.wake.toml"],
7493
+ "url": "https://raw.githubusercontent.com/Ackee-Blockchain/wake/refs/heads/main/docs/wake-schema.json"
7193
7494
  }
7194
7495
  ]
7195
7496
  }