@theia/core 1.55.1 → 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 (150) hide show
  1. package/README.md +43 -39
  2. package/i18n/nls.cs.json +23 -18
  3. package/i18n/nls.de.json +23 -18
  4. package/i18n/nls.es.json +23 -18
  5. package/i18n/nls.fr.json +23 -18
  6. package/i18n/nls.hu.json +23 -18
  7. package/i18n/nls.it.json +23 -18
  8. package/i18n/nls.ja.json +23 -18
  9. package/i18n/nls.json +24 -19
  10. package/i18n/nls.ko.json +23 -18
  11. package/i18n/nls.pl.json +23 -18
  12. package/i18n/nls.pt-br.json +23 -18
  13. package/i18n/nls.ru.json +23 -18
  14. package/i18n/nls.tr.json +23 -18
  15. package/i18n/nls.zh-cn.json +23 -18
  16. package/i18n/nls.zh-tw.json +23 -18
  17. package/lib/browser/catalog.json +332 -44
  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 +24 -9
  21. package/lib/browser/common-frontend-contribution.js.map +1 -1
  22. package/lib/browser/dialogs.d.ts +3 -1
  23. package/lib/browser/dialogs.d.ts.map +1 -1
  24. package/lib/browser/dialogs.js +26 -2
  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/shell/view-contribution.d.ts.map +1 -1
  52. package/lib/browser/shell/view-contribution.js +1 -0
  53. package/lib/browser/shell/view-contribution.js.map +1 -1
  54. package/lib/browser/test/jsdom.d.ts.map +1 -1
  55. package/lib/browser/test/jsdom.js +6 -1
  56. package/lib/browser/test/jsdom.js.map +1 -1
  57. package/lib/browser/tree/tree-decorator.d.ts.map +1 -1
  58. package/lib/browser/tree/tree-decorator.js +1 -0
  59. package/lib/browser/tree/tree-decorator.js.map +1 -1
  60. package/lib/browser/tree/tree-view-welcome-widget.d.ts +17 -11
  61. package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
  62. package/lib/browser/tree/tree-view-welcome-widget.js +65 -34
  63. package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
  64. package/lib/browser/tree/tree-widget.d.ts +6 -2
  65. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  66. package/lib/browser/tree/tree-widget.js +4 -4
  67. package/lib/browser/tree/tree-widget.js.map +1 -1
  68. package/lib/browser/widgets/select-component.js +1 -1
  69. package/lib/browser/widgets/select-component.js.map +1 -1
  70. package/lib/browser/widgets/widget.d.ts +1 -1
  71. package/lib/browser/widgets/widget.d.ts.map +1 -1
  72. package/lib/browser/widgets/widget.js +21 -6
  73. package/lib/browser/widgets/widget.js.map +1 -1
  74. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  75. package/lib/browser/window/browser-window-module.js +3 -0
  76. package/lib/browser/window/browser-window-module.js.map +1 -1
  77. package/lib/browser/window/default-secondary-window-service.d.ts +5 -0
  78. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  79. package/lib/browser/window/default-secondary-window-service.js +6 -0
  80. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  81. package/lib/browser/window/secondary-window-service.d.ts +3 -0
  82. package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
  83. package/lib/browser/window/secondary-window-service.js.map +1 -1
  84. package/lib/browser/window/window-title-service.d.ts +6 -0
  85. package/lib/browser/window/window-title-service.d.ts.map +1 -1
  86. package/lib/browser/window/window-title-service.js +12 -1
  87. package/lib/browser/window/window-title-service.js.map +1 -1
  88. package/lib/common/encoding-service.d.ts +1 -0
  89. package/lib/common/encoding-service.d.ts.map +1 -1
  90. package/lib/common/performance/stopwatch.d.ts.map +1 -1
  91. package/lib/common/performance/stopwatch.js +1 -0
  92. package/lib/common/performance/stopwatch.js.map +1 -1
  93. package/lib/common/resource.d.ts +2 -0
  94. package/lib/common/resource.d.ts.map +1 -1
  95. package/lib/common/resource.js +1 -0
  96. package/lib/common/resource.js.map +1 -1
  97. package/lib/common/theme.d.ts +1 -1
  98. package/lib/common/theme.d.ts.map +1 -1
  99. package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts.map +1 -1
  100. package/lib/electron-browser/menu/electron-context-menu-renderer.js +10 -2
  101. package/lib/electron-browser/menu/electron-context-menu-renderer.js.map +1 -1
  102. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts +1 -0
  103. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts.map +1 -1
  104. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js +7 -1
  105. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js.map +1 -1
  106. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  107. package/lib/electron-browser/window/electron-window-module.js +3 -0
  108. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  109. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  110. package/lib/electron-main/electron-main-application.js +16 -14
  111. package/lib/electron-main/electron-main-application.js.map +1 -1
  112. package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
  113. package/lib/electron-main/theia-electron-window.js +11 -3
  114. package/lib/electron-main/theia-electron-window.js.map +1 -1
  115. package/lib/node/messaging/test/test-web-socket-channel.d.ts.map +1 -1
  116. package/lib/node/messaging/test/test-web-socket-channel.js +7 -1
  117. package/lib/node/messaging/test/test-web-socket-channel.js.map +1 -1
  118. package/lib/node/messaging/websocket-endpoint.d.ts +1 -1
  119. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  120. package/package.json +13 -13
  121. package/src/browser/common-frontend-contribution.ts +24 -9
  122. package/src/browser/dialogs.ts +28 -5
  123. package/src/browser/frontend-application-module.ts +2 -1
  124. package/src/browser/hover-service.ts +12 -5
  125. package/src/browser/json-schema-store.ts +35 -1
  126. package/src/browser/keybinding.ts +3 -3
  127. package/src/browser/saveable.ts +3 -0
  128. package/src/browser/secondary-window-handler.ts +1 -0
  129. package/src/browser/shell/application-shell.ts +27 -11
  130. package/src/browser/shell/view-contribution.ts +2 -2
  131. package/src/browser/style/dockpanel.css +10 -0
  132. package/src/browser/test/jsdom.ts +6 -1
  133. package/src/browser/tree/tree-decorator.ts +2 -2
  134. package/src/browser/tree/tree-view-welcome-widget.tsx +82 -46
  135. package/src/browser/tree/tree-widget.tsx +10 -4
  136. package/src/browser/widgets/select-component.tsx +1 -1
  137. package/src/browser/widgets/widget.ts +21 -6
  138. package/src/browser/window/browser-window-module.ts +3 -0
  139. package/src/browser/window/default-secondary-window-service.ts +7 -1
  140. package/src/browser/window/secondary-window-service.ts +3 -0
  141. package/src/browser/window/window-title-service.ts +14 -1
  142. package/src/common/performance/stopwatch.ts +2 -2
  143. package/src/common/resource.ts +4 -0
  144. package/src/common/theme.ts +1 -1
  145. package/src/electron-browser/menu/electron-context-menu-renderer.ts +10 -2
  146. package/src/electron-browser/messaging/electron-local-ws-connection-source.ts +5 -0
  147. package/src/electron-browser/window/electron-window-module.ts +3 -0
  148. package/src/electron-main/electron-main-application.ts +12 -11
  149. package/src/electron-main/theia-electron-window.ts +11 -3
  150. package/src/node/messaging/test/test-web-socket-channel.ts +6 -1
