@theia/core 1.56.0 → 1.57.0-next.136

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 -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 +367 -50
  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/logger-frontend-module.d.ts.map +1 -1
  39. package/lib/browser/logger-frontend-module.js +2 -3
  40. package/lib/browser/logger-frontend-module.js.map +1 -1
  41. package/lib/browser/progress-status-bar-item.d.ts +1 -1
  42. package/lib/browser/progress-status-bar-item.d.ts.map +1 -1
  43. package/lib/browser/saveable.d.ts +1 -0
  44. package/lib/browser/saveable.d.ts.map +1 -1
  45. package/lib/browser/saveable.js +3 -0
  46. package/lib/browser/saveable.js.map +1 -1
  47. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  48. package/lib/browser/secondary-window-handler.js +1 -0
  49. package/lib/browser/secondary-window-handler.js.map +1 -1
  50. package/lib/browser/shell/application-shell.d.ts +2 -1
  51. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  52. package/lib/browser/shell/application-shell.js +24 -10
  53. package/lib/browser/shell/application-shell.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-widget.d.ts +6 -2
  58. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  59. package/lib/browser/tree/tree-widget.js +4 -4
  60. package/lib/browser/tree/tree-widget.js.map +1 -1
  61. package/lib/browser/window/browser-window-module.d.ts.map +1 -1
  62. package/lib/browser/window/browser-window-module.js +3 -0
  63. package/lib/browser/window/browser-window-module.js.map +1 -1
  64. package/lib/browser/window/default-secondary-window-service.d.ts +5 -0
  65. package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
  66. package/lib/browser/window/default-secondary-window-service.js +6 -0
  67. package/lib/browser/window/default-secondary-window-service.js.map +1 -1
  68. package/lib/browser/window/secondary-window-service.d.ts +3 -0
  69. package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
  70. package/lib/browser/window/secondary-window-service.js.map +1 -1
  71. package/lib/browser/window/window-title-service.d.ts +6 -0
  72. package/lib/browser/window/window-title-service.d.ts.map +1 -1
  73. package/lib/browser/window/window-title-service.js +12 -1
  74. package/lib/browser/window/window-title-service.js.map +1 -1
  75. package/lib/common/encoding-service.d.ts +1 -0
  76. package/lib/common/encoding-service.d.ts.map +1 -1
  77. package/lib/common/logger-binding.d.ts +3 -0
  78. package/lib/common/logger-binding.d.ts.map +1 -0
  79. package/lib/common/logger-binding.js +36 -0
  80. package/lib/common/logger-binding.js.map +1 -0
  81. package/lib/common/logger-protocol.d.ts +1 -1
  82. package/lib/common/logger-protocol.d.ts.map +1 -1
  83. package/lib/common/logger-protocol.js +3 -1
  84. package/lib/common/logger-protocol.js.map +1 -1
  85. package/lib/common/logger.d.ts +1 -0
  86. package/lib/common/logger.d.ts.map +1 -1
  87. package/lib/common/logger.js +12 -1
  88. package/lib/common/logger.js.map +1 -1
  89. package/lib/common/resource.d.ts +2 -0
  90. package/lib/common/resource.d.ts.map +1 -1
  91. package/lib/common/resource.js +1 -0
  92. package/lib/common/resource.js.map +1 -1
  93. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts +1 -0
  94. package/lib/electron-browser/messaging/electron-local-ws-connection-source.d.ts.map +1 -1
  95. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js +7 -1
  96. package/lib/electron-browser/messaging/electron-local-ws-connection-source.js.map +1 -1
  97. package/lib/electron-browser/window/electron-window-module.d.ts.map +1 -1
  98. package/lib/electron-browser/window/electron-window-module.js +3 -0
  99. package/lib/electron-browser/window/electron-window-module.js.map +1 -1
  100. package/lib/electron-main/electron-main-application.js +12 -13
  101. package/lib/electron-main/electron-main-application.js.map +1 -1
  102. package/lib/electron-main/theia-electron-window.d.ts.map +1 -1
  103. package/lib/electron-main/theia-electron-window.js +11 -3
  104. package/lib/electron-main/theia-electron-window.js.map +1 -1
  105. package/lib/node/console-logger-server.d.ts +5 -1
  106. package/lib/node/console-logger-server.d.ts.map +1 -1
  107. package/lib/node/console-logger-server.js +18 -4
  108. package/lib/node/console-logger-server.js.map +1 -1
  109. package/lib/node/logger-backend-module.d.ts.map +1 -1
  110. package/lib/node/logger-backend-module.js +2 -3
  111. package/lib/node/logger-backend-module.js.map +1 -1
  112. package/lib/node/logger-cli-contribution.d.ts +2 -0
  113. package/lib/node/logger-cli-contribution.d.ts.map +1 -1
  114. package/lib/node/logger-cli-contribution.js +40 -7
  115. package/lib/node/logger-cli-contribution.js.map +1 -1
  116. package/lib/node/messaging/test/test-web-socket-channel.d.ts.map +1 -1
  117. package/lib/node/messaging/test/test-web-socket-channel.js +7 -1
  118. package/lib/node/messaging/test/test-web-socket-channel.js.map +1 -1
  119. package/lib/node/messaging/websocket-endpoint.d.ts +1 -1
  120. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  121. package/package.json +12 -12
  122. package/src/browser/common-frontend-contribution.ts +23 -8
  123. package/src/browser/dialogs.ts +7 -0
  124. package/src/browser/frontend-application-module.ts +2 -1
  125. package/src/browser/hover-service.ts +12 -5
  126. package/src/browser/json-schema-store.ts +35 -1
  127. package/src/browser/keybinding.ts +3 -3
  128. package/src/browser/logger-frontend-module.ts +3 -4
  129. package/src/browser/saveable.ts +3 -0
  130. package/src/browser/secondary-window-handler.ts +1 -0
  131. package/src/browser/shell/application-shell.ts +27 -11
  132. package/src/browser/style/dockpanel.css +10 -0
  133. package/src/browser/test/jsdom.ts +6 -1
  134. package/src/browser/tree/tree-widget.tsx +10 -4
  135. package/src/browser/window/browser-window-module.ts +3 -0
  136. package/src/browser/window/default-secondary-window-service.ts +7 -1
  137. package/src/browser/window/secondary-window-service.ts +3 -0
  138. package/src/browser/window/window-title-service.ts +14 -1
  139. package/src/common/logger-binding.ts +34 -0
  140. package/src/common/logger-protocol.ts +4 -2
  141. package/src/common/logger.ts +10 -1
  142. package/src/common/resource.ts +4 -0
  143. package/src/electron-browser/messaging/electron-local-ws-connection-source.ts +5 -0
  144. package/src/electron-browser/window/electron-window-module.ts +3 -0
  145. package/src/electron-main/electron-main-application.ts +10 -10
  146. package/src/electron-main/theia-electron-window.ts +11 -3
  147. package/src/node/console-logger-server.ts +22 -2
  148. package/src/node/logger-backend-module.ts +3 -4
  149. package/src/node/logger-cli-contribution.ts +43 -7
  150. 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://raw.githubusercontent.com/devantler/ksail/refs/heads/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",
