@theia/core 1.73.0-next.9 → 1.74.0-next.0

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 (259) hide show
  1. package/README.md +26 -16
  2. package/i18n/nls.cs.json +268 -36
  3. package/i18n/nls.de.json +268 -36
  4. package/i18n/nls.es.json +268 -36
  5. package/i18n/nls.fr.json +268 -36
  6. package/i18n/nls.hu.json +268 -36
  7. package/i18n/nls.it.json +268 -36
  8. package/i18n/nls.ja.json +268 -36
  9. package/i18n/nls.json +268 -36
  10. package/i18n/nls.ko.json +268 -36
  11. package/i18n/nls.pl.json +268 -36
  12. package/i18n/nls.pt-br.json +268 -36
  13. package/i18n/nls.ru.json +268 -36
  14. package/i18n/nls.tr.json +268 -36
  15. package/i18n/nls.zh-cn.json +268 -36
  16. package/i18n/nls.zh-tw.json +268 -36
  17. package/lib/browser/authentication-service.d.ts +2 -0
  18. package/lib/browser/authentication-service.d.ts.map +1 -1
  19. package/lib/browser/authentication-service.js +8 -2
  20. package/lib/browser/authentication-service.js.map +1 -1
  21. package/lib/browser/catalog.json +269 -72
  22. package/lib/browser/frontend-application.d.ts +2 -0
  23. package/lib/browser/frontend-application.d.ts.map +1 -1
  24. package/lib/browser/frontend-application.js +15 -9
  25. package/lib/browser/frontend-application.js.map +1 -1
  26. package/lib/browser/json-schema-store.d.ts +2 -0
  27. package/lib/browser/json-schema-store.d.ts.map +1 -1
  28. package/lib/browser/json-schema-store.js +8 -2
  29. package/lib/browser/json-schema-store.js.map +1 -1
  30. package/lib/browser/keybinding.js +2 -1
  31. package/lib/browser/keybinding.js.map +1 -1
  32. package/lib/browser/markdown-rendering/markdown.d.ts +1 -1
  33. package/lib/browser/markdown-rendering/markdown.d.ts.map +1 -1
  34. package/lib/browser/markdown-rendering/markdown.js +1 -1
  35. package/lib/browser/markdown-rendering/markdown.js.map +1 -1
  36. package/lib/browser/menu/composite-menu-node.js +4 -4
  37. package/lib/browser/menu/composite-menu-node.js.map +1 -1
  38. package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
  39. package/lib/browser/messaging/ws-connection-source.js +1 -6
  40. package/lib/browser/messaging/ws-connection-source.js.map +1 -1
  41. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
  42. package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
  43. package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
  44. package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
  45. package/lib/browser/preferences/preference-proxy.spec.js +7 -0
  46. package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
  47. package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
  48. package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
  49. package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
  50. package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
  51. package/lib/browser/preferences/preference-validation-service.js +11 -5
  52. package/lib/browser/preferences/preference-validation-service.js.map +1 -1
  53. package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
  54. package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
  55. package/lib/browser/secondary-window-handler.d.ts +2 -0
  56. package/lib/browser/secondary-window-handler.d.ts.map +1 -1
  57. package/lib/browser/secondary-window-handler.js +12 -6
  58. package/lib/browser/secondary-window-handler.js.map +1 -1
  59. package/lib/browser/shell/application-shell.d.ts +2 -0
  60. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  61. package/lib/browser/shell/application-shell.js +9 -3
  62. package/lib/browser/shell/application-shell.js.map +1 -1
  63. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +6 -6
  64. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
  65. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +2 -2
  66. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
  67. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +131 -0
  68. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
  69. package/lib/browser/status-bar/status-bar.d.ts +2 -2
  70. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  71. package/lib/browser/status-bar/status-bar.js.map +1 -1
  72. package/lib/browser/test/jsdom.d.ts +4 -0
  73. package/lib/browser/test/jsdom.d.ts.map +1 -1
  74. package/lib/browser/test/jsdom.js +18 -0
  75. package/lib/browser/test/jsdom.js.map +1 -1
  76. package/lib/browser/tree/tree-container.spec.js +4 -0
  77. package/lib/browser/tree/tree-container.spec.js.map +1 -1
  78. package/lib/browser/tree/tree-model.d.ts +1 -0
  79. package/lib/browser/tree/tree-model.d.ts.map +1 -1
  80. package/lib/browser/tree/tree-model.js +3 -0
  81. package/lib/browser/tree/tree-model.js.map +1 -1
  82. package/lib/browser/tree/tree-view-welcome-widget.d.ts +1 -0
  83. package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
  84. package/lib/browser/tree/tree-view-welcome-widget.js +8 -6
  85. package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
  86. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts +2 -0
  87. package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts.map +1 -0
  88. package/lib/browser/tree/tree-view-welcome-widget.spec.js +68 -0
  89. package/lib/browser/tree/tree-view-welcome-widget.spec.js.map +1 -0
  90. package/lib/browser/tree/tree-widget.js +2 -2
  91. package/lib/browser/tree/tree-widget.js.map +1 -1
  92. package/lib/browser/tree/tree.d.ts +24 -2
  93. package/lib/browser/tree/tree.d.ts.map +1 -1
  94. package/lib/browser/tree/tree.js +20 -2
  95. package/lib/browser/tree/tree.js.map +1 -1
  96. package/lib/browser/tree/tree.spec.js +27 -0
  97. package/lib/browser/tree/tree.spec.js.map +1 -1
  98. package/lib/browser/window/default-window-service.d.ts +2 -1
  99. package/lib/browser/window/default-window-service.d.ts.map +1 -1
  100. package/lib/browser/window/default-window-service.js +10 -5
  101. package/lib/browser/window/default-window-service.js.map +1 -1
  102. package/lib/browser/window/default-window-service.spec.js +2 -0
  103. package/lib/browser/window/default-window-service.spec.js.map +1 -1
  104. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
  105. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  106. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
  107. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  108. package/lib/common/command.d.ts +2 -0
  109. package/lib/common/command.d.ts.map +1 -1
  110. package/lib/common/command.js +10 -4
  111. package/lib/common/command.js.map +1 -1
  112. package/lib/common/preferences/injectable-preference-proxy.d.ts +3 -3
  113. package/lib/common/preferences/injectable-preference-proxy.d.ts.map +1 -1
  114. package/lib/common/preferences/injectable-preference-proxy.js +6 -1
  115. package/lib/common/preferences/injectable-preference-proxy.js.map +1 -1
  116. package/lib/common/preferences/preference-proxy.d.ts.map +1 -1
  117. package/lib/common/preferences/preference-proxy.js +6 -1
  118. package/lib/common/preferences/preference-proxy.js.map +1 -1
  119. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  120. package/lib/electron-main/electron-main-application.js +4 -2
  121. package/lib/electron-main/electron-main-application.js.map +1 -1
  122. package/lib/electron-node/hosting/electron-ws-origin-validator.d.ts.map +1 -1
  123. package/lib/electron-node/hosting/electron-ws-origin-validator.js +5 -2
  124. package/lib/electron-node/hosting/electron-ws-origin-validator.js.map +1 -1
  125. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts +2 -0
  126. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts.map +1 -0
  127. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js +59 -0
  128. package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js.map +1 -0
  129. package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
  130. package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
  131. package/lib/electron-node/request/electron-backend-request-service.js +7 -1
  132. package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
  133. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
  134. package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
  135. package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
  136. package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
  137. package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
  138. package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
  139. package/lib/electron-node/token/electron-token-validator.js +7 -1
  140. package/lib/electron-node/token/electron-token-validator.js.map +1 -1
  141. package/lib/node/backend-application-module.d.ts.map +1 -1
  142. package/lib/node/backend-application-module.js +2 -0
  143. package/lib/node/backend-application-module.js.map +1 -1
  144. package/lib/node/backend-application.d.ts +11 -0
  145. package/lib/node/backend-application.d.ts.map +1 -1
  146. package/lib/node/backend-application.js +40 -12
  147. package/lib/node/backend-application.js.map +1 -1
  148. package/lib/node/backend-application.spec.js +4 -2
  149. package/lib/node/backend-application.spec.js.map +1 -1
  150. package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
  151. package/lib/node/hosting/backend-hosting-module.js +7 -0
  152. package/lib/node/hosting/backend-hosting-module.js.map +1 -1
  153. package/lib/node/hosting/browser-connection-token.d.ts +46 -0
  154. package/lib/node/hosting/browser-connection-token.d.ts.map +1 -0
  155. package/lib/node/hosting/browser-connection-token.js +120 -0
  156. package/lib/node/hosting/browser-connection-token.js.map +1 -0
  157. package/lib/node/hosting/browser-connection-token.spec.d.ts +2 -0
  158. package/lib/node/hosting/browser-connection-token.spec.d.ts.map +1 -0
  159. package/lib/node/hosting/browser-connection-token.spec.js +128 -0
  160. package/lib/node/hosting/browser-connection-token.spec.js.map +1 -0
  161. package/lib/node/hosting/ws-origin-validator.d.ts.map +1 -1
  162. package/lib/node/hosting/ws-origin-validator.js +21 -4
  163. package/lib/node/hosting/ws-origin-validator.js.map +1 -1
  164. package/lib/node/hosting/ws-origin-validator.spec.d.ts +2 -0
  165. package/lib/node/hosting/ws-origin-validator.spec.d.ts.map +1 -0
  166. package/lib/node/hosting/ws-origin-validator.spec.js +131 -0
  167. package/lib/node/hosting/ws-origin-validator.spec.js.map +1 -0
  168. package/lib/node/index.d.ts +1 -0
  169. package/lib/node/index.d.ts.map +1 -1
  170. package/lib/node/index.js +3 -1
  171. package/lib/node/index.js.map +1 -1
  172. package/lib/node/logger-cli-contribution.d.ts +6 -0
  173. package/lib/node/logger-cli-contribution.d.ts.map +1 -1
  174. package/lib/node/logger-cli-contribution.js +28 -5
  175. package/lib/node/logger-cli-contribution.js.map +1 -1
  176. package/lib/node/logger-cli-contribution.spec.js +54 -0
  177. package/lib/node/logger-cli-contribution.spec.js.map +1 -1
  178. package/lib/node/messaging/default-messaging-service.d.ts +2 -0
  179. package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
  180. package/lib/node/messaging/default-messaging-service.js +8 -2
  181. package/lib/node/messaging/default-messaging-service.js.map +1 -1
  182. package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
  183. package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
  184. package/lib/node/messaging/websocket-endpoint.d.ts +7 -0
  185. package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
  186. package/lib/node/messaging/websocket-endpoint.js +21 -6
  187. package/lib/node/messaging/websocket-endpoint.js.map +1 -1
  188. package/lib/node/process-utils.d.ts +2 -0
  189. package/lib/node/process-utils.d.ts.map +1 -1
  190. package/lib/node/process-utils.js +8 -2
  191. package/lib/node/process-utils.js.map +1 -1
  192. package/lib/node/process-utils.spec.js +11 -9
  193. package/lib/node/process-utils.spec.js.map +1 -1
  194. package/lib/node/request/backend-request-facade.d.ts +19 -0
  195. package/lib/node/request/backend-request-facade.d.ts.map +1 -1
  196. package/lib/node/request/backend-request-facade.js +93 -3
  197. package/lib/node/request/backend-request-facade.js.map +1 -1
  198. package/lib/node/request/backend-request-facade.spec.d.ts +2 -0
  199. package/lib/node/request/backend-request-facade.spec.d.ts.map +1 -0
  200. package/lib/node/request/backend-request-facade.spec.js +171 -0
  201. package/lib/node/request/backend-request-facade.spec.js.map +1 -0
  202. package/package.json +29 -20
  203. package/src/browser/authentication-service.ts +6 -3
  204. package/src/browser/frontend-application.ts +13 -9
  205. package/src/browser/json-schema-store.ts +6 -2
  206. package/src/browser/keybinding.ts +2 -2
  207. package/src/browser/markdown-rendering/markdown.tsx +2 -2
  208. package/src/browser/menu/composite-menu-node.ts +4 -4
  209. package/src/browser/messaging/ws-connection-source.ts +1 -6
  210. package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
  211. package/src/browser/preferences/preference-proxy.spec.ts +8 -0
  212. package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
  213. package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
  214. package/src/browser/preferences/preference-validation-service.ts +9 -6
  215. package/src/browser/secondary-window-handler.ts +11 -7
  216. package/src/browser/shell/application-shell.ts +8 -4
  217. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +6 -6
  218. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +2 -2
  219. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +159 -1
  220. package/src/browser/status-bar/status-bar.tsx +3 -3
  221. package/src/browser/test/jsdom.ts +18 -0
  222. package/src/browser/tree/tree-container.spec.ts +6 -0
  223. package/src/browser/tree/tree-model.ts +4 -0
  224. package/src/browser/tree/tree-view-welcome-widget.spec.ts +82 -0
  225. package/src/browser/tree/tree-view-welcome-widget.tsx +10 -11
  226. package/src/browser/tree/tree-widget.tsx +2 -2
  227. package/src/browser/tree/tree.spec.ts +30 -0
  228. package/src/browser/tree/tree.ts +31 -4
  229. package/src/browser/window/default-window-service.spec.ts +3 -1
  230. package/src/browser/window/default-window-service.ts +9 -6
  231. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
  232. package/src/common/command.ts +8 -4
  233. package/src/common/i18n/nls.metadata.json +2659 -374
  234. package/src/common/preferences/injectable-preference-proxy.ts +10 -4
  235. package/src/common/preferences/preference-proxy.ts +10 -4
  236. package/src/electron-main/electron-main-application.ts +4 -2
  237. package/src/electron-node/hosting/electron-ws-origin-validator.spec.ts +69 -0
  238. package/src/electron-node/hosting/electron-ws-origin-validator.ts +5 -2
  239. package/src/electron-node/request/electron-backend-request-service.ts +6 -2
  240. package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
  241. package/src/electron-node/token/electron-token-validator.ts +6 -2
  242. package/src/node/backend-application-module.ts +4 -2
  243. package/src/node/backend-application.spec.ts +5 -3
  244. package/src/node/backend-application.ts +33 -11
  245. package/src/node/hosting/backend-hosting-module.ts +10 -0
  246. package/src/node/hosting/browser-connection-token.spec.ts +167 -0
  247. package/src/node/hosting/browser-connection-token.ts +126 -0
  248. package/src/node/hosting/ws-origin-validator.spec.ts +193 -0
  249. package/src/node/hosting/ws-origin-validator.ts +23 -4
  250. package/src/node/index.ts +1 -0
  251. package/src/node/logger-cli-contribution.spec.ts +65 -0
  252. package/src/node/logger-cli-contribution.ts +32 -5
  253. package/src/node/messaging/default-messaging-service.ts +6 -2
  254. package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
  255. package/src/node/messaging/websocket-endpoint.ts +23 -7
  256. package/src/node/process-utils.spec.ts +12 -9
  257. package/src/node/process-utils.ts +7 -3
  258. package/src/node/request/backend-request-facade.spec.ts +203 -0
  259. package/src/node/request/backend-request-facade.ts +108 -3