@@ -219,6 +219,12 @@
219
219
  "fileMatch": ["appveyor.yml"],
220
220
  "url": "https://json.schemastore.org/appveyor.json"
221
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
+ },
222
228
  {
223
229
  "name": "architect.yml",
224
230
  "description": "Architect.io Component",
@@ -427,6 +433,12 @@
427
433
  ],
428
434
  "url": "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/archetype_override.json"
429
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
+ },
430
442
  {
431
443
  "name": "bottom configuration",
432
444
  "description": "Configuration file for bottom",
@@ -827,6 +839,12 @@
827
839
  "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json"
828
840
  }
829
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
+ },
830
848
  {
831
849
  "name": "bundleconfig.json",
832
850
  "description": "bundleconfig.json files",
@@ -864,12 +882,13 @@
864
882
  "name": "BX CI",
865
883
  "description": "CI configuration for Amdocs Bill Experience projects",
866
884
  "fileMatch": ["**/bxci.yaml", "**/bxci.yml"],
867
- "url": "https://json.schemastore.org/bxci.schema-2.x.json",
885
+ "url": "https://json.schemastore.org/bxci.schema-3.x.json",
868
886
  "versions": {
869
887
  "1.0": "https://json.schemastore.org/bxci.schema-1.0.json",
870
888
  "1.0.1": "https://json.schemastore.org/bxci.schema-1.0.1.json",
871
889
  "2.0.0": "https://json.schemastore.org/bxci.schema-2.0.0.json",
872
- "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"
873
892
  }
874
893
  },
