@theia/core 1.73.0-next.9 → 1.73.1
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.
- package/README.md +26 -16
- package/i18n/nls.cs.json +273 -36
- package/i18n/nls.de.json +273 -36
- package/i18n/nls.es.json +273 -36
- package/i18n/nls.fr.json +273 -36
- package/i18n/nls.hu.json +273 -36
- package/i18n/nls.it.json +273 -36
- package/i18n/nls.ja.json +273 -36
- package/i18n/nls.json +273 -36
- package/i18n/nls.ko.json +273 -36
- package/i18n/nls.pl.json +273 -36
- package/i18n/nls.pt-br.json +273 -36
- package/i18n/nls.ru.json +273 -36
- package/i18n/nls.tr.json +273 -36
- package/i18n/nls.zh-cn.json +273 -36
- package/i18n/nls.zh-tw.json +273 -36
- package/lib/browser/authentication-service.d.ts +2 -0
- package/lib/browser/authentication-service.d.ts.map +1 -1
- package/lib/browser/authentication-service.js +8 -2
- package/lib/browser/authentication-service.js.map +1 -1
- package/lib/browser/catalog.json +314 -77
- package/lib/browser/frontend-application.d.ts +2 -0
- package/lib/browser/frontend-application.d.ts.map +1 -1
- package/lib/browser/frontend-application.js +15 -9
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/json-schema-store.d.ts +2 -0
- package/lib/browser/json-schema-store.d.ts.map +1 -1
- package/lib/browser/json-schema-store.js +8 -2
- package/lib/browser/json-schema-store.js.map +1 -1
- package/lib/browser/keybinding.js +2 -1
- package/lib/browser/keybinding.js.map +1 -1
- package/lib/browser/keyboard/keyboard-layout-service.d.ts +2 -0
- package/lib/browser/keyboard/keyboard-layout-service.d.ts.map +1 -1
- package/lib/browser/keyboard/keyboard-layout-service.js +35 -12
- package/lib/browser/keyboard/keyboard-layout-service.js.map +1 -1
- package/lib/browser/keyboard/keyboard-layout-service.spec.js +26 -0
- package/lib/browser/keyboard/keyboard-layout-service.spec.js.map +1 -1
- package/lib/browser/markdown-rendering/markdown.d.ts +1 -1
- package/lib/browser/markdown-rendering/markdown.d.ts.map +1 -1
- package/lib/browser/markdown-rendering/markdown.js +1 -1
- package/lib/browser/markdown-rendering/markdown.js.map +1 -1
- package/lib/browser/menu/composite-menu-node.js +4 -4
- package/lib/browser/menu/composite-menu-node.js.map +1 -1
- package/lib/browser/messaging/ws-connection-source.d.ts.map +1 -1
- package/lib/browser/messaging/ws-connection-source.js +1 -6
- package/lib/browser/messaging/ws-connection-source.js.map +1 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.d.ts +2 -0
- package/lib/browser/preferences/frontend-config-preference-contributions.d.ts.map +1 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.js +7 -1
- package/lib/browser/preferences/frontend-config-preference-contributions.js.map +1 -1
- package/lib/browser/preferences/preference-proxy.spec.js +7 -0
- package/lib/browser/preferences/preference-proxy.spec.js.map +1 -1
- package/lib/browser/preferences/preference-schema-provider.spec.js +3 -0
- package/lib/browser/preferences/preference-schema-provider.spec.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.d.ts +2 -0
- package/lib/browser/preferences/preference-validation-service.d.ts.map +1 -1
- package/lib/browser/preferences/preference-validation-service.js +11 -5
- package/lib/browser/preferences/preference-validation-service.js.map +1 -1
- package/lib/browser/preferences/preference-validation-service.spec.js +2 -0
- package/lib/browser/preferences/preference-validation-service.spec.js.map +1 -1
- package/lib/browser/secondary-window-handler.d.ts +2 -0
- package/lib/browser/secondary-window-handler.d.ts.map +1 -1
- package/lib/browser/secondary-window-handler.js +12 -6
- package/lib/browser/secondary-window-handler.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts +2 -0
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +9 -3
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +6 -6
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +2 -2
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +131 -0
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js.map +1 -1
- package/lib/browser/status-bar/status-bar.d.ts +2 -2
- package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/test/jsdom.d.ts +4 -0
- package/lib/browser/test/jsdom.d.ts.map +1 -1
- package/lib/browser/test/jsdom.js +18 -0
- package/lib/browser/test/jsdom.js.map +1 -1
- package/lib/browser/tree/tree-container.spec.js +4 -0
- package/lib/browser/tree/tree-container.spec.js.map +1 -1
- package/lib/browser/tree/tree-model.d.ts +1 -0
- package/lib/browser/tree/tree-model.d.ts.map +1 -1
- package/lib/browser/tree/tree-model.js +3 -0
- package/lib/browser/tree/tree-model.js.map +1 -1
- package/lib/browser/tree/tree-view-welcome-widget.d.ts +1 -0
- package/lib/browser/tree/tree-view-welcome-widget.d.ts.map +1 -1
- package/lib/browser/tree/tree-view-welcome-widget.js +8 -6
- package/lib/browser/tree/tree-view-welcome-widget.js.map +1 -1
- package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts +2 -0
- package/lib/browser/tree/tree-view-welcome-widget.spec.d.ts.map +1 -0
- package/lib/browser/tree/tree-view-welcome-widget.spec.js +68 -0
- package/lib/browser/tree/tree-view-welcome-widget.spec.js.map +1 -0
- package/lib/browser/tree/tree-widget.js +2 -2
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/tree/tree.d.ts +24 -2
- package/lib/browser/tree/tree.d.ts.map +1 -1
- package/lib/browser/tree/tree.js +20 -2
- package/lib/browser/tree/tree.js.map +1 -1
- package/lib/browser/tree/tree.spec.js +27 -0
- package/lib/browser/tree/tree.spec.js.map +1 -1
- package/lib/browser/window/default-window-service.d.ts +2 -1
- package/lib/browser/window/default-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-window-service.js +10 -5
- package/lib/browser/window/default-window-service.js.map +1 -1
- package/lib/browser/window/default-window-service.spec.js +2 -0
- package/lib/browser/window/default-window-service.spec.js.map +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +2 -0
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +8 -2
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
- package/lib/common/command.d.ts +2 -0
- package/lib/common/command.d.ts.map +1 -1
- package/lib/common/command.js +10 -4
- package/lib/common/command.js.map +1 -1
- package/lib/common/logger.d.ts.map +1 -1
- package/lib/common/logger.js +11 -1
- package/lib/common/logger.js.map +1 -1
- package/lib/common/logger.spec.js +46 -0
- package/lib/common/logger.spec.js.map +1 -1
- package/lib/common/preferences/injectable-preference-proxy.d.ts +3 -3
- package/lib/common/preferences/injectable-preference-proxy.d.ts.map +1 -1
- package/lib/common/preferences/injectable-preference-proxy.js +6 -1
- package/lib/common/preferences/injectable-preference-proxy.js.map +1 -1
- package/lib/common/preferences/preference-proxy.d.ts.map +1 -1
- package/lib/common/preferences/preference-proxy.js +6 -1
- package/lib/common/preferences/preference-proxy.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +4 -2
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/electron-node/hosting/electron-ws-origin-validator.d.ts.map +1 -1
- package/lib/electron-node/hosting/electron-ws-origin-validator.js +5 -2
- package/lib/electron-node/hosting/electron-ws-origin-validator.js.map +1 -1
- package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts +2 -0
- package/lib/electron-node/hosting/electron-ws-origin-validator.spec.d.ts.map +1 -0
- package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js +59 -0
- package/lib/electron-node/hosting/electron-ws-origin-validator.spec.js.map +1 -0
- package/lib/electron-node/request/electron-backend-request-service.d.ts +2 -0
- package/lib/electron-node/request/electron-backend-request-service.d.ts.map +1 -1
- package/lib/electron-node/request/electron-backend-request-service.js +7 -1
- package/lib/electron-node/request/electron-backend-request-service.js.map +1 -1
- package/lib/electron-node/token/electron-token-backend-contribution.d.ts +2 -0
- package/lib/electron-node/token/electron-token-backend-contribution.d.ts.map +1 -1
- package/lib/electron-node/token/electron-token-backend-contribution.js +7 -1
- package/lib/electron-node/token/electron-token-backend-contribution.js.map +1 -1
- package/lib/electron-node/token/electron-token-validator.d.ts +2 -0
- package/lib/electron-node/token/electron-token-validator.d.ts.map +1 -1
- package/lib/electron-node/token/electron-token-validator.js +7 -1
- package/lib/electron-node/token/electron-token-validator.js.map +1 -1
- package/lib/node/backend-application-module.d.ts.map +1 -1
- package/lib/node/backend-application-module.js +2 -0
- package/lib/node/backend-application-module.js.map +1 -1
- package/lib/node/backend-application.d.ts +11 -0
- package/lib/node/backend-application.d.ts.map +1 -1
- package/lib/node/backend-application.js +40 -12
- package/lib/node/backend-application.js.map +1 -1
- package/lib/node/backend-application.spec.js +4 -2
- package/lib/node/backend-application.spec.js.map +1 -1
- package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
- package/lib/node/hosting/backend-hosting-module.js +7 -0
- package/lib/node/hosting/backend-hosting-module.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.d.ts +46 -0
- package/lib/node/hosting/browser-connection-token.d.ts.map +1 -0
- package/lib/node/hosting/browser-connection-token.js +120 -0
- package/lib/node/hosting/browser-connection-token.js.map +1 -0
- package/lib/node/hosting/browser-connection-token.spec.d.ts +2 -0
- package/lib/node/hosting/browser-connection-token.spec.d.ts.map +1 -0
- package/lib/node/hosting/browser-connection-token.spec.js +128 -0
- package/lib/node/hosting/browser-connection-token.spec.js.map +1 -0
- package/lib/node/hosting/ws-origin-validator.d.ts.map +1 -1
- package/lib/node/hosting/ws-origin-validator.js +21 -4
- package/lib/node/hosting/ws-origin-validator.js.map +1 -1
- package/lib/node/hosting/ws-origin-validator.spec.d.ts +2 -0
- package/lib/node/hosting/ws-origin-validator.spec.d.ts.map +1 -0
- package/lib/node/hosting/ws-origin-validator.spec.js +131 -0
- package/lib/node/hosting/ws-origin-validator.spec.js.map +1 -0
- package/lib/node/index.d.ts +1 -0
- package/lib/node/index.d.ts.map +1 -1
- package/lib/node/index.js +3 -1
- package/lib/node/index.js.map +1 -1
- package/lib/node/logger-cli-contribution.d.ts +6 -0
- package/lib/node/logger-cli-contribution.d.ts.map +1 -1
- package/lib/node/logger-cli-contribution.js +28 -5
- package/lib/node/logger-cli-contribution.js.map +1 -1
- package/lib/node/logger-cli-contribution.spec.js +54 -0
- package/lib/node/logger-cli-contribution.spec.js.map +1 -1
- package/lib/node/messaging/default-messaging-service.d.ts +2 -0
- package/lib/node/messaging/default-messaging-service.d.ts.map +1 -1
- package/lib/node/messaging/default-messaging-service.js +8 -2
- package/lib/node/messaging/default-messaging-service.js.map +1 -1
- package/lib/node/messaging/test/default-messaging-service.spec.js +2 -0
- package/lib/node/messaging/test/default-messaging-service.spec.js.map +1 -1
- package/lib/node/messaging/websocket-endpoint.d.ts +7 -0
- package/lib/node/messaging/websocket-endpoint.d.ts.map +1 -1
- package/lib/node/messaging/websocket-endpoint.js +21 -6
- package/lib/node/messaging/websocket-endpoint.js.map +1 -1
- package/lib/node/process-utils.d.ts +2 -0
- package/lib/node/process-utils.d.ts.map +1 -1
- package/lib/node/process-utils.js +8 -2
- package/lib/node/process-utils.js.map +1 -1
- package/lib/node/process-utils.spec.js +11 -9
- package/lib/node/process-utils.spec.js.map +1 -1
- package/lib/node/request/backend-request-facade.d.ts +19 -0
- package/lib/node/request/backend-request-facade.d.ts.map +1 -1
- package/lib/node/request/backend-request-facade.js +93 -3
- package/lib/node/request/backend-request-facade.js.map +1 -1
- package/lib/node/request/backend-request-facade.spec.d.ts +2 -0
- package/lib/node/request/backend-request-facade.spec.d.ts.map +1 -0
- package/lib/node/request/backend-request-facade.spec.js +171 -0
- package/lib/node/request/backend-request-facade.spec.js.map +1 -0
- package/package.json +29 -20
- package/src/browser/authentication-service.ts +6 -3
- package/src/browser/frontend-application.ts +13 -9
- package/src/browser/json-schema-store.ts +6 -2
- package/src/browser/keybinding.ts +2 -2
- package/src/browser/keyboard/keyboard-layout-service.spec.ts +28 -0
- package/src/browser/keyboard/keyboard-layout-service.ts +38 -14
- package/src/browser/markdown-rendering/markdown.tsx +2 -2
- package/src/browser/menu/composite-menu-node.ts +4 -4
- package/src/browser/messaging/ws-connection-source.ts +1 -6
- package/src/browser/preferences/frontend-config-preference-contributions.ts +7 -2
- package/src/browser/preferences/preference-proxy.spec.ts +8 -0
- package/src/browser/preferences/preference-schema-provider.spec.ts +5 -0
- package/src/browser/preferences/preference-validation-service.spec.ts +3 -1
- package/src/browser/preferences/preference-validation-service.ts +9 -6
- package/src/browser/secondary-window-handler.ts +11 -7
- package/src/browser/shell/application-shell.ts +8 -4
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +6 -6
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +2 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +159 -1
- package/src/browser/status-bar/status-bar.tsx +3 -3
- package/src/browser/test/jsdom.ts +18 -0
- package/src/browser/tree/tree-container.spec.ts +6 -0
- package/src/browser/tree/tree-model.ts +4 -0
- package/src/browser/tree/tree-view-welcome-widget.spec.ts +82 -0
- package/src/browser/tree/tree-view-welcome-widget.tsx +10 -11
- package/src/browser/tree/tree-widget.tsx +2 -2
- package/src/browser/tree/tree.spec.ts +30 -0
- package/src/browser/tree/tree.ts +31 -4
- package/src/browser/window/default-window-service.spec.ts +3 -1
- package/src/browser/window/default-window-service.ts +9 -6
- package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +8 -3
- package/src/common/command.ts +8 -4
- package/src/common/i18n/nls.metadata.json +2659 -374
- package/src/common/logger.spec.ts +62 -1
- package/src/common/logger.ts +13 -4
- package/src/common/preferences/injectable-preference-proxy.ts +10 -4
- package/src/common/preferences/preference-proxy.ts +10 -4
- package/src/electron-main/electron-main-application.ts +4 -2
- package/src/electron-node/hosting/electron-ws-origin-validator.spec.ts +69 -0
- package/src/electron-node/hosting/electron-ws-origin-validator.ts +5 -2
- package/src/electron-node/request/electron-backend-request-service.ts +6 -2
- package/src/electron-node/token/electron-token-backend-contribution.ts +6 -2
- package/src/electron-node/token/electron-token-validator.ts +6 -2
- package/src/node/backend-application-module.ts +4 -2
- package/src/node/backend-application.spec.ts +5 -3
- package/src/node/backend-application.ts +33 -11
- package/src/node/hosting/backend-hosting-module.ts +10 -0
- package/src/node/hosting/browser-connection-token.spec.ts +167 -0
- package/src/node/hosting/browser-connection-token.ts +126 -0
- package/src/node/hosting/ws-origin-validator.spec.ts +193 -0
- package/src/node/hosting/ws-origin-validator.ts +23 -4
- package/src/node/index.ts +1 -0
- package/src/node/logger-cli-contribution.spec.ts +65 -0
- package/src/node/logger-cli-contribution.ts +32 -5
- package/src/node/messaging/default-messaging-service.ts +6 -2
- package/src/node/messaging/test/default-messaging-service.spec.ts +3 -1
- package/src/node/messaging/websocket-endpoint.ts +23 -7
- package/src/node/process-utils.spec.ts +12 -9
- package/src/node/process-utils.ts +7 -3
- package/src/node/request/backend-request-facade.spec.ts +203 -0
- package/src/node/request/backend-request-facade.ts +108 -3
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Specpin spec file",
|
|
7
|
+
"description": "Specpin business-spec file (.specs/*.spec.json): rules, descriptions, and acceptance criteria pinned to UI elements",
|
|
8
|
+
"fileMatch": ["**/.specs/*.spec.json"],
|
|
9
|
+
"url": "https://specpin.ohnice.app/schema/v1.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Burnless SRE config",
|
|
13
|
+
"description": "Burnless sre.yaml \u2014 SLOs, error budgets, runbooks, on-call, and dashboards as code",
|
|
14
|
+
"fileMatch": ["sre.yaml", "sre.yml"],
|
|
15
|
+
"url": "https://raw.githubusercontent.com/Custos-com/Burnless/main/schema/sre.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "SigmaCV CV",
|
|
19
|
+
"description": "SigmaCV canonical academic-CV object \u2014 open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
|
|
20
|
+
"fileMatch": ["**/*.sigmacv.json"],
|
|
21
|
+
"url": "https://www.schemastore.org/sigmacv.json"
|
|
22
|
+
},
|
|
5
23
|
{
|
|
6
24
|
"name": "revola.json",
|
|
7
25
|
"description": "Configuration file for Revola",
|
|
@@ -64,7 +82,9 @@
|
|
|
64
82
|
"fileMatch": [
|
|
65
83
|
".platform.app.yml",
|
|
66
84
|
".platform.app.yaml",
|
|
67
|
-
"**/.platform.app.yml"
|
|
85
|
+
"**/.platform.app.yml",
|
|
86
|
+
"**/.platform/applications.yml",
|
|
87
|
+
"**/.platform/applications.yaml"
|
|
68
88
|
],
|
|
69
89
|
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
|
|
70
90
|
},
|
|
@@ -199,7 +219,7 @@
|
|
|
199
219
|
"name": ".aiproj.json",
|
|
200
220
|
"description": "Settings for project analysis by the Application Inspector",
|
|
201
221
|
"fileMatch": [".aiproj.json"],
|
|
202
|
-
"url": "https://www.schemastore.org/aiproj-1.
|
|
222
|
+
"url": "https://www.schemastore.org/aiproj-1.10.json",
|
|
203
223
|
"versions": {
|
|
204
224
|
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
|
|
205
225
|
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
|
|
@@ -210,40 +230,43 @@
|
|
|
210
230
|
"1.6": "https://www.schemastore.org/aiproj-1.6.json",
|
|
211
231
|
"1.7": "https://www.schemastore.org/aiproj-1.7.json",
|
|
212
232
|
"1.8": "https://www.schemastore.org/aiproj-1.8.json",
|
|
213
|
-
"1.9": "https://www.schemastore.org/aiproj-1.9.json"
|
|
233
|
+
"1.9": "https://www.schemastore.org/aiproj-1.9.json",
|
|
234
|
+
"1.10": "https://www.schemastore.org/aiproj-1.10.json"
|
|
214
235
|
}
|
|
215
236
|
},
|
|
216
237
|
{
|
|
217
238
|
"name": "ABCInventoryModuleData",
|
|
218
239
|
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
|
|
219
240
|
"fileMatch": ["abc-inventory-module-data-*.json"],
|
|
220
|
-
"url": "https://www.schemastore.org/abc-inventory-module-data-5.
|
|
241
|
+
"url": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json",
|
|
221
242
|
"versions": {
|
|
222
243
|
"1.0.0": "https://www.schemastore.org/abc-inventory-module-data-1.0.0.json",
|
|
223
244
|
"2.0.0": "https://www.schemastore.org/abc-inventory-module-data-2.0.0.json",
|
|
224
245
|
"3.0.0": "https://www.schemastore.org/abc-inventory-module-data-3.0.0.json",
|
|
225
246
|
"4.0.0": "https://www.schemastore.org/abc-inventory-module-data-4.0.0.json",
|
|
226
247
|
"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"
|
|
248
|
+
"5.2.0": "https://www.schemastore.org/abc-inventory-module-data-5.2.0.json",
|
|
249
|
+
"5.3.0": "https://www.schemastore.org/abc-inventory-module-data-5.3.0.json"
|
|
228
250
|
}
|
|
229
251
|
},
|
|
230
252
|
{
|
|
231
253
|
"name": "ABCClinicalDemandForecast",
|
|
232
254
|
"description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
|
|
233
255
|
"fileMatch": ["abc-clinical-demand-forecast-*.json"],
|
|
234
|
-
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-
|
|
256
|
+
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json",
|
|
235
257
|
"versions": {
|
|
236
258
|
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
|
|
237
259
|
"2.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-2.0.0.json",
|
|
238
260
|
"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"
|
|
261
|
+
"4.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json",
|
|
262
|
+
"5.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-5.0.0.json"
|
|
240
263
|
}
|
|
241
264
|
},
|
|
242
265
|
{
|
|
243
266
|
"name": "ABCSupplyPlan",
|
|
244
267
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
245
268
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
246
|
-
"url": "https://www.schemastore.org/abc-supply-plan-
|
|
269
|
+
"url": "https://www.schemastore.org/abc-supply-plan-14.0.0.json",
|
|
247
270
|
"versions": {
|
|
248
271
|
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
249
272
|
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
@@ -262,7 +285,8 @@
|
|
|
262
285
|
"11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
|
|
263
286
|
"11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
|
|
264
287
|
"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"
|
|
288
|
+
"13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
|
|
289
|
+
"14.0.0": "https://www.schemastore.org/abc-supply-plan-14.0.0.json"
|
|
266
290
|
}
|
|
267
291
|
},
|
|
268
292
|
{
|
|
@@ -301,6 +325,12 @@
|
|
|
301
325
|
"fileMatch": [".acp.vars.json"],
|
|
302
326
|
"url": "https://acp-protocol.dev/schemas/v1/vars.schema.json"
|
|
303
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"name": "actionlint",
|
|
330
|
+
"description": "Configuration file for actionlint",
|
|
331
|
+
"fileMatch": ["actionlint.yaml", "actionlint.yml"],
|
|
332
|
+
"url": "https://www.schemastore.org/actionlint.json"
|
|
333
|
+
},
|
|
304
334
|
{
|
|
305
335
|
"name": "AIConfig",
|
|
306
336
|
"description": "AIConfig that is used to store generative AI prompts, models and model parameters",
|
|
@@ -528,12 +558,13 @@
|
|
|
528
558
|
"name": "Aurora Agile Meta-Framework",
|
|
529
559
|
"description": "Yaml for Aurora Agile Meta-Framework",
|
|
530
560
|
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
|
|
531
|
-
"url": "https://www.schemastore.org/aurora-
|
|
561
|
+
"url": "https://www.schemastore.org/aurora-2.0.json",
|
|
532
562
|
"versions": {
|
|
533
563
|
"1.0": "https://www.schemastore.org/aurora-1.0.json",
|
|
534
564
|
"1.1": "https://www.schemastore.org/aurora-1.1.json",
|
|
535
565
|
"1.2": "https://www.schemastore.org/aurora-1.2.json",
|
|
536
|
-
"1.3": "https://www.schemastore.org/aurora-1.3.json"
|
|
566
|
+
"1.3": "https://www.schemastore.org/aurora-1.3.json",
|
|
567
|
+
"2.0": "https://www.schemastore.org/aurora-2.0.json"
|
|
537
568
|
}
|
|
538
569
|
},
|
|
539
570
|
{
|
|
@@ -710,6 +741,8 @@
|
|
|
710
741
|
"url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
711
742
|
"versions": {
|
|
712
743
|
"nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
|
|
744
|
+
"0.14.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.14.0/bottom.json",
|
|
745
|
+
"0.13.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.13.0/bottom.json",
|
|
713
746
|
"0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
|
|
714
747
|
"0.11": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.11/bottom.json",
|
|
715
748
|
"0.10": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
@@ -1205,6 +1238,12 @@
|
|
|
1205
1238
|
"fileMatch": [".bowerrc"],
|
|
1206
1239
|
"url": "https://www.schemastore.org/bowerrc.json"
|
|
1207
1240
|
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "BOSH BPM Config",
|
|
1243
|
+
"description": "Config for Jobs in BOSH Releases to utilize BPM",
|
|
1244
|
+
"fileMatch": ["**/jobs/*/config/bpm.yml"],
|
|
1245
|
+
"url": "https://www.schemastore.org/bosh-bpm-config.json"
|
|
1246
|
+
},
|
|
1208
1247
|
{
|
|
1209
1248
|
"name": "BOSH CPI Config",
|
|
1210
1249
|
"description": "CPI-specific config for BOSH Director",
|
|
@@ -1724,6 +1763,12 @@
|
|
|
1724
1763
|
"fileMatch": ["**/debian/upstream/metadata"],
|
|
1725
1764
|
"url": "https://salsa.debian.org/debian/debian-json-schemas/-/raw/main/schemas/debian-upstream-metadata/debian-upstream-metadata-latest.json"
|
|
1726
1765
|
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "DebtLens",
|
|
1768
|
+
"description": "Configuration file for the DebtLens maintainability scanner",
|
|
1769
|
+
"fileMatch": ["debtlens.config.json", ".debtlensrc.json"],
|
|
1770
|
+
"url": "https://raw.githubusercontent.com/ColumbusLabs/DebtLens/main/schema/debtlens.config.schema.json"
|
|
1771
|
+
},
|
|
1727
1772
|
{
|
|
1728
1773
|
"name": "Deck config",
|
|
1729
1774
|
"description": "Deck is a tool for creating presentation using Markdown and Google Slides",
|
|
@@ -1887,6 +1932,12 @@
|
|
|
1887
1932
|
"fileMatch": ["**/charts/*/tests/*.yaml"],
|
|
1888
1933
|
"url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
|
|
1889
1934
|
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "Hex file",
|
|
1937
|
+
"description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
|
|
1938
|
+
"fileMatch": ["*.hex.yaml"],
|
|
1939
|
+
"url": "https://static.hex.site/hex-file-schema.json"
|
|
1940
|
+
},
|
|
1890
1941
|
{
|
|
1891
1942
|
"name": "CircleCI config.yml",
|
|
1892
1943
|
"description": "CircleCI config files",
|
|
@@ -1963,6 +2014,18 @@
|
|
|
1963
2014
|
"fileMatch": ["**/.codex/hooks.json"],
|
|
1964
2015
|
"url": "https://www.schemastore.org/codex-hooks.json"
|
|
1965
2016
|
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "Codex Plugin Manifest",
|
|
2019
|
+
"description": "OpenAI Codex plugin manifest file",
|
|
2020
|
+
"fileMatch": ["**/.codex-plugin/plugin.json"],
|
|
2021
|
+
"url": "https://www.schemastore.org/codex-plugin-manifest.json"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "Codex Skill Metadata",
|
|
2025
|
+
"description": "OpenAI Codex skill metadata file",
|
|
2026
|
+
"fileMatch": ["**/agents/openai.yaml"],
|
|
2027
|
+
"url": "https://www.schemastore.org/codex-skill-metadata.json"
|
|
2028
|
+
},
|
|
1966
2029
|
{
|
|
1967
2030
|
"name": "codemagic",
|
|
1968
2031
|
"description": "Codemagic CI/CD file configuration",
|
|
@@ -1979,7 +2042,13 @@
|
|
|
1979
2042
|
"name": "devcontainer.json",
|
|
1980
2043
|
"description": "dev container configuration files",
|
|
1981
2044
|
"fileMatch": ["devcontainer.json", ".devcontainer.json"],
|
|
1982
|
-
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
|
|
2045
|
+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "devcontainer-feature.json",
|
|
2049
|
+
"description": "Dev Container Feature metadata files",
|
|
2050
|
+
"fileMatch": ["devcontainer-feature.json"],
|
|
2051
|
+
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
|
|
1983
2052
|
},
|
|
1984
2053
|
{
|
|
1985
2054
|
"name": "Codecov configuration files",
|
|
@@ -2235,6 +2304,17 @@
|
|
|
2235
2304
|
"fileMatch": ["coffeelint.json"],
|
|
2236
2305
|
"url": "https://www.schemastore.org/coffeelint.json"
|
|
2237
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "commit-check",
|
|
2309
|
+
"description": "Configuration for commit-check, a commit message, branch naming, and push linter",
|
|
2310
|
+
"fileMatch": [
|
|
2311
|
+
"cchk.toml",
|
|
2312
|
+
"commit-check.toml",
|
|
2313
|
+
"**/.github/cchk.toml",
|
|
2314
|
+
"**/.github/commit-check.toml"
|
|
2315
|
+
],
|
|
2316
|
+
"url": "https://www.schemastore.org/commit-check.json"
|
|
2317
|
+
},
|
|
2238
2318
|
{
|
|
2239
2319
|
"name": "committed.toml",
|
|
2240
2320
|
"description": "committed configuration file",
|
|
@@ -2434,8 +2514,13 @@
|
|
|
2434
2514
|
},
|
|
2435
2515
|
{
|
|
2436
2516
|
"name": "dependabot-v2.json",
|
|
2437
|
-
"description": "
|
|
2438
|
-
"fileMatch": [
|
|
2517
|
+
"description": "Dependabot v2 configuration files",
|
|
2518
|
+
"fileMatch": [
|
|
2519
|
+
"**/.azuredevops/dependabot.yml",
|
|
2520
|
+
"**/.azuredevops/dependabot.yaml",
|
|
2521
|
+
"**/.github/dependabot.yml",
|
|
2522
|
+
"**/.github/dependabot.yaml"
|
|
2523
|
+
],
|
|
2439
2524
|
"url": "https://www.schemastore.org/dependabot-2.0.json"
|
|
2440
2525
|
},
|
|
2441
2526
|
{
|
|
@@ -2713,11 +2798,12 @@
|
|
|
2713
2798
|
"**/src/main/resources/apis/*/*.yaml",
|
|
2714
2799
|
"**/src/main/resources/apis/*/*.yml"
|
|
2715
2800
|
],
|
|
2716
|
-
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0
|
|
2801
|
+
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
|
|
2717
2802
|
"versions": {
|
|
2718
|
-
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0
|
|
2803
|
+
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
|
|
2719
2804
|
"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"
|
|
2805
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
|
|
2806
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
|
|
2721
2807
|
}
|
|
2722
2808
|
},
|
|
2723
2809
|
{
|
|
@@ -2727,11 +2813,12 @@
|
|
|
2727
2813
|
"**/src/main/resources/admin/extensions/*/*.yaml",
|
|
2728
2814
|
"**/src/main/resources/admin/extensions/*/*.yml"
|
|
2729
2815
|
],
|
|
2730
|
-
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0
|
|
2816
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
|
|
2731
2817
|
"versions": {
|
|
2732
|
-
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0
|
|
2818
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
|
|
2733
2819
|
"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"
|
|
2820
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
|
|
2821
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
|
|
2735
2822
|
}
|
|
2736
2823
|
},
|
|
2737
2824
|
{
|
|
@@ -2741,11 +2828,12 @@
|
|
|
2741
2828
|
"**/src/main/resources/admin/tools/*/*.yaml",
|
|
2742
2829
|
"**/src/main/resources/admin/tools/*/*.yml"
|
|
2743
2830
|
],
|
|
2744
|
-
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0
|
|
2831
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
|
|
2745
2832
|
"versions": {
|
|
2746
|
-
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0
|
|
2833
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
|
|
2747
2834
|
"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"
|
|
2835
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
|
|
2836
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
|
|
2749
2837
|
}
|
|
2750
2838
|
},
|
|
2751
2839
|
{
|
|
@@ -2755,11 +2843,12 @@
|
|
|
2755
2843
|
"**/src/main/resources/enonic.yaml",
|
|
2756
2844
|
"**/src/main/resources/enonic.yml"
|
|
2757
2845
|
],
|
|
2758
|
-
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0
|
|
2846
|
+
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
|
|
2759
2847
|
"versions": {
|
|
2760
|
-
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0
|
|
2848
|
+
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
|
|
2761
2849
|
"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"
|
|
2850
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
|
|
2851
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
|
|
2763
2852
|
}
|
|
2764
2853
|
},
|
|
2765
2854
|
{
|
|
@@ -2769,11 +2858,12 @@
|
|
|
2769
2858
|
"**/src/main/resources/cms/cms.yaml",
|
|
2770
2859
|
"**/src/main/resources/cms/cms.yml"
|
|
2771
2860
|
],
|
|
2772
|
-
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0
|
|
2861
|
+
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
|
|
2773
2862
|
"versions": {
|
|
2774
|
-
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0
|
|
2863
|
+
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
|
|
2775
2864
|
"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"
|
|
2865
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
|
|
2866
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
|
|
2777
2867
|
}
|
|
2778
2868
|
},
|
|
2779
2869
|
{
|
|
@@ -2783,11 +2873,12 @@
|
|
|
2783
2873
|
"**/src/main/resources/cms/content-types/*/*.yaml",
|
|
2784
2874
|
"**/src/main/resources/cms/content-types/*/*.yml"
|
|
2785
2875
|
],
|
|
2786
|
-
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0
|
|
2876
|
+
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
|
|
2787
2877
|
"versions": {
|
|
2788
|
-
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0
|
|
2878
|
+
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
|
|
2789
2879
|
"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"
|
|
2880
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
|
|
2881
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
|
|
2791
2882
|
}
|
|
2792
2883
|
},
|
|
2793
2884
|
{
|
|
@@ -2797,11 +2888,12 @@
|
|
|
2797
2888
|
"**/src/main/resources/cms/form-fragments/*/*.yaml",
|
|
2798
2889
|
"**/src/main/resources/cms/form-fragments/*/*.yml"
|
|
2799
2890
|
],
|
|
2800
|
-
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0
|
|
2891
|
+
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
|
|
2801
2892
|
"versions": {
|
|
2802
|
-
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0
|
|
2893
|
+
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
|
|
2803
2894
|
"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"
|
|
2895
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
|
|
2896
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
|
|
2805
2897
|
}
|
|
2806
2898
|
},
|
|
2807
2899
|
{
|
|
@@ -2811,11 +2903,12 @@
|
|
|
2811
2903
|
"**/src/main/resources/idprovider/idprovider.yaml",
|
|
2812
2904
|
"**/src/main/resources/idprovider/idprovider.yml"
|
|
2813
2905
|
],
|
|
2814
|
-
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0
|
|
2906
|
+
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
|
|
2815
2907
|
"versions": {
|
|
2816
|
-
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0
|
|
2908
|
+
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
|
|
2817
2909
|
"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"
|
|
2910
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
|
|
2911
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
|
|
2819
2912
|
}
|
|
2820
2913
|
},
|
|
2821
2914
|
{
|
|
@@ -2825,11 +2918,12 @@
|
|
|
2825
2918
|
"**/src/main/resources/cms/layouts/*/*.yaml",
|
|
2826
2919
|
"**/src/main/resources/cms/layouts/*/*.yml"
|
|
2827
2920
|
],
|
|
2828
|
-
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0
|
|
2921
|
+
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
|
|
2829
2922
|
"versions": {
|
|
2830
|
-
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0
|
|
2923
|
+
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
|
|
2831
2924
|
"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"
|
|
2925
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
|
|
2926
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
|
|
2833
2927
|
}
|
|
2834
2928
|
},
|
|
2835
2929
|
{
|
|
@@ -2839,11 +2933,12 @@
|
|
|
2839
2933
|
"**/src/main/resources/cms/macros/*/*.yaml",
|
|
2840
2934
|
"**/src/main/resources/cms/macros/*/*.yml"
|
|
2841
2935
|
],
|
|
2842
|
-
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0
|
|
2936
|
+
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
|
|
2843
2937
|
"versions": {
|
|
2844
|
-
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0
|
|
2938
|
+
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
|
|
2845
2939
|
"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"
|
|
2940
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
|
|
2941
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
|
|
2847
2942
|
}
|
|
2848
2943
|
},
|
|
2849
2944
|
{
|
|
@@ -2853,11 +2948,12 @@
|
|
|
2853
2948
|
"**/src/main/resources/cms/mixins/*/*.yaml",
|
|
2854
2949
|
"**/src/main/resources/cms/mixins/*/*.yml"
|
|
2855
2950
|
],
|
|
2856
|
-
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0
|
|
2951
|
+
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
|
|
2857
2952
|
"versions": {
|
|
2858
|
-
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0
|
|
2953
|
+
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
|
|
2859
2954
|
"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"
|
|
2955
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
|
|
2956
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
|
|
2861
2957
|
}
|
|
2862
2958
|
},
|
|
2863
2959
|
{
|
|
@@ -2867,11 +2963,12 @@
|
|
|
2867
2963
|
"**/src/main/resources/cms/pages/*/*.yaml",
|
|
2868
2964
|
"**/src/main/resources/cms/pages/*/*.yml"
|
|
2869
2965
|
],
|
|
2870
|
-
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0
|
|
2966
|
+
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
|
|
2871
2967
|
"versions": {
|
|
2872
|
-
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0
|
|
2968
|
+
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
|
|
2873
2969
|
"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"
|
|
2970
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
|
|
2971
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
|
|
2875
2972
|
}
|
|
2876
2973
|
},
|
|
2877
2974
|
{
|
|
@@ -2881,11 +2978,12 @@
|
|
|
2881
2978
|
"**/src/main/resources/cms/parts/*/*.yaml",
|
|
2882
2979
|
"**/src/main/resources/cms/parts/*/*.yml"
|
|
2883
2980
|
],
|
|
2884
|
-
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0
|
|
2981
|
+
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
|
|
2885
2982
|
"versions": {
|
|
2886
|
-
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0
|
|
2983
|
+
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
|
|
2887
2984
|
"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"
|
|
2985
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
|
|
2986
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
|
|
2889
2987
|
}
|
|
2890
2988
|
},
|
|
2891
2989
|
{
|
|
@@ -2895,11 +2993,12 @@
|
|
|
2895
2993
|
"**/src/main/resources/services/*/*.yaml",
|
|
2896
2994
|
"**/src/main/resources/services/*/*.yml"
|
|
2897
2995
|
],
|
|
2898
|
-
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0
|
|
2996
|
+
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
|
|
2899
2997
|
"versions": {
|
|
2900
|
-
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0
|
|
2998
|
+
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
|
|
2901
2999
|
"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"
|
|
3000
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
|
|
3001
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
|
|
2903
3002
|
}
|
|
2904
3003
|
},
|
|
2905
3004
|
{
|
|
@@ -2909,11 +3008,12 @@
|
|
|
2909
3008
|
"**/src/main/resources/cms/site.yaml",
|
|
2910
3009
|
"**/src/main/resources/cms/site.yml"
|
|
2911
3010
|
],
|
|
2912
|
-
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0
|
|
3011
|
+
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
|
|
2913
3012
|
"versions": {
|
|
2914
|
-
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0
|
|
3013
|
+
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
|
|
2915
3014
|
"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"
|
|
3015
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
|
|
3016
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
|
|
2917
3017
|
}
|
|
2918
3018
|
},
|
|
2919
3019
|
{
|
|
@@ -2923,11 +3023,12 @@
|
|
|
2923
3023
|
"**/src/main/resources/cms/style/style.yaml",
|
|
2924
3024
|
"**/src/main/resources/cms/style/style.yml"
|
|
2925
3025
|
],
|
|
2926
|
-
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0
|
|
3026
|
+
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
|
|
2927
3027
|
"versions": {
|
|
2928
|
-
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0
|
|
3028
|
+
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
|
|
2929
3029
|
"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"
|
|
3030
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
|
|
3031
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
|
|
2931
3032
|
}
|
|
2932
3033
|
},
|
|
2933
3034
|
{
|
|
@@ -2937,11 +3038,12 @@
|
|
|
2937
3038
|
"**/src/main/resources/tasks/*/*.yaml",
|
|
2938
3039
|
"**/src/main/resources/tasks/*/*.yml"
|
|
2939
3040
|
],
|
|
2940
|
-
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0
|
|
3041
|
+
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
|
|
2941
3042
|
"versions": {
|
|
2942
|
-
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0
|
|
3043
|
+
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
|
|
2943
3044
|
"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"
|
|
3045
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
|
|
3046
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
|
|
2945
3047
|
}
|
|
2946
3048
|
},
|
|
2947
3049
|
{
|
|
@@ -2951,11 +3053,12 @@
|
|
|
2951
3053
|
"**/src/main/resources/webapp/webapp.yaml",
|
|
2952
3054
|
"**/src/main/resources/webapp/webapp.yml"
|
|
2953
3055
|
],
|
|
2954
|
-
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0
|
|
3056
|
+
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
|
|
2955
3057
|
"versions": {
|
|
2956
|
-
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0
|
|
3058
|
+
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
|
|
2957
3059
|
"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"
|
|
3060
|
+
"8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
|
|
3061
|
+
"8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
|
|
2959
3062
|
}
|
|
2960
3063
|
},
|
|
2961
3064
|
{
|
|
@@ -3127,6 +3230,12 @@
|
|
|
3127
3230
|
],
|
|
3128
3231
|
"url": "https://www.schemastore.org/eslintrc.json"
|
|
3129
3232
|
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "ESLint Suppressions",
|
|
3235
|
+
"description": "ESLint bulk suppressions file",
|
|
3236
|
+
"fileMatch": ["eslint-suppressions.json"],
|
|
3237
|
+
"url": "https://www.schemastore.org/eslint-suppressions.json"
|
|
3238
|
+
},
|
|
3130
3239
|
{
|
|
3131
3240
|
"name": "fabric.mod.json",
|
|
3132
3241
|
"description": "Metadata file used by the Fabric mod loader",
|
|
@@ -3346,6 +3455,19 @@
|
|
|
3346
3455
|
],
|
|
3347
3456
|
"url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
|
|
3348
3457
|
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "Glamour style",
|
|
3460
|
+
"description": "Style configuration for Charmbracelet Glamour and Glow Markdown rendering",
|
|
3461
|
+
"fileMatch": [
|
|
3462
|
+
".glamour-style.json",
|
|
3463
|
+
"*.glamour-style.json",
|
|
3464
|
+
"*.glamour.json",
|
|
3465
|
+
"*.glow-style.json",
|
|
3466
|
+
"glamour-style.json",
|
|
3467
|
+
"glow-style.json"
|
|
3468
|
+
],
|
|
3469
|
+
"url": "https://www.schemastore.org/glamour-style.json"
|
|
3470
|
+
},
|
|
3349
3471
|
{
|
|
3350
3472
|
"name": "Global Privacy Control",
|
|
3351
3473
|
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
|
|
@@ -3947,6 +4069,22 @@
|
|
|
3947
4069
|
"fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
|
|
3948
4070
|
"url": "https://www.schemastore.org/importmap.json"
|
|
3949
4071
|
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "Infinispan Configuration",
|
|
4074
|
+
"description": "Infinispan distributed cache configuration",
|
|
4075
|
+
"fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
|
|
4076
|
+
"url": "https://infinispan.org/schemas/infinispan-config.json"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "Infinispan Server Configuration",
|
|
4080
|
+
"description": "Infinispan Server configuration",
|
|
4081
|
+
"fileMatch": [
|
|
4082
|
+
"infinispan-server.json",
|
|
4083
|
+
"infinispan-server.yaml",
|
|
4084
|
+
"infinispan-server.yml"
|
|
4085
|
+
],
|
|
4086
|
+
"url": "https://infinispan.org/schemas/infinispan-server.json"
|
|
4087
|
+
},
|
|
3950
4088
|
{
|
|
3951
4089
|
"name": "Infrahub",
|
|
3952
4090
|
"description": "Repository config definition for Infrahub by OpsMill",
|
|
@@ -4083,8 +4221,9 @@
|
|
|
4083
4221
|
"name": "JReleaser",
|
|
4084
4222
|
"description": "JReleaser config file",
|
|
4085
4223
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
4086
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
4224
|
+
"url": "https://www.schemastore.org/jreleaser-1.25.0.json",
|
|
4087
4225
|
"versions": {
|
|
4226
|
+
"1.25.0": "https://www.schemastore.org/jreleaser-1.25.0.json",
|
|
4088
4227
|
"1.24.0": "https://www.schemastore.org/jreleaser-1.24.0.json",
|
|
4089
4228
|
"1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
4090
4229
|
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
@@ -4760,6 +4899,12 @@
|
|
|
4760
4899
|
],
|
|
4761
4900
|
"url": "https://www.mock-server.com/schema/expectations.json"
|
|
4762
4901
|
},
|
|
4902
|
+
{
|
|
4903
|
+
"name": "modelparams.dev Model",
|
|
4904
|
+
"description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
|
|
4905
|
+
"fileMatch": [],
|
|
4906
|
+
"url": "https://www.schemastore.org/modelparams.json"
|
|
4907
|
+
},
|
|
4763
4908
|
{
|
|
4764
4909
|
"name": "monospace.yml",
|
|
4765
4910
|
"description": "MonoSpace configuration file",
|
|
@@ -4791,6 +4936,12 @@
|
|
|
4791
4936
|
],
|
|
4792
4937
|
"url": "https://raw.githubusercontent.com/compomics/ms2rescore/main/ms2rescore/package_data/config_schema.json"
|
|
4793
4938
|
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "MSTest testconfig.json",
|
|
4941
|
+
"description": "Configuration file for MSTest and Microsoft.Testing.Platform",
|
|
4942
|
+
"fileMatch": ["testconfig.json", "*.testconfig.json"],
|
|
4943
|
+
"url": "https://raw.githubusercontent.com/microsoft/testfx/main/docs/testconfig.schema.json"
|
|
4944
|
+
},
|
|
4794
4945
|
{
|
|
4795
4946
|
"name": "Mergify Configuration",
|
|
4796
4947
|
"description": "Mergify configuration file",
|
|
@@ -4878,6 +5029,24 @@
|
|
|
4878
5029
|
"fileMatch": ["**/nextest/config.toml"],
|
|
4879
5030
|
"url": "https://nexte.st/schemas/user-config.json"
|
|
4880
5031
|
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "nf-core module environment.yml",
|
|
5034
|
+
"description": "Conda environment file for an nf-core Nextflow module",
|
|
5035
|
+
"fileMatch": ["**/modules/nf-core/**/environment.yml"],
|
|
5036
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"name": "nf-core module meta.yml",
|
|
5040
|
+
"description": "Metadata file for an nf-core Nextflow module",
|
|
5041
|
+
"fileMatch": ["**/modules/nf-core/**/meta.yml"],
|
|
5042
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"name": "nf-core subworkflow meta.yml",
|
|
5046
|
+
"description": "Metadata file for an nf-core Nextflow subworkflow",
|
|
5047
|
+
"fileMatch": ["**/subworkflows/nf-core/**/meta.yml"],
|
|
5048
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json"
|
|
5049
|
+
},
|
|
4881
5050
|
{
|
|
4882
5051
|
"name": "nFPM",
|
|
4883
5052
|
"description": "nFPM configuration file",
|
|
@@ -5162,8 +5331,9 @@
|
|
|
5162
5331
|
"otel*.yaml",
|
|
5163
5332
|
"otel*.yml"
|
|
5164
5333
|
],
|
|
5165
|
-
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.
|
|
5334
|
+
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5166
5335
|
"versions": {
|
|
5336
|
+
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5167
5337
|
"1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
|
|
5168
5338
|
}
|
|
5169
5339
|
},
|
|
@@ -5457,6 +5627,12 @@
|
|
|
5457
5627
|
"fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
|
|
5458
5628
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
|
|
5459
5629
|
},
|
|
5630
|
+
{
|
|
5631
|
+
"name": "Panache",
|
|
5632
|
+
"description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
|
|
5633
|
+
"fileMatch": ["panache.toml", ".panache.toml"],
|
|
5634
|
+
"url": "https://panache.bz/panache.schema.json"
|
|
5635
|
+
},
|
|
5460
5636
|
{
|
|
5461
5637
|
"name": "Paper paper-plugin.yml",
|
|
5462
5638
|
"description": "Paper Plugins YAML",
|
|
@@ -6388,6 +6564,12 @@
|
|
|
6388
6564
|
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json"
|
|
6389
6565
|
}
|
|
6390
6566
|
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "Secure SDLC Evidence Bundle",
|
|
6569
|
+
"description": "Auditable release-readiness evidence bundle produced by the Secure SDLC Evidence Collector",
|
|
6570
|
+
"fileMatch": ["**/*.evidence-bundle.json"],
|
|
6571
|
+
"url": "https://www.schemastore.org/evidence-bundle.json"
|
|
6572
|
+
},
|
|
6391
6573
|
{
|
|
6392
6574
|
"name": "Semantic Data Fabric (SDF) file",
|
|
6393
6575
|
"description": "SDF blocks",
|
|
@@ -6740,6 +6922,19 @@
|
|
|
6740
6922
|
"fileMatch": ["*.mixins.json"],
|
|
6741
6923
|
"url": "https://www.schemastore.org/sponge-mixins.json"
|
|
6742
6924
|
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "Spotlight Ruleset",
|
|
6927
|
+
"description": "Spotlight (Spectral-compatible) ruleset for linting OpenAPI, AsyncAPI, Arazzo, APIs.json and other JSON/YAML API descriptions",
|
|
6928
|
+
"fileMatch": [
|
|
6929
|
+
"*.spotlight.json",
|
|
6930
|
+
"*.spotlight.yaml",
|
|
6931
|
+
"*.spotlight.yml",
|
|
6932
|
+
"spotlight-ruleset.json",
|
|
6933
|
+
"spotlight-ruleset.yaml",
|
|
6934
|
+
"spotlight-ruleset.yml"
|
|
6935
|
+
],
|
|
6936
|
+
"url": "https://api-commons.github.io/spotlight-spec/schema/v1/spotlight-ruleset.schema.json"
|
|
6937
|
+
},
|
|
6743
6938
|
{
|
|
6744
6939
|
"name": ".sprite files",
|
|
6745
6940
|
"description": "image sprite generation files",
|
|
@@ -7296,7 +7491,7 @@
|
|
|
7296
7491
|
"venvironment.json",
|
|
7297
7492
|
"*.venvironment.json"
|
|
7298
7493
|
],
|
|
7299
|
-
"url": "https://www.schemastore.org/venvironment-schema-
|
|
7494
|
+
"url": "https://www.schemastore.org/venvironment-schema-v5.0.0.json",
|
|
7300
7495
|
"versions": {
|
|
7301
7496
|
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
|
|
7302
7497
|
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
|
|
@@ -7309,7 +7504,8 @@
|
|
|
7309
7504
|
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
|
|
7310
7505
|
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
|
|
7311
7506
|
"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"
|
|
7507
|
+
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json",
|
|
7508
|
+
"5.0.0": "https://www.schemastore.org/venvironment-schema-v5.0.0.json"
|
|
7313
7509
|
}
|
|
7314
7510
|
},
|
|
7315
7511
|
{
|
|
@@ -7323,9 +7519,10 @@
|
|
|
7323
7519
|
"venvplus.json",
|
|
7324
7520
|
"*.venvplus.json"
|
|
7325
7521
|
],
|
|
7326
|
-
"url": "https://www.schemastore.org/venvplus-schema-v1.
|
|
7522
|
+
"url": "https://www.schemastore.org/venvplus-schema-v1.1.0.json",
|
|
7327
7523
|
"versions": {
|
|
7328
|
-
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
|
|
7524
|
+
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
|
|
7525
|
+
"1.1.0": "https://www.schemastore.org/venvplus-schema-v1.1.0.json"
|
|
7329
7526
|
}
|
|
7330
7527
|
},
|
|
7331
7528
|
{
|
|
@@ -7882,6 +8079,12 @@
|
|
|
7882
8079
|
"fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
|
|
7883
8080
|
"url": "https://www.schemastore.org/yamllint.json"
|
|
7884
8081
|
},
|
|
8082
|
+
{
|
|
8083
|
+
"name": "yap.json",
|
|
8084
|
+
"description": "YAP (Yet Another Packager) multi-package project file",
|
|
8085
|
+
"fileMatch": ["yap.json"],
|
|
8086
|
+
"url": "https://www.schemastore.org/yap.json"
|
|
8087
|
+
},
|
|
7885
8088
|
{
|
|
7886
8089
|
"name": "Yippee-Ki-JSON configuration YML",
|
|
7887
8090
|
"description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
|
|
@@ -8062,6 +8265,12 @@
|
|
|
8062
8265
|
"fileMatch": ["*-clab.yaml", "*-clab.yml", "*.clab.yaml", "*.clab.yml"],
|
|
8063
8266
|
"url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
|
|
8064
8267
|
},
|
|
8268
|
+
{
|
|
8269
|
+
"name": "ContractGuard",
|
|
8270
|
+
"description": "ContractGuard API contract prescribing the signatures a built .NET assembly must expose",
|
|
8271
|
+
"fileMatch": ["*.contract.json"],
|
|
8272
|
+
"url": "https://raw.githubusercontent.com/lxman/ContractGuard/main/schema/contractguard.schema.json"
|
|
8273
|
+
},
|
|
8065
8274
|
{
|
|
8066
8275
|
"name": "User Journey Map",
|
|
8067
8276
|
"description": "user journey map definition files",
|
|
@@ -8677,7 +8886,7 @@
|
|
|
8677
8886
|
"name": "Pantsbuild",
|
|
8678
8887
|
"description": "Pantsbuild configuration file",
|
|
8679
8888
|
"fileMatch": ["pants*.toml"],
|
|
8680
|
-
"url": "https://www.schemastore.org/pantsbuild-2.
|
|
8889
|
+
"url": "https://www.schemastore.org/pantsbuild-2.32.0.json",
|
|
8681
8890
|
"versions": {
|
|
8682
8891
|
"2.14.0": "https://www.schemastore.org/pantsbuild-2.14.0.json",
|
|
8683
8892
|
"2.15.0": "https://www.schemastore.org/pantsbuild-2.15.0.json",
|
|
@@ -8690,7 +8899,8 @@
|
|
|
8690
8899
|
"2.24.0": "https://www.schemastore.org/pantsbuild-2.24.0.json",
|
|
8691
8900
|
"2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json",
|
|
8692
8901
|
"2.30.0": "https://www.schemastore.org/pantsbuild-2.30.0.json",
|
|
8693
|
-
"2.31.0": "https://www.schemastore.org/pantsbuild-2.
|
|
8902
|
+
"2.31.0": "https://www.schemastore.org/pantsbuild-2.31.0.json",
|
|
8903
|
+
"2.32.0": "https://www.schemastore.org/pantsbuild-2.32.0.json"
|
|
8694
8904
|
}
|
|
8695
8905
|
},
|
|
8696
8906
|
{
|
|
@@ -9262,6 +9472,11 @@
|
|
|
9262
9472
|
"fileMatch": ["elm.json"],
|
|
9263
9473
|
"url": "https://www.schemastore.org/elm.json"
|
|
9264
9474
|
},
|
|
9475
|
+
{
|
|
9476
|
+
"name": "Emmet",
|
|
9477
|
+
"description": "Emmet snippets file",
|
|
9478
|
+
"url": "https://www.schemastore.org/emmet.json"
|
|
9479
|
+
},
|
|
9265
9480
|
{
|
|
9266
9481
|
"name": "Cloud Run Spec v1",
|
|
9267
9482
|
"description": "Specification for Cloud Run Admin API v1",
|
|
@@ -9813,7 +10028,8 @@
|
|
|
9813
10028
|
"7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
|
|
9814
10029
|
"8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
|
|
9815
10030
|
"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"
|
|
10031
|
+
"10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
|
|
10032
|
+
"11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
|
|
9817
10033
|
}
|
|
9818
10034
|
},
|
|
9819
10035
|
{
|
|
@@ -10099,6 +10315,12 @@
|
|
|
10099
10315
|
"1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
|
|
10100
10316
|
}
|
|
10101
10317
|
},
|
|
10318
|
+
{
|
|
10319
|
+
"name": "AgentLoopKit",
|
|
10320
|
+
"description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
|
|
10321
|
+
"fileMatch": ["agentloop.config.json"],
|
|
10322
|
+
"url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
|
|
10323
|
+
},
|
|
10102
10324
|
{
|
|
10103
10325
|
"name": "Ethereum ERC721",
|
|
10104
10326
|
"description": "ERC-721 Non-Fungible Token Standard",
|
|
@@ -10265,6 +10487,21 @@
|
|
|
10265
10487
|
"amxbuild.*.yaml"
|
|
10266
10488
|
],
|
|
10267
10489
|
"url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
"name": "Podman Desktop Extension",
|
|
10493
|
+
"description": "Podman Desktop extension package.json manifest",
|
|
10494
|
+
"fileMatch": [],
|
|
10495
|
+
"url": "https://www.schemastore.org/podman-desktop-extension.json",
|
|
10496
|
+
"versions": {
|
|
10497
|
+
"1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
|
|
10498
|
+
}
|
|
10499
|
+
},
|
|
10500
|
+
{
|
|
10501
|
+
"name": "Slang Server Configuration",
|
|
10502
|
+
"description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
|
|
10503
|
+
"fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
|
|
10504
|
+
"url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
|
|
10268
10505
|
}
|
|
10269
10506
|
]
|
|
10270
10507
|
}
|