@@ -2,6 +2,18 @@
2
2
  "$schema": "https://www.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "Burnless SRE config",
7
+ "description": "Burnless sre.yaml \u2014 SLOs, error budgets, runbooks, on-call, and dashboards as code",
8
+ "fileMatch": ["sre.yaml", "sre.yml"],
9
+ "url": "https://raw.githubusercontent.com/Custos-com/Burnless/main/schema/sre.schema.json"
10
+ },
11
+ {
12
+ "name": "SigmaCV CV",
13
+ "description": "SigmaCV canonical academic-CV object \u2014 open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
14
+ "fileMatch": ["**/*.sigmacv.json"],
15
+ "url": "https://www.schemastore.org/sigmacv.json"
16
+ },
5
17
  {
6
18
  "name": "revola.json",
7
19
  "description": "Configuration file for Revola",
@@ -64,7 +76,9 @@
64
76
  "fileMatch": [
65
77
  ".platform.app.yml",
66
78
  ".platform.app.yaml",
67
- "**/.platform.app.yml"
79
+ "**/.platform.app.yml",
80
+ "**/.platform/applications.yml",
81
+ "**/.platform/applications.yaml"
68
82
  ],
69
83
  "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
70
84
  },
@@ -199,7 +213,7 @@
199
213
  "name": ".aiproj.json",