875
894
  {
@@ -970,7 +989,7 @@
970
989
  "name": "Chromia Model",
971
990
  "description": "Chromia Model Config File",
972
991
  "fileMatch": ["chromia.yml", "chromia.yaml"],
973
- "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"
974
993
  },
975
994
  {
976
995
  "name": "cibuildwheel",
@@ -1055,6 +1074,21 @@
1055
1074
  "fileMatch": ["cycle.json", "cycle.yml", "cycle.yaml"],
1056
1075
  "url": "https://raw.githubusercontent.com/cycleplatform/api-spec/main/stackspec/stackspec.json"
1057
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
+ },
1058
1092
  {
1059
1093
  "name": "DataYoga Connections",
1060
1094
  "description": "Collection of defined source and target connections used within DataYoga jobs",
@@ -1109,6 +1143,15 @@
1109
1143
  "fileMatch": ["dependency-cruiser.config.json"],
1110
1144
  "url": "https://raw.githubusercontent.com/sverweij/dependency-cruiser/main/src/schema/configuration.schema.json"
1111
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
+ },
1112
1155
  {
1113
1156
  "name": "Deta Spacefile",
1114
1157
  "description": "Configuration file for Space Apps",
@@ -1758,7 +1801,7 @@
1758
1801
  {
1759
1802
  "name": "Deployer Recipe",
1760
1803
  "description": "A Deployer yaml recipes",
1761
- "fileMatch": ["deploy.yaml", "deploy.yml"],
1804
+ "fileMatch": [],
1762
1805
  "url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
1763
1806
  },
1764
1807
  {
@@ -1807,6 +1850,19 @@
1807
1850
  "fileMatch": ["docfx.json"],
1808
1851
  "url": "https://json.schemastore.org/docfx.json"
1809
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
+ },
1810
1866
  {
1811
1867
  "name": "Dolittle Artifacts",
1812
1868
  "description": "A Dolittle bounded context's artifacts",
@@ -2003,15 +2059,6 @@
2003
2059
  "fileMatch": ["epr-manifest.json"],
2004
2060
  "url": "https://json.schemastore.org/epr-manifest.json"
2005
2061
  },
2006
- {
2007
- "name": "Error pages",
2008
- "description": "Error-Pages configuration file",
2009
- "fileMatch": ["error-pages*.yml", "error-pages*.yaml"],
2010
- "url": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json",
2011
- "versions": {
2012
- "1.0": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json"
2013
- }
2014
- },
2015
2062
  {
2016
2063
  "name": "electron-builder configuration file",
2017
2064
  "description": "electron-build configuration file",
@@ -2169,6 +2216,12 @@
2169
2216
  ],
2170
2217
  "url": "https://gitlab.cern.ch/steam/fiqus/-/raw/master/docs/schema.json"
2171
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
+ },
2172
2225
  {
2173
2226
  "name": "first-timers-bot",
2174
2227
  "description": "A bot that helps onboarding new open-source contributors",
@@ -2233,6 +2286,21 @@
2233
2286
  "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
2234
2287
  }