@@ -4856,6 +5024,12 @@
4856
5024
  "fileMatch": ["*.sprite"],
4857
5025
  "url": "https://json.schemastore.org/sprite.json"
4858
5026
  },
5027
+ {
5028
+ "name": "SPDX 2.3",
5029
+ "description": "System Package Data Exchange (SPDX) definition",
5030
+ "fileMatch": ["*.spdx.json", "*.spdx.yaml", "*.spdx.yml"],
5031
+ "url": "https://raw.githubusercontent.com/spdx/spdx-spec/refs/tags/v2.3/schemas/spdx-schema.json"
5032
+ },
4859
5033
  {
4860
5034
  "name": "sqlc configuration",
4861
5035
  "description": "Configuration file for sqlc v2",
@@ -4954,6 +5128,16 @@
4954
5128
  "fileMatch": ["swagger.json"],
4955
5129
  "url": "https://json.schemastore.org/swagger-2.0.json"
4956
5130
  },
5131
+ {
5132
+ "name": "Synadia Connect Component",
5133
+ "description": "Synadia Connect component definition",
5134
+ "fileMatch": [
5135
+ "**/.connect/scanners/*.yml",
5136
+ "**/.connect/sources/*.yml",
5137
+ "**/.connect/sinks/*.yml"
5138
+ ],
5139
+ "url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
5140
+ },
4957
5141
  {
4958
5142
  "name": "task.json",
4959
5143
  "description": "VSCode Task file",
@@ -5069,6 +5253,16 @@
5069
5253
  "description": "Traefik v2 Dynamic Configuration File Provider",
5070
5254
  "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5071
5255
  },