200
214
  "description": "Settings for project analysis by the Application Inspector",
201
215
  "fileMatch": [".aiproj.json"],
202
- "url": "https://www.schemastore.org/aiproj-1.9.json",
216
+ "url": "https://www.schemastore.org/aiproj-1.10.json",
203
217
  "versions": {
204
218
  "1.0": "https://www.schemastore.org/aiproj-1.0.json",
205
219
  "1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -210,40 +224,43 @@
210
224
  "1.6": "https://www.schemastore.org/aiproj-1.6.json",
211
225
  "1.7": "https://www.schemastore.org/aiproj-1.7.json",
212
226
  "1.8": "https://www.schemastore.org/aiproj-1.8.json",
213
- "1.9": "https://www.schemastore.org/aiproj-1.9.json"
227
+ "1.9": "https://www.schemastore.org/aiproj-1.9.json",
228
+ "1.10": "https://www.schemastore.org/aiproj-1.10.json"
214
229
  }
215
230
  },
216
231
  {
217
232
  "name": "ABCInventoryModuleData",
218
233
  "description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
219
234
  "fileMatch": ["abc-inventory-module-data-*.json"],
220
- "url": "https://www.schemastore.org/abc-inventory-module-data-5.2.0.json",
235
+ "url": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json",
221
236
  "versions": {
222
237
  "1.0.0": "https://www.schemastore.org/abc-inventory-module-data-1.0.0.json",
223
238
  "2.0.0": "https://www.schemastore.org/abc-inventory-module-data-2.0.0.json",
224
239
  "3.0.0": "https://www.schemastore.org/abc-inventory-module-data-3.0.0.json",
225
240
  "4.0.0": "https://www.schemastore.org/abc-inventory-module-data-4.0.0.json",
226
241
  "5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json",
227
- "5.2.0": "https://www.schemastore.org/abc-inventory-module-data-5.2.0.json"
242
+ "5.2.0": "https://www.schemastore.org/abc-inventory-module-data-5.2.0.json",
243
+ "5.3.0": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json"
228
244
  }
229
245
  },