2235
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
+ },
2236
2304
  {
2237
2305
  "name": "function.json",
2238
2306
  "description": "Azure Functions function.json files",
@@ -2345,20 +2413,12 @@
2345
2413
  "description": "YAML GitHub Funding",
2346
2414
  "fileMatch": [
2347
2415
  "**/.github/FUNDING.yml",
2416
+ "**/.github/FUNDING.yaml",
2348
2417
  "**/.github/funding.yml",
2349
2418
  "**/.github/funding.yaml"
2350
2419
  ],
2351
2420
  "url": "https://json.schemastore.org/github-funding.json"
2352
2421
  },
2353
- {
2354
- "name": "GitHub Issue Template forms",
2355
- "description": "YAML GitHub issue forms",
2356
- "fileMatch": [
2357
- "**/.github/ISSUE_TEMPLATE/**.yml",
2358
- "**/.github/ISSUE_TEMPLATE/**.yaml"
2359
- ],
2360
- "url": "https://json.schemastore.org/github-issue-forms.json"
2361
- },
2362
2422
  {
2363
2423
  "name": "GitHub Issue Template configuration",
2364
2424
  "description": "YAML configuring GitHub Issue Templates",
@@ -2368,6 +2428,15 @@
2368
2428
  ],
2369
2429
  "url": "https://json.schemastore.org/github-issue-config.json"
2370
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
+ },
2371
2440
  {
2372
2441
  "name": "GitHub Workflow",
2373
2442
  "description": "YAML GitHub Workflow",
@@ -2842,6 +2911,12 @@
2842
2911
  "fileMatch": ["jx-requirements.yml"],
2843
2912
  "url": "https://jenkins-x.io/schemas/jx-requirements.json"
2844
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
+ },
2845
2920
  {
2846
2921
  "name": "JDownloader2 crawler single-rules",
2847
2922
  "description": "A validating a single jdownloader2 rule",
@@ -2881,8 +2956,9 @@
2881
2956
  "name": "JReleaser",
2882
2957
  "description": "JReleaser config file",
2883
2958
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
2884
- "url": "https://json.schemastore.org/jreleaser-1.15.0.json",
2959
+ "url": "https://json.schemastore.org/jreleaser-1.16.0.json",
2885
2960
  "versions": {
2961
+ "1.16.0": "https://json.schemastore.org/jreleaser-1.16.0.json",
2886
2962
  "1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
2887
2963
  "1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
2888
2964
  "1.13.1": "https://json.schemastore.org/jreleaser-1.13.1.json",
@@ -3040,14 +3116,27 @@
3040
3116
  "name": "Kestra flow file",
3041
3117
  "description": "Kestra Flow definition file, see: kestra.io/docs/workflow-components/flow#flow-sample",
3042
3118
  "fileMatch": ["**/flows/*.yml"],
3043
- "url": "https://json.schemastore.org/kestra-0.18.3.json",
3119
+ "url": "https://json.schemastore.org/kestra-0.19.0.json",
3044
3120
  "versions": {
3045
3121
  "0.18.0": "https://json.schemastore.org/kestra-0.18.0.json",
3046
3122
  "0.18.1": "https://json.schemastore.org/kestra-0.18.1.json",
3047
3123
  "0.18.2": "https://json.schemastore.org/kestra-0.18.2.json",
3048
- "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"
3049
3126
  }
3050
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
+ },
3051
3140
  {
3052
3141
  "name": "KrakenD",
3053
3142
  "description": "KrakenD API Gateway configuration file",
@@ -3130,7 +3219,7 @@
3130
3219
  "fileMatch": [
3131
3220
  "{.lefthook,lefthook,lefthook-local,.lefthook-local}.{yml,yaml,toml,json}"
3132
3221
  ],
3133
- "url": "https://json.schemastore.org/lefthook.json"
3222
+ "url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json"
3134
3223
  },
3135
3224
  {
3136
3225
  "name": "lego.json",
@@ -3276,6 +3365,12 @@
3276
3365
  "fileMatch": ["**/modules/*/metadata.json"],
3277
3366
  "url": "https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/metadata.schema.json"
3278
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
+ },
3279
3374
  {
3280
3375
  "name": "MetricsHub Configuration",
3281
3376
  "description": "MetricsHub configuration file",
@@ -3430,6 +3525,12 @@
3430
3525
  "1.6": "https://json.schemastore.org/mkdocs-1.6.json"
3431
3526
  }
3432
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
+ },
3433
3534
  {
3434
3535
  "name": "MLOS Configs",
3435
3536
  "description": "Config files for the mlos_bench utility in MLOS",
@@ -3674,6 +3775,12 @@
3674
3775
  "fileMatch": ["fields.yaml", "*_fields.yaml"],
3675
3776
  "url": "https://raw.githubusercontent.com/inetis-ch/october-schemas/master/fields.json"
3676
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
+ },
3677
3784
  {
3678
3785
  "name": "omnisharp.json",
3679
3786
  "description": "Omnisharp Configuration file",
@@ -4205,6 +4312,12 @@
4205
4312
  "description": ".NET Core project configuration file",
4206
4313
  "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
4207
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
+ },
4208
4321
  {
4209
4322
  "name": "prometheus.json",
4210
4323
  "description": "Prometheus configuration file",
@@ -4270,6 +4383,21 @@
4270
4383
  "fileMatch": ["pyrseas-0.8.json"],
4271
4384
  "url": "https://json.schemastore.org/pyrseas-0.8.json"
4272
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
+ },
4273
4401
  {
4274
4402
  "name": "Rancher Fleet",
4275
4403
  "description": "Rancher Fleet fleet.yaml configuration file",
@@ -4328,6 +4456,12 @@
4328
4456
  ],