5256
+ {
5257
+ "name": "Traefik v3",
5258
+ "description": "Traefik v3 YAML configuration file",
5259
+ "url": "https://json.schemastore.org/traefik-v3.json"
5260
+ },
5261
+ {
5262
+ "name": "Traefik v3 File Provider",
5263
+ "description": "Traefik v3 Dynamic Configuration File Provider",
5264
+ "url": "https://json.schemastore.org/traefik-v3-file-provider.json"
5265
+ },
5072
5266
  {
5073
5267
  "name": "transcend.yml",
5074
5268
  "description": "Define personal data in code using Transcend",
@@ -5273,7 +5467,7 @@
5273
5467
  "name": "Vela Pipeline Configuration",
5274
5468
  "description": "Vela Pipeline Configuration File",
5275
5469
  "fileMatch": [".vela.yml", ".vela.yaml"],
5276
- "url": "https://github.com/go-vela/types/releases/latest/download/schema.json"
5470
+ "url": "https://github.com/go-vela/server/releases/latest/download/schema.json"
5277
5471
  },
5278
5472
  {
5279
5473
  "name": "venvironment.yaml",
@@ -5672,6 +5866,12 @@
5672
5866
  "fileMatch": [".httpmockrc", ".httpmock.json"],
5673
5867
  "url": "https://json.schemastore.org/httpmockrc.json"
5674
5868
  },
5869
+ {
5870
+ "name": "nitro.json",
5871
+ "description": "Nitro Modules configuration file. Documentation: https://margelo.nitro.com",
5872
+ "fileMatch": [],
5873
+ "url": "https://nitro.margelo.com/nitro.schema.json"
5874
+ },
5675
5875
  {
5676
5876
  "name": "neoload",
5677
5877
  "description": "Neotys as-code load test specification. Documentation: https://github.com/Neotys-Labs/neoload-cli",
@@ -5865,7 +6065,7 @@
5865
6065
  "name": "Gradle Enterprise",
5866
6066
  "description": "Gradle Enterprise configuration",
5867
6067
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
5868
- "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-10.json",
6068
+ "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-11.json",
5869
6069
  "versions": {
5870
6070
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
5871
6071
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -5876,7 +6076,8 @@
5876
6076
  "7.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-7.json",
5877
6077
  "8.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-8.json",
5878
6078
  "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"
6079
+ "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
6080
+ "11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json"
5880
6081
  }
5881
6082
  },
5882
6083
  {
@@ -5917,7 +6118,7 @@
5917
6118
  "name": "swcrc",
5918
6119
  "description": "swc configuration files",
5919
6120
  "fileMatch": [".swcrc"],
5920
- "url": "https://json.schemastore.org/swcrc.json"
6121
+ "url": "https://swc.rs/schema.json"
5921
6122
  },
5922
6123
  {
5923
6124
  "name": "OpenWeather Road Risk API",
@@ -6204,13 +6405,13 @@
6204
6405
  "name": "Shopware CLI Extension Store Configuration",
6205
6406
  "description": "Shopware CLI Extension Store Configuration",
6206
6407
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
6207
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
6408
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/extension/shopware-extension-schema.json"
6208
6409
  },
6209
6410
  {
6210
6411
  "name": "Shopware CLI Project Store Configuration",
6211
6412
  "description": "Shopware CLI Project Store Configuration",
6212
6413
  "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
6213
- "url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json"
6414
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shop/shopware-project-schema.json"
6214
6415
  },
6215
6416
  {
6216
6417
  "name": "Qodana",
@@ -6439,7 +6640,7 @@
6439
6640
  "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
6440
6641
  },
6441
6642
  {
6442
- "name": "KoDE/CI build.yaml",
6643
+ "name": "KODE/CI build.yaml",
6443
6644
  "description": "yaml kode/ci build",
6444
6645
  "fileMatch": ["**/.kode/*.yaml"],
6445
6646
  "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
@@ -6827,10 +7028,10 @@
6827
7028
  "url": "https://json.schemastore.org/glazewm.json"
6828
7029
  },