230
246
  {
231
247
  "name": "ABCClinicalDemandForecast",
232
248
  "description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
233
249
  "fileMatch": ["abc-clinical-demand-forecast-*.json"],
234
- "url": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json",
250
+ "url": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json",
235
251
  "versions": {
236
252
  "1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
237
253
  "2.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-2.0.0.json",
238
254
  "3.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-3.0.0.json",
239
- "4.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json"
255
+ "4.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json",
256
+ "5.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json"
240
257
  }
241
258
  },
242
259
  {
243
260
  "name": "ABCSupplyPlan",
244
261
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
245
262
  "fileMatch": ["abc-supply-plan-*.json"],
246
- "url": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
263
+ "url": "https://www.schemastore.org/abc-supply-plan-14.0.0.json",
247
264
  "versions": {
248
265
  "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
249
266
  "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
@@ -262,7 +279,8 @@
262
279
  "11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
263
280
  "11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
264
281
  "12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
265
- "13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json"
282
+ "13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
283
+ "14.0.0": "https://www.schemastore.org/abc-supply-plan-14.0.0.json"
266
284
  }
267
285
  },
268
286
  {
@@ -301,6 +319,12 @@
301
319
  "fileMatch": [".acp.vars.json"],
302
320
  "url": "https://acp-protocol.dev/schemas/v1/vars.schema.json"
303
321
  },