4329
4457
  "url": "https://www.qgoda.net/schemas/qgoda.json"
4330
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
+ },
4331
4465
  {
4332
4466
  "name": "Rattler-build",
4333
4467
  "description": "Rattler-build recipe",
@@ -4485,6 +4619,12 @@
4485
4619
  ],
4486
4620
  "url": "https://raw.githubusercontent.com/sinaatalay/rendercv/main/schema.json"
4487
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
+ },
4488
4628
  {
4489
4629
  "name": "RoadRunner",
4490
4630
  "description": "Spiral Roadrunner config file",
@@ -4714,7 +4854,16 @@
4714
4854
  "v1.88.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.88.0/rule_schema_v1.yaml",
4715
4855
  "v1.89.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.89.0/rule_schema_v1.yaml",
4716
4856
  "v1.90.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.90.0/rule_schema_v1.yaml",
4717
- "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"
4718
4867
  }
4719
4868
  },
4720
4869
  {
@@ -4847,6 +4996,12 @@
4847
4996
  "fileMatch": ["**/.speakeasy/workflow.yaml"],
4848
4997
  "url": "https://raw.githubusercontent.com/speakeasy-api/sdk-gen-config/main/schemas/workflow.schema.json"
4849
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
+ },
4850
5005
  {
4851
5006
  "name": "SpecIF",
4852
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",
@@ -4967,6 +5122,16 @@
4967
5122
  "fileMatch": ["swagger.json"],
4968
5123
  "url": "https://json.schemastore.org/swagger-2.0.json"
4969
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
+ },
4970
5135
  {
4971
5136
  "name": "task.json",
4972
5137
  "description": "VSCode Task file",
@@ -5082,6 +5247,16 @@
5082
5247
  "description": "Traefik v2 Dynamic Configuration File Provider",
5083
5248
  "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5084
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
+ },
5085
5260
  {
5086
5261
  "name": "transcend.yml",
5087
5262
  "description": "Define personal data in code using Transcend",
@@ -5286,7 +5461,7 @@
5286
5461
  "name": "Vela Pipeline Configuration",
5287
5462
  "description": "Vela Pipeline Configuration File",
5288
5463
  "fileMatch": [".vela.yml", ".vela.yaml"],
5289
- "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"
5290
5465
  },