6829
7030
  {
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"
7031
+ "name": "CGS Card Game Specification (cgs.json)",
7032
+ "description": "Card Game Simulator (CGS) Card Game Specification",
7033
+ "fileMatch": ["cgs.json"],
7034
+ "url": "https://www.cardgamesimulator.com/schema/cgs.json"
6834
7035
  },
6835
7036
  {
6836
7037
  "name": "Custom Machinery Machine",
@@ -6902,12 +7103,6 @@
6902
7103
  "fileMatch": ["*.ksy"],
6903
7104
  "url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json"
6904
7105
  },
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
7106
  {
6912
7107
  "name": "Cloud Foundry Application Manifest",
6913
7108
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
@@ -7042,18 +7237,22 @@
7042
7237
  "name": "CRS WAF test file",
7043
7238
  "description": "Definition of a test for verifying WAF behavior",
7044
7239
  "fileMatch": ["*.waft", ".waft.yaml", ".waft.yml"],
7045
- "url": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.1.0/waf-tests-schema-v2.1.0.json",
7240
+ "url": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.2.0/waf-tests-schema-v2.2.0.json",
7046
7241
  "versions": {
7047
- "2.1.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.1.0/waf-tests-schema-v2.1.0.json"
7242
+ "2.0.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.0.0/waf-tests-schema-v2.0.0.json",
7243
+ "2.1.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.1.0/waf-tests-schema-v2.1.0.json",
7244
+ "2.2.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/main/spec/v2.2.0/waf-tests-schema-v2.2.0.json"
7048
7245
  }
7049
7246
  },
7050
7247
  {
7051
7248
  "name": "CRS WAF test platform overrides file",
7052
7249
  "description": "Definition of platform specific overrides for WAF tests",
7053
7250
  "fileMatch": ["*.wafto", ".wafto.yaml", ".wafto.yml"],
7054
- "url": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.1.0/waf-platform-overrides-schema-v2.1.0.json",
7251
+ "url": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.2.0/waf-platform-overrides-schema-v2.2.0.json",
7055
7252
  "versions": {
7056
- "2.1.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.1.0/waf-platform-overrides-schema-v2.1.0.json"
7253
+ "2.0.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.0.0/waf-platform-overrides-schema-v2.0.0.json",
7254
+ "2.1.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.1.0/waf-platform-overrides-schema-v2.1.0.json",
7255
+ "2.2.0": "https://raw.githubusercontent.com/coreruleset/ftw-tests-schema/master/spec/v2.2.0/waf-platform-overrides-schema-v2.2.0.json"
7057
7256
  }
7058
7257
  },