322
+ {
323
+ "name": "actionlint",
324
+ "description": "Configuration file for actionlint",
325
+ "fileMatch": ["actionlint.yaml", "actionlint.yml"],
326
+ "url": "https://www.schemastore.org/actionlint.json"
327
+ },
304
328
  {
305
329
  "name": "AIConfig",
306
330
  "description": "AIConfig that is used to store generative AI prompts, models and model parameters",
@@ -710,6 +734,8 @@
710
734
  "url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
711
735
  "versions": {
712
736
  "nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
737
+ "0.14.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.14.0/bottom.json",
738
+ "0.13.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.13.0/bottom.json",
713
739
  "0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
714
740
  "0.11": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.11/bottom.json",
715
741
  "0.10": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
@@ -1205,6 +1231,12 @@
1205
1231
  "fileMatch": [".bowerrc"],
1206
1232
  "url": "https://www.schemastore.org/bowerrc.json"
1207
1233
  },
1234
+ {
1235
+ "name": "BOSH BPM Config",
1236
+ "description": "Config for Jobs in BOSH Releases to utilize BPM",
1237
+ "fileMatch": ["**/jobs/*/config/bpm.yml"],
1238
+ "url": "https://www.schemastore.org/bosh-bpm-config.json"
1239
+ },
1208
1240
  {
1209
1241
  "name": "BOSH CPI Config",
1210
1242
  "description": "CPI-specific config for BOSH Director",
@@ -1724,6 +1756,12 @@
1724
1756
  "fileMatch": ["**/debian/upstream/metadata"],
1725
1757
  "url": "https://salsa.debian.org/debian/debian-json-schemas/-/raw/main/schemas/debian-upstream-metadata/debian-upstream-metadata-latest.json"
1726
1758
  },
1759
+ {
1760
+ "name": "DebtLens",
1761
+ "description": "Configuration file for the DebtLens maintainability scanner",
1762
+ "fileMatch": ["debtlens.config.json", ".debtlensrc.json"],
1763
+ "url": "https://raw.githubusercontent.com/ColumbusLabs/DebtLens/main/schema/debtlens.config.schema.json"
1764
+ },
1727
1765
  {
1728
1766
  "name": "Deck config",
1729
1767
  "description": "Deck is a tool for creating presentation using Markdown and Google Slides",
@@ -1887,6 +1925,12 @@
1887
1925
  "fileMatch": ["**/charts/*/tests/*.yaml"],
1888
1926
  "url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
1889
1927
  },
1928
+ {
1929
+ "name": "Hex file",
1930
+ "description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
1931
+ "fileMatch": ["*.hex.yaml"],
1932
+ "url": "https://static.hex.site/hex-file-schema.json"
1933
+ },
1890
1934
  {
1891
1935
  "name": "CircleCI config.yml",
1892
1936
  "description": "CircleCI config files",
@@ -1963,6 +2007,12 @@
1963
2007
  "fileMatch": ["**/.codex/hooks.json"],
1964
2008
  "url": "https://www.schemastore.org/codex-hooks.json"
1965
2009
  },
2010
+ {
2011
+ "name": "Codex Skill Metadata",
2012
+ "description": "OpenAI Codex skill metadata file",
2013
+ "fileMatch": ["**/agents/openai.yaml"],
2014
+ "url": "https://www.schemastore.org/codex-skill-metadata.json"
2015
+ },
1966
2016
  {
1967
2017
  "name": "codemagic",
1968
2018
  "description": "Codemagic CI/CD file configuration",
@@ -1979,7 +2029,13 @@
1979
2029
  "name": "devcontainer.json",
1980
2030
  "description": "dev container configuration files",
1981
2031
  "fileMatch": ["devcontainer.json", ".devcontainer.json"],
1982
- "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
2032
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json"
2033
+ },
2034
+ {
2035
+ "name": "devcontainer-feature.json",
2036
+ "description": "Dev Container Feature metadata files",
2037
+ "fileMatch": ["devcontainer-feature.json"],
2038
+ "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
1983
2039
  },
1984
2040
  {
1985
2041
  "name": "Codecov configuration files",
@@ -2235,6 +2291,17 @@
2235
2291
  "fileMatch": ["coffeelint.json"],
2236
2292
  "url": "https://www.schemastore.org/coffeelint.json"
2237
2293
  },
2294
+ {
2295
+ "name": "commit-check",
2296
+ "description": "Configuration for commit-check, a commit message, branch naming, and push linter",
2297
+ "fileMatch": [
2298
+ "cchk.toml",
2299
+ "commit-check.toml",
2300
+ "**/.github/cchk.toml",
2301
+ "**/.github/commit-check.toml"
2302
+ ],
2303
+ "url": "https://www.schemastore.org/commit-check.json"
2304
+ },
2238
2305
  {
2239
2306
  "name": "committed.toml",
2240
2307
  "description": "committed configuration file",
@@ -2434,8 +2501,13 @@
2434
2501
  },
2435
2502
  {
2436
2503
  "name": "dependabot-v2.json",
2437
- "description": "GitHub Actions' dependabot.yml files",
2438
- "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
2504
+ "description": "Dependabot v2 configuration files",
2505
+ "fileMatch": [
2506
+ "**/.azuredevops/dependabot.yml",
2507
+ "**/.azuredevops/dependabot.yaml",
2508
+ "**/.github/dependabot.yml",
2509
+ "**/.github/dependabot.yaml"
2510
+ ],
2439
2511
  "url": "https://www.schemastore.org/dependabot-2.0.json"
2440
2512
  },
2441
2513
  {
@@ -2713,11 +2785,12 @@
2713
2785
  "**/src/main/resources/apis/*/*.yaml",
2714
2786
  "**/src/main/resources/apis/*/*.yml"
2715
2787
  ],
2716
- "url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2788
+ "url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2717
2789
  "versions": {
2718
- "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2790
+ "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2719
2791
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2720
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json"
2792
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2793
+ "8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
2721
2794
  }
2722
2795
  },
2723
2796
  {
@@ -2727,11 +2800,12 @@
2727
2800
  "**/src/main/resources/admin/extensions/*/*.yaml",
2728
2801
  "**/src/main/resources/admin/extensions/*/*.yml"
2729
2802
  ],
2730
- "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2803
+ "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2731
2804
  "versions": {
2732
- "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2805
+ "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2733
2806
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2734
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json"
2807
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2808
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
2735
2809
  }
2736
2810
  },
2737
2811
  {
@@ -2741,11 +2815,12 @@
2741
2815
  "**/src/main/resources/admin/tools/*/*.yaml",
2742
2816
  "**/src/main/resources/admin/tools/*/*.yml"
2743
2817
  ],