5291
5466
  {
5292
5467
  "name": "venvironment.yaml",
@@ -5685,6 +5860,12 @@
5685
5860
  "fileMatch": [".httpmockrc", ".httpmock.json"],
5686
5861
  "url": "https://json.schemastore.org/httpmockrc.json"
5687
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
+ },
5688
5869
  {
5689
5870
  "name": "neoload",
5690
5871
  "description": "Neotys as-code load test specification. Documentation: https://github.com/Neotys-Labs/neoload-cli",
@@ -5878,7 +6059,7 @@
5878
6059
  "name": "Gradle Enterprise",
5879
6060
  "description": "Gradle Enterprise configuration",
5880
6061
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
5881
- "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",
5882
6063
  "versions": {
5883
6064
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
5884
6065
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -5889,7 +6070,8 @@
5889
6070
  "7.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-7.json",
5890
6071
  "8.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-8.json",
5891
6072
  "9.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-9.json",
5892
- "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"
5893
6075
  }
5894
6076
  },
5895
6077
  {
@@ -5930,7 +6112,7 @@
5930
6112
  "name": "swcrc",
5931
6113
  "description": "swc configuration files",
5932
6114
  "fileMatch": [".swcrc"],
5933
- "url": "https://json.schemastore.org/swcrc.json"
6115
+ "url": "https://swc.rs/schema.json"
5934
6116
  },
5935
6117
  {
5936
6118
  "name": "OpenWeather Road Risk API",
@@ -6217,13 +6399,13 @@
6217
6399
  "name": "Shopware CLI Extension Store Configuration",
6218
6400
  "description": "Shopware CLI Extension Store Configuration",
6219
6401
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
6220
- "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"
6221
6403
  },
6222
6404
  {
6223
6405
  "name": "Shopware CLI Project Store Configuration",
6224
6406
  "description": "Shopware CLI Project Store Configuration",
6225
6407
  "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
6226
- "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"
6227
6409
  },
6228
6410
  {
6229
6411
  "name": "Qodana",
@@ -6452,7 +6634,7 @@
6452
6634
  "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
6453
6635
  },
6454
6636
  {
6455
- "name": "KoDE/CI build.yaml",
6637
+ "name": "KODE/CI build.yaml",
6456
6638
  "description": "yaml kode/ci build",
6457
6639
  "fileMatch": ["**/.kode/*.yaml"],
6458
6640
  "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
@@ -6840,10 +7022,10 @@
6840
7022
  "url": "https://json.schemastore.org/glazewm.json"
6841
7023
  },
6842
7024
  {
6843
- "name": "CGS Custom Card Game (CardGameDef.json)",
6844
- "description": "Card Game Simulator (CGS) custom card game specification",
6845
- "fileMatch": ["CardGameDef.json"],
6846
- "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"
6847
7029
  },
6848
7030
  {
6849
7031
  "name": "Custom Machinery Machine",
@@ -6915,12 +7097,6 @@
6915
7097
  "fileMatch": ["*.ksy"],
6916
7098
  "url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
6917
7099
  },
6918
- {
6919
- "name": "JSON-WF",
6920
- "description": "A blogroll interchange format",
6921
- "fileMatch": [],
6922
- "url": "https://www.json-wf.org.uk/json-wf-schema-1.0.json"
6923
- },
6924
7100
  {
6925
7101
  "name": "Cloud Foundry Application Manifest",
6926
7102
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
@@ -7203,6 +7379,118 @@
7203
7379
  "description": "An encoding workflow from a single configuration template",
7204
7380
  "fileMatch": ["*.bitmovin.json", "*.bitmovin.yml", "*.bitmovin.yaml"],
7205
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"
7206
7494
  }
7207
7495
  ]
7208
7496
  }