7059
7258
  {
@@ -7190,6 +7389,124 @@
7190
7389
  "description": "An encoding workflow from a single configuration template",
7191
7390
  "fileMatch": ["*.bitmovin.json", "*.bitmovin.yml", "*.bitmovin.yaml"],
7192
7391
  "url": "https://raw.githubusercontent.com/bitmovin/bitmovin-api-sdk-examples/main/bitmovin-encoding-template.json"
7392
+ },
7393
+ {
7394
+ "name": "dtool dataset metadata",
7395
+ "description": "Metadata attached to a dtool dataset",
7396
+ "fileMatch": [
7397
+ "dtool-dataset.yml",
7398
+ "dtool-dataset.yaml",
7399
+ "dtool-dataset.json"
7400
+ ],
7401
+ "url": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json",
7402
+ "versions": {
7403
+ "v1.0": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
7404
+ }
7405
+ },
7406
+ {
7407
+ "name": "pnpm Workspace (pnpm-workspace.yaml)",
7408
+ "description": "Workspace file for pnpm",
7409
+ "fileMatch": ["pnpm-workspace.yaml"],
7410
+ "url": "https://json.schemastore.org/pnpm-workspace.json"
7411
+ },
7412
+ {
7413
+ "name": "Chamaleon template",
7414
+ "description": "Chamaleon template",
7415
+ "fileMatch": ["template.chamaleon.json"],
7416
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/template-schema.json"
7417
+ },
7418
+ {
7419
+ "name": "Chamaleon environment",
7420
+ "description": "Chamaleon environment",
7421
+ "fileMatch": ["*.environment.chamaleon.json"],
7422
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/environment-schema.json"
7423
+ },
7424
+ {
7425
+ "name": "Chamaleon properties",
7426
+ "description": "Chamaleon properties",
7427
+ "fileMatch": ["properties.chamaleon.json"],
7428
+ "url": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/properties-schema.json"
7429
+ },
7430
+ {
7431
+ "name": "ctfd-setup configuration file",
7432
+ "description": "CTFer.io ctfd-setup utility configuration file",
7433
+ "fileMatch": [".ctfd.yaml"],
7434
+ "url": "https://json.schemastore.org/ctfd.json"
7435
+ },
7436
+ {
7437
+ "name": "AMX Muse Program Descriptor",
7438
+ "description": "A MUSE program descriptor file",
7439
+ "fileMatch": [],
7440
+ "url": "https://json.schemastore.org/amx-muse.json"
7441
+ },
7442
+ {
7443
+ "name": "DonateCaseBetterCasino menu",
7444
+ "description": "Configuration file for dcbc addon menus",
7445
+ "fileMatch": ["*dcbc.yml", "*dcbc.yaml"],
7446
+ "url": "https://raw.githubusercontent.com/Jodexx/DCBetterCasinoMenuSchema/refs/heads/main/schema.json"
7447
+ },
7448
+ {
7449
+ "name": "gematik health care patient list",
7450
+ "description": "A list of health care patients in german telemedicine",
7451
+ "fileMatch": [
7452
+ "**/testdata/patient/patients.yml",
7453
+ "**/testdata/patient/patients.yaml"
7454
+ ],
7455
+ "url": "https://json.schemastore.org/gematik-test-patients.json"
7456
+ },
7457
+ {
7458
+ "name": "gematik health care provider list",
7459
+ "description": "A list of health care providers in german telemedicine",
7460
+ "fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
7461
+ "url": "https://json.schemastore.org/gematik-test-hcps.json"
7462
+ },
7463
+ {
7464
+ "name": "gematik health care provider institution list",
7465
+ "description": "A list of health care provider institutions in german telemedicine",
7466
+ "fileMatch": [
7467
+ "**/testdata/institution/hcpi.yml",
7468
+ "**/testdata/institution/hcpi.yaml"
7469
+ ],
7470
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7471
+ },
7472
+ {
7473
+ "name": "gematik health care insurance list",
7474
+ "description": "A list of health care insurances in german telemedicine",
7475
+ "fileMatch": [
7476
+ "**/testdata/insurance/insurance.yml",
7477
+ "**/testdata/insurance/insurance.yaml"
7478
+ ],
7479
+ "url": "https://json.schemastore.org/gematik-test-hcpis.json"
7480
+ },
7481
+ {
7482
+ "name": "gematik tiger test environment configuration",
7483
+ "description": "A configuration file for the test environment of the gematik Tiger test platform",
7484
+ "fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
7485
+ "url": "https://json.schemastore.org/gematik-tiger.json"
7486
+ },
7487
+ {
7488
+ "name": "Tugboat QA config.yml",
7489
+ "description": "Configuration file for Tugboat QA",
7490
+ "fileMatch": ["**/.tugboat/config.yml"],
7491
+ "url": "https://raw.githubusercontent.com/TugboatQA/docs/refs/heads/main/static/config-schema.json"
7492
+ },
7493
+ {
7494
+ "name": "C4InterFlow",
7495
+ "description": "C4InterFlow Architecture as Code file",
7496
+ "fileMatch": ["**/*.c4interflow.yaml", "**/*.c4interflow.json"],
7497
+ "url": "https://raw.githubusercontent.com/SlavaVedernikov/C4InterFlow/refs/heads/master/C4InterFlow/schema.json"
7498
+ },
7499
+ {
7500
+ "name": "Wake",
7501
+ "description": "Wake - development, testing, and static analysis framework for Solidity",
7502
+ "fileMatch": ["**/*wake.toml", "**/*.wake.toml"],
7503
+ "url": "https://raw.githubusercontent.com/Ackee-Blockchain/wake/refs/heads/main/docs/wake-schema.json"
7504
+ },
7505
+ {
7506
+ "name": "Trident",
7507
+ "description": "Trident - Rust-based fuzzing framework for Solana programs to help ship secure code",
7508
+ "fileMatch": ["**/*Trident.toml", "**/*.Trident.toml"],
7509
+ "url": "https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json"
7193
7510
  }
7194
7511
  ]
7195
7512
  }