2744
- "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2818
+ "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2745
2819
  "versions": {
2746
- "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2820
+ "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2747
2821
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2748
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json"
2822
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2823
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
2749
2824
  }
2750
2825
  },
2751
2826
  {
@@ -2755,11 +2830,12 @@
2755
2830
  "**/src/main/resources/enonic.yaml",
2756
2831
  "**/src/main/resources/enonic.yml"
2757
2832
  ],
2758
- "url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2833
+ "url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2759
2834
  "versions": {
2760
- "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2835
+ "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2761
2836
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2762
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json"
2837
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2838
+ "8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
2763
2839
  }
2764
2840
  },
2765
2841
  {
@@ -2769,11 +2845,12 @@
2769
2845
  "**/src/main/resources/cms/cms.yaml",
2770
2846
  "**/src/main/resources/cms/cms.yml"
2771
2847
  ],
2772
- "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2848
+ "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2773
2849
  "versions": {
2774
- "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2850
+ "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2775
2851
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2776
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json"
2852
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2853
+ "8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
2777
2854
  }
2778
2855
  },
2779
2856
  {
@@ -2783,11 +2860,12 @@
2783
2860
  "**/src/main/resources/cms/content-types/*/*.yaml",
2784
2861
  "**/src/main/resources/cms/content-types/*/*.yml"
2785
2862
  ],
2786
- "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2863
+ "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2787
2864
  "versions": {
2788
- "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2865
+ "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2789
2866
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2790
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json"
2867
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2868
+ "8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
2791
2869
  }
2792
2870
  },
2793
2871
  {
@@ -2797,11 +2875,12 @@
2797
2875
  "**/src/main/resources/cms/form-fragments/*/*.yaml",
2798
2876
  "**/src/main/resources/cms/form-fragments/*/*.yml"
2799
2877
  ],
2800
- "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2878
+ "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2801
2879
  "versions": {
2802
- "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2880
+ "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2803
2881
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2804
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json"
2882
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2883
+ "8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
2805
2884
  }
2806
2885
  },
2807
2886
  {
@@ -2811,11 +2890,12 @@
2811
2890
  "**/src/main/resources/idprovider/idprovider.yaml",
2812
2891
  "**/src/main/resources/idprovider/idprovider.yml"
2813
2892
  ],
2814
- "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2893
+ "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2815
2894
  "versions": {
2816
- "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2895
+ "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2817
2896
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2818
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json"
2897
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2898
+ "8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
2819
2899
  }
2820
2900
  },
2821
2901
  {
@@ -2825,11 +2905,12 @@
2825
2905
  "**/src/main/resources/cms/layouts/*/*.yaml",
2826
2906
  "**/src/main/resources/cms/layouts/*/*.yml"
2827
2907
  ],
2828
- "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2908
+ "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2829
2909
  "versions": {
2830
- "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2910
+ "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2831
2911
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2832
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json"
2912
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2913
+ "8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
2833
2914
  }
2834
2915
  },
2835
2916
  {
@@ -2839,11 +2920,12 @@
2839
2920
  "**/src/main/resources/cms/macros/*/*.yaml",
2840
2921
  "**/src/main/resources/cms/macros/*/*.yml"
2841
2922
  ],
2842
- "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2923
+ "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2843
2924
  "versions": {
2844
- "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2925
+ "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2845
2926
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2846
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json"
2927
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2928
+ "8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
2847
2929
  }
2848
2930
  },
2849
2931
  {
@@ -2853,11 +2935,12 @@
2853
2935
  "**/src/main/resources/cms/mixins/*/*.yaml",
2854
2936
  "**/src/main/resources/cms/mixins/*/*.yml"
2855
2937
  ],
2856
- "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2938
+ "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2857
2939
  "versions": {
2858
- "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2940
+ "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2859
2941
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2860
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json"
2942
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2943
+ "8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
2861
2944
  }
2862
2945
  },
2863
2946
  {
@@ -2867,11 +2950,12 @@
2867
2950
  "**/src/main/resources/cms/pages/*/*.yaml",
2868
2951
  "**/src/main/resources/cms/pages/*/*.yml"
2869
2952
  ],
2870
- "url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2953
+ "url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2871
2954
  "versions": {
2872
- "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2955
+ "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2873
2956
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2874
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json"
2957
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2958
+ "8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
2875
2959
  }
2876
2960
  },
2877
2961
  {
@@ -2881,11 +2965,12 @@
2881
2965
  "**/src/main/resources/cms/parts/*/*.yaml",
2882
2966
  "**/src/main/resources/cms/parts/*/*.yml"
2883
2967
  ],
2884
- "url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2968
+ "url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2885
2969
  "versions": {
2886
- "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2970
+ "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2887
2971
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2888
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json"
2972
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2973
+ "8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
2889
2974
  }
2890
2975
  },
2891
2976
  {
@@ -2895,11 +2980,12 @@
2895
2980
  "**/src/main/resources/services/*/*.yaml",
2896
2981
  "**/src/main/resources/services/*/*.yml"
2897
2982
  ],
2898
- "url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2983
+ "url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2899
2984
  "versions": {
2900
- "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2985
+ "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2901
2986
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2902
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json"
2987
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2988
+ "8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
2903
2989
  }
2904
2990
  },
2905
2991
  {
@@ -2909,11 +2995,12 @@
2909
2995
  "**/src/main/resources/cms/site.yaml",
2910
2996
  "**/src/main/resources/cms/site.yml"
2911
2997
  ],
2912
- "url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2998
+ "url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2913
2999
  "versions": {
2914
- "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
3000
+ "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2915
3001
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2916
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json"
3002
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
3003
+ "8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
2917
3004
  }
2918
3005
  },
2919
3006
  {
@@ -2923,11 +3010,12 @@
2923
3010
  "**/src/main/resources/cms/style/style.yaml",
2924
3011
  "**/src/main/resources/cms/style/style.yml"
2925
3012
  ],
2926
- "url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
3013
+ "url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2927
3014
  "versions": {
2928
- "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
3015
+ "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2929
3016
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2930
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json"
3017
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
3018
+ "8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
2931
3019
  }
2932
3020
  },
2933
3021
  {
@@ -2937,11 +3025,12 @@
2937
3025
  "**/src/main/resources/tasks/*/*.yaml",
2938
3026
  "**/src/main/resources/tasks/*/*.yml"
2939
3027
  ],
2940
- "url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
3028
+ "url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2941
3029
  "versions": {
2942
- "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
3030
+ "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2943
3031
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2944
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json"
3032
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
3033
+ "8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
2945
3034
  }
2946
3035
  },
2947
3036
  {
@@ -2951,11 +3040,12 @@
2951
3040
  "**/src/main/resources/webapp/webapp.yaml",
2952
3041
  "**/src/main/resources/webapp/webapp.yml"
2953
3042
  ],
2954
- "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3043
+ "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2955
3044
  "versions": {
2956
- "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3045
+ "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2957
3046
  "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2958
- "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json"
3047
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
3048
+ "8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
2959
3049
  }
2960
3050
  },
2961
3051
  {
@@ -3127,6 +3217,12 @@
3127
3217
  ],
3128
3218
  "url": "https://www.schemastore.org/eslintrc.json"
3129
3219
  },
3220
+ {
3221
+ "name": "ESLint Suppressions",
3222
+ "description": "ESLint bulk suppressions file",
3223
+ "fileMatch": ["eslint-suppressions.json"],
3224
+ "url": "https://www.schemastore.org/eslint-suppressions.json"
3225
+ },
3130
3226
  {
3131
3227
  "name": "fabric.mod.json",
3132
3228
  "description": "Metadata file used by the Fabric mod loader",
@@ -3346,6 +3442,19 @@
3346
3442
  ],
3347
3443
  "url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
3348
3444
  },
3445
+ {
3446
+ "name": "Glamour style",
3447
+ "description": "Style configuration for Charmbracelet Glamour and Glow Markdown rendering",
3448
+ "fileMatch": [
3449
+ ".glamour-style.json",
3450
+ "*.glamour-style.json",
3451
+ "*.glamour.json",
3452
+ "*.glow-style.json",
3453
+ "glamour-style.json",
3454
+ "glow-style.json"
3455
+ ],
3456
+ "url": "https://www.schemastore.org/glamour-style.json"
3457
+ },
3349
3458
  {
3350
3459
  "name": "Global Privacy Control",
3351
3460
  "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
@@ -3947,6 +4056,22 @@
3947
4056
  "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
3948
4057
  "url": "https://www.schemastore.org/importmap.json"
3949
4058
  },
4059
+ {
4060
+ "name": "Infinispan Configuration",
4061
+ "description": "Infinispan distributed cache configuration",
4062
+ "fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
4063
+ "url": "https://infinispan.org/schemas/infinispan-config.json"
4064
+ },
4065
+ {
4066
+ "name": "Infinispan Server Configuration",
4067
+ "description": "Infinispan Server configuration",
4068
+ "fileMatch": [
4069
+ "infinispan-server.json",
4070
+ "infinispan-server.yaml",
4071
+ "infinispan-server.yml"
4072
+ ],
4073
+ "url": "https://infinispan.org/schemas/infinispan-server.json"
4074
+ },
3950
4075
  {
3951
4076
  "name": "Infrahub",
3952
4077
  "description": "Repository config definition for Infrahub by OpsMill",
@@ -4760,6 +4885,12 @@
4760
4885
  ],
4761
4886
  "url": "https://www.mock-server.com/schema/expectations.json"
4762
4887
  },
4888
+ {
4889
+ "name": "modelparams.dev Model",
4890
+ "description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
4891
+ "fileMatch": [],
4892
+ "url": "https://www.schemastore.org/modelparams.json"
4893
+ },
4763
4894
  {
4764
4895
  "name": "monospace.yml",
4765
4896
  "description": "MonoSpace configuration file",
@@ -4878,6 +5009,24 @@
4878
5009
  "fileMatch": ["**/nextest/config.toml"],
4879
5010
  "url": "https://nexte.st/schemas/user-config.json"
4880
5011
  },
5012
+ {
5013
+ "name": "nf-core module environment.yml",
5014
+ "description": "Conda environment file for an nf-core Nextflow module",
5015
+ "fileMatch": ["**/modules/nf-core/**/environment.yml"],
5016
+ "url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json"
5017
+ },
5018
+ {
5019
+ "name": "nf-core module meta.yml",
5020
+ "description": "Metadata file for an nf-core Nextflow module",
5021
+ "fileMatch": ["**/modules/nf-core/**/meta.yml"],
5022
+ "url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json"
5023
+ },
5024
+ {
5025
+ "name": "nf-core subworkflow meta.yml",
5026
+ "description": "Metadata file for an nf-core Nextflow subworkflow",
5027
+ "fileMatch": ["**/subworkflows/nf-core/**/meta.yml"],
5028
+ "url": "https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json"
5029
+ },
4881
5030
  {
4882
5031
  "name": "nFPM",
4883
5032
  "description": "nFPM configuration file",
@@ -5162,8 +5311,9 @@
5162
5311
  "otel*.yaml",
5163
5312
  "otel*.yml"
5164
5313
  ],
5165
- "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
5314
+ "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5166
5315
  "versions": {
5316
+ "1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5167
5317
  "1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
5168
5318
  }
5169
5319
  },
@@ -5457,6 +5607,12 @@
5457
5607
  "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5458
5608
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5459
5609
  },
5610
+ {
5611
+ "name": "Panache",
5612
+ "description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
5613
+ "fileMatch": ["panache.toml", ".panache.toml"],
5614
+ "url": "https://panache.bz/panache.schema.json"
5615
+ },
5460
5616
  {
5461
5617
  "name": "Paper paper-plugin.yml",
5462
5618
  "description": "Paper Plugins YAML",
@@ -7296,7 +7452,7 @@
7296
7452
  "venvironment.json",
7297
7453
  "*.venvironment.json"
7298
7454
  ],
7299
- "url": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7455
+ "url": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
7300
7456
  "versions": {
7301
7457
  "1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
7302
7458
  "1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
@@ -7309,7 +7465,8 @@
7309
7465
  "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
7310
7466
  "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
7311
7467
  "4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
7312
- "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
7468
+ "4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
7469
+ "5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
7313
7470
  }
7314
7471
  },
7315
7472
  {
@@ -7323,9 +7480,10 @@
7323
7480
  "venvplus.json",
7324
7481
  "*.venvplus.json"
7325
7482
  ],
7326
- "url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7483
+ "url": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
7327
7484
  "versions": {
7328
- "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
7485
+ "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
7486
+ "1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
7329
7487
  }
7330
7488
  },
7331
7489
  {
@@ -7882,6 +8040,12 @@
7882
8040
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
7883
8041
  "url": "https://www.schemastore.org/yamllint.json"
7884
8042
  },
8043
+ {
8044
+ "name": "yap.json",
8045
+ "description": "YAP (Yet Another Packager) multi-package project file",
8046
+ "fileMatch": ["yap.json"],
8047
+ "url": "https://www.schemastore.org/yap.json"
8048
+ },
7885
8049
  {
7886
8050
  "name": "Yippee-Ki-JSON configuration YML",
7887
8051
  "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
@@ -8062,6 +8226,12 @@
8062
8226
  "fileMatch": ["*-clab.yaml", "*-clab.yml", "*.clab.yaml", "*.clab.yml"],
8063
8227
  "url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
8064
8228
  },
8229
+ {
8230
+ "name": "ContractGuard",
8231
+ "description": "ContractGuard API contract prescribing the signatures a built .NET assembly must expose",
8232
+ "fileMatch": ["*.contract.json"],
8233
+ "url": "https://raw.githubusercontent.com/lxman/ContractGuard/main/schema/contractguard.schema.json"
8234
+ },
8065
8235
  {
8066
8236
  "name": "User Journey Map",
8067
8237
  "description": "user journey map definition files",
@@ -9262,6 +9432,11 @@
9262
9432
  "fileMatch": ["elm.json"],
9263
9433
  "url": "https://www.schemastore.org/elm.json"
9264
9434
  },
9435
+ {
9436
+ "name": "Emmet",
9437
+ "description": "Emmet snippets file",
9438
+ "url": "https://www.schemastore.org/emmet.json"
9439
+ },
9265
9440
  {
9266
9441
  "name": "Cloud Run Spec v1",
9267
9442
  "description": "Specification for Cloud Run Admin API v1",
@@ -9813,7 +9988,8 @@
9813
9988
  "7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
9814
9989
  "8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9815
9990
  "9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9816
- "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
9991
+ "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
9992
+ "11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
9817
9993
  }
9818
9994
  },
9819
9995
  {
@@ -10099,6 +10275,12 @@
10099
10275
  "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
10100
10276
  }
10101
10277
  },
10278
+ {
10279
+ "name": "AgentLoopKit",
10280
+ "description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
10281
+ "fileMatch": ["agentloop.config.json"],
10282
+ "url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
10283
+ },
10102
10284
  {
10103
10285
  "name": "Ethereum ERC721",
10104
10286
  "description": "ERC-721 Non-Fungible Token Standard",
@@ -10265,6 +10447,21 @@
10265
10447
  "amxbuild.*.yaml"
10266
10448
  ],
10267
10449
  "url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
10450
+ },
10451
+ {
10452
+ "name": "Podman Desktop Extension",
10453
+ "description": "Podman Desktop extension package.json manifest",
10454
+ "fileMatch": [],
10455
+ "url": "https://www.schemastore.org/podman-desktop-extension.json",
10456
+ "versions": {
10457
+ "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10458
+ }
10459
+ },
10460
+ {
10461
+ "name": "Slang Server Configuration",
10462
+ "description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
10463
+ "fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
10464
+ "url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
10268
10465
  }
10269
10466
  ]
10270
10467
  }