@theia/core 1.74.0-next.9 → 1.74.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 +10 -10
- package/i18n/nls.cs.json +143 -16
- package/i18n/nls.de.json +143 -16
- package/i18n/nls.es.json +143 -16
- package/i18n/nls.fr.json +143 -16
- package/i18n/nls.hu.json +143 -16
- package/i18n/nls.it.json +143 -16
- package/i18n/nls.ja.json +143 -16
- package/i18n/nls.json +143 -16
- package/i18n/nls.ko.json +143 -16
- package/i18n/nls.pl.json +143 -16
- package/i18n/nls.pt-br.json +143 -16
- package/i18n/nls.ru.json +143 -16
- package/i18n/nls.tr.json +143 -16
- package/i18n/nls.zh-cn.json +143 -16
- package/i18n/nls.zh-tw.json +143 -16
- package/lib/browser/browser-clipboard-service.d.ts +3 -0
- package/lib/browser/browser-clipboard-service.d.ts.map +1 -1
- package/lib/browser/browser-clipboard-service.js +8 -1
- package/lib/browser/browser-clipboard-service.js.map +1 -1
- package/lib/browser/catalog.json +505 -46
- package/lib/browser/clipboard-service.d.ts +11 -0
- package/lib/browser/clipboard-service.d.ts.map +1 -1
- package/lib/browser/clipboard-service.js.map +1 -1
- package/lib/browser/common-frontend-contribution.d.ts +3 -0
- package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
- package/lib/browser/common-frontend-contribution.js +22 -10
- package/lib/browser/common-frontend-contribution.js.map +1 -1
- package/lib/browser/common-frontend-contribution.spec.d.ts +2 -0
- package/lib/browser/common-frontend-contribution.spec.d.ts.map +1 -0
- package/lib/browser/common-frontend-contribution.spec.js +71 -0
- package/lib/browser/common-frontend-contribution.spec.js.map +1 -0
- package/lib/browser/frontend-application-contribution.d.ts +1 -1
- package/lib/browser/frontend-application-module.d.ts +2 -2
- package/lib/browser/frontend-application-module.d.ts.map +1 -1
- package/lib/browser/frontend-application-module.js +13 -2
- package/lib/browser/frontend-application-module.js.map +1 -1
- package/lib/browser/frontend-application.d.ts.map +1 -1
- package/lib/browser/frontend-application.js +12 -2
- package/lib/browser/frontend-application.js.map +1 -1
- package/lib/browser/index.d.ts +1 -0
- package/lib/browser/index.d.ts.map +1 -1
- package/lib/browser/index.js +1 -0
- package/lib/browser/index.js.map +1 -1
- package/lib/browser/keybinding.d.ts.map +1 -1
- package/lib/browser/keybinding.js +12 -7
- package/lib/browser/keybinding.js.map +1 -1
- package/lib/browser/perspective-service.d.ts +173 -0
- package/lib/browser/perspective-service.d.ts.map +1 -0
- package/lib/browser/perspective-service.js +484 -0
- package/lib/browser/perspective-service.js.map +1 -0
- package/lib/browser/perspective-service.spec.d.ts +2 -0
- package/lib/browser/perspective-service.spec.d.ts.map +1 -0
- package/lib/browser/perspective-service.spec.js +1806 -0
- package/lib/browser/perspective-service.spec.js.map +1 -0
- package/lib/browser/preferences/preference-contribution.d.ts.map +1 -1
- package/lib/browser/preferences/preference-contribution.js +9 -1
- package/lib/browser/preferences/preference-contribution.js.map +1 -1
- package/lib/browser/preferences/preference-service.spec.js +63 -0
- package/lib/browser/preferences/preference-service.spec.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts +7 -0
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +38 -28
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.d.ts +9 -0
- package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.js +124 -14
- package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
- package/lib/browser/shell/shell-layout-restorer.spec.d.ts +2 -0
- package/lib/browser/shell/shell-layout-restorer.spec.d.ts.map +1 -0
- package/lib/browser/shell/shell-layout-restorer.spec.js +539 -0
- package/lib/browser/shell/shell-layout-restorer.spec.js.map +1 -0
- package/lib/browser/shell/view-contribution.d.ts +2 -0
- package/lib/browser/shell/view-contribution.d.ts.map +1 -1
- package/lib/browser/shell/view-contribution.js +5 -1
- package/lib/browser/shell/view-contribution.js.map +1 -1
- package/lib/browser/status-bar/status-bar.d.ts +2 -0
- package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
- package/lib/browser/status-bar/status-bar.js +11 -3
- package/lib/browser/status-bar/status-bar.js.map +1 -1
- package/lib/browser/tree/tree-consistency.spec.js +103 -0
- package/lib/browser/tree/tree-consistency.spec.js.map +1 -1
- package/lib/browser/tree/tree-widget.d.ts +7 -33
- package/lib/browser/tree/tree-widget.d.ts.map +1 -1
- package/lib/browser/tree/tree-widget.js +7 -54
- package/lib/browser/tree/tree-widget.js.map +1 -1
- package/lib/browser/tree/tree.d.ts.map +1 -1
- package/lib/browser/tree/tree.js +6 -0
- package/lib/browser/tree/tree.js.map +1 -1
- package/lib/browser/widgets/index.d.ts +1 -0
- package/lib/browser/widgets/index.d.ts.map +1 -1
- package/lib/browser/widgets/index.js +1 -0
- package/lib/browser/widgets/index.js.map +1 -1
- package/lib/browser/widgets/select-component.d.ts +15 -2
- package/lib/browser/widgets/select-component.d.ts.map +1 -1
- package/lib/browser/widgets/select-component.js +86 -24
- package/lib/browser/widgets/select-component.js.map +1 -1
- package/lib/browser/widgets/tab-bar-tracker.d.ts +23 -0
- package/lib/browser/widgets/tab-bar-tracker.d.ts.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.js +65 -0
- package/lib/browser/widgets/tab-bar-tracker.js.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.d.ts +2 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.d.ts.map +1 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.js +109 -0
- package/lib/browser/widgets/tab-bar-tracker.spec.js.map +1 -0
- package/lib/browser/window/default-secondary-window-service.d.ts +2 -0
- package/lib/browser/window/default-secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-secondary-window-service.js +8 -2
- package/lib/browser/window/default-secondary-window-service.js.map +1 -1
- package/lib/browser/window/default-window-service.d.ts +19 -0
- package/lib/browser/window/default-window-service.d.ts.map +1 -1
- package/lib/browser/window/default-window-service.js +34 -5
- package/lib/browser/window/default-window-service.js.map +1 -1
- package/lib/browser/window/default-window-service.spec.js +22 -0
- package/lib/browser/window/default-window-service.spec.js.map +1 -1
- package/lib/browser/window/secondary-window-service.d.ts +7 -0
- package/lib/browser/window/secondary-window-service.d.ts.map +1 -1
- package/lib/browser/window/window-service.d.ts +1 -1
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +13 -2
- 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 +31 -3
- package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
- package/lib/common/preferences/index.d.ts +1 -0
- package/lib/common/preferences/index.d.ts.map +1 -1
- package/lib/common/preferences/index.js +1 -0
- package/lib/common/preferences/index.js.map +1 -1
- package/lib/common/preferences/preference-provider.d.ts +15 -0
- package/lib/common/preferences/preference-provider.d.ts.map +1 -1
- package/lib/common/preferences/preference-provider.js +21 -1
- package/lib/common/preferences/preference-provider.js.map +1 -1
- package/lib/common/preferences/preference-provider.spec.js +17 -0
- package/lib/common/preferences/preference-provider.spec.js.map +1 -1
- package/lib/common/preferences/preference-scope.d.ts +6 -1
- package/lib/common/preferences/preference-scope.d.ts.map +1 -1
- package/lib/common/preferences/preference-scope.js +5 -0
- package/lib/common/preferences/preference-scope.js.map +1 -1
- package/lib/common/preferences/preference-scope.spec.js +5 -3
- package/lib/common/preferences/preference-scope.spec.js.map +1 -1
- package/lib/common/preferences/preference-service.d.ts +19 -0
- package/lib/common/preferences/preference-service.d.ts.map +1 -1
- package/lib/common/preferences/preference-service.js +34 -5
- package/lib/common/preferences/preference-service.js.map +1 -1
- package/lib/common/preferences/session-preference-provider.d.ts +17 -0
- package/lib/common/preferences/session-preference-provider.d.ts.map +1 -0
- package/lib/common/preferences/session-preference-provider.js +77 -0
- package/lib/common/preferences/session-preference-provider.js.map +1 -0
- package/lib/common/preferences/session-preference-provider.spec.d.ts +2 -0
- package/lib/common/preferences/session-preference-provider.spec.d.ts.map +1 -0
- package/lib/common/preferences/session-preference-provider.spec.js +71 -0
- package/lib/common/preferences/session-preference-provider.spec.js.map +1 -0
- package/lib/electron-browser/electron-clipboard-service.d.ts +3 -0
- package/lib/electron-browser/electron-clipboard-service.d.ts.map +1 -1
- package/lib/electron-browser/electron-clipboard-service.js +6 -0
- package/lib/electron-browser/electron-clipboard-service.js.map +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.js +1 -1
- package/lib/electron-browser/menu/electron-menu-contribution.js.map +1 -1
- package/lib/electron-browser/preload.d.ts.map +1 -1
- package/lib/electron-browser/preload.js +2 -1
- package/lib/electron-browser/preload.js.map +1 -1
- package/lib/electron-browser/window/electron-secondary-window-service.js +1 -1
- package/lib/electron-browser/window/electron-secondary-window-service.js.map +1 -1
- package/lib/electron-browser/window/electron-window-service.js +3 -3
- package/lib/electron-browser/window/electron-window-service.js.map +1 -1
- package/lib/electron-common/electron-api.d.ts +2 -0
- package/lib/electron-common/electron-api.d.ts.map +1 -1
- package/lib/electron-common/electron-api.js +2 -1
- package/lib/electron-common/electron-api.js.map +1 -1
- package/lib/electron-main/electron-api-main.d.ts.map +1 -1
- package/lib/electron-main/electron-api-main.js +43 -0
- package/lib/electron-main/electron-api-main.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +3 -0
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.d.ts.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.js +7 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.js.map +1 -1
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts +2 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts.map +1 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js +39 -0
- package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js.map +1 -0
- package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
- package/lib/node/hosting/backend-hosting-module.js +4 -1
- package/lib/node/hosting/backend-hosting-module.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.d.ts +29 -1
- package/lib/node/hosting/browser-connection-token.d.ts.map +1 -1
- package/lib/node/hosting/browser-connection-token.js +25 -1
- package/lib/node/hosting/browser-connection-token.js.map +1 -1
- package/lib/node/hosting/browser-connection-token.spec.js +70 -0
- package/lib/node/hosting/browser-connection-token.spec.js.map +1 -1
- 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/package.json +11 -11
- package/src/browser/browser-clipboard-service.ts +7 -1
- package/src/browser/clipboard-service.ts +11 -0
- package/src/browser/common-frontend-contribution.spec.ts +84 -0
- package/src/browser/common-frontend-contribution.ts +22 -10
- package/src/browser/frontend-application-contribution.ts +1 -1
- package/src/browser/frontend-application-module.ts +15 -3
- package/src/browser/frontend-application.ts +12 -4
- package/src/browser/index.ts +1 -0
- package/src/browser/keybinding.ts +12 -7
- package/src/browser/perspective-service.spec.ts +2270 -0
- package/src/browser/perspective-service.ts +625 -0
- package/src/browser/preferences/preference-contribution.ts +9 -1
- package/src/browser/preferences/preference-service.spec.ts +72 -0
- package/src/browser/shell/application-shell.ts +41 -26
- package/src/browser/shell/shell-layout-restorer.spec.ts +746 -0
- package/src/browser/shell/shell-layout-restorer.ts +134 -13
- package/src/browser/shell/view-contribution.ts +6 -1
- package/src/browser/status-bar/status-bar.tsx +13 -3
- package/src/browser/style/select-component.css +16 -0
- package/src/browser/style/sidepanel.css +5 -0
- package/src/browser/style/status-bar.css +1 -1
- package/src/browser/tree/tree-consistency.spec.ts +119 -0
- package/src/browser/tree/tree-widget.tsx +12 -78
- package/src/browser/tree/tree.ts +6 -0
- package/src/browser/widgets/index.ts +1 -0
- package/src/browser/widgets/select-component.tsx +90 -24
- package/src/browser/widgets/tab-bar-tracker.spec.ts +121 -0
- package/src/browser/widgets/tab-bar-tracker.ts +68 -0
- package/src/browser/window/default-secondary-window-service.ts +8 -2
- package/src/browser/window/default-window-service.spec.ts +22 -0
- package/src/browser/window/default-window-service.ts +37 -5
- package/src/browser/window/secondary-window-service.ts +7 -0
- package/src/browser/window/window-service.ts +1 -1
- package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +32 -3
- package/src/common/i18n/nls.metadata.json +4149 -888
- package/src/common/preferences/index.ts +1 -0
- package/src/common/preferences/preference-provider.spec.ts +17 -0
- package/src/common/preferences/preference-provider.ts +22 -1
- package/src/common/preferences/preference-scope.spec.ts +5 -3
- package/src/common/preferences/preference-scope.ts +6 -1
- package/src/common/preferences/preference-service.ts +39 -5
- package/src/common/preferences/session-preference-provider.spec.ts +78 -0
- package/src/common/preferences/session-preference-provider.ts +69 -0
- package/src/electron-browser/electron-clipboard-service.ts +5 -0
- package/src/electron-browser/menu/electron-menu-contribution.ts +1 -1
- package/src/electron-browser/menu/electron-menu-style.css +3 -1
- package/src/electron-browser/preload.ts +5 -2
- package/src/electron-browser/window/electron-secondary-window-service.ts +1 -1
- package/src/electron-browser/window/electron-window-service.ts +3 -3
- package/src/electron-common/electron-api.ts +4 -0
- package/src/electron-main/electron-api-main.ts +56 -3
- package/src/electron-main/electron-main-application.ts +3 -0
- package/src/electron-node/hosting/electron-backend-hosting-module.spec.ts +42 -0
- package/src/electron-node/hosting/electron-backend-hosting-module.ts +8 -0
- package/src/node/hosting/backend-hosting-module.ts +5 -2
- package/src/node/hosting/browser-connection-token.spec.ts +92 -0
- package/src/node/hosting/browser-connection-token.ts +45 -1
- package/src/node/index.ts +1 -0
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Mermaid config",
|
|
7
|
+
"description": "Configuration for Mermaid diagrams and charts",
|
|
8
|
+
"fileMatch": ["mermaid.config.json", ".mermaidrc.json", "mermaidrc.json"],
|
|
9
|
+
"url": "https://mermaid.js.org/schemas/config.schema.json"
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"name": "Specpin spec file",
|
|
7
13
|
"description": "Specpin business-spec file (.specs/*.spec.json): rules, descriptions, and acceptance criteria pinned to UI elements",
|
|
@@ -10,13 +16,13 @@
|
|
|
10
16
|
},
|
|
11
17
|
{
|
|
12
18
|
"name": "Burnless SRE config",
|
|
13
|
-
"description": "Burnless sre.yaml
|
|
19
|
+
"description": "Burnless sre.yaml — SLOs, error budgets, runbooks, on-call, and dashboards as code",
|
|
14
20
|
"fileMatch": ["sre.yaml", "sre.yml"],
|
|
15
21
|
"url": "https://raw.githubusercontent.com/Custos-com/Burnless/main/schema/sre.schema.json"
|
|
16
22
|
},
|
|
17
23
|
{
|
|
18
24
|
"name": "SigmaCV CV",
|
|
19
|
-
"description": "SigmaCV canonical academic-CV object
|
|
25
|
+
"description": "SigmaCV canonical academic-CV object — open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
|
|
20
26
|
"fileMatch": ["**/*.sigmacv.json"],
|
|
21
27
|
"url": "https://www.schemastore.org/sigmacv.json"
|
|
22
28
|
},
|
|
@@ -122,6 +128,16 @@
|
|
|
122
128
|
"fileMatch": ["accelerator.yaml"],
|
|
123
129
|
"url": "https://www.schemastore.org/accelerator.json"
|
|
124
130
|
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Amazon S3 bucket CORS",
|
|
133
|
+
"description": "JSON CORS configuration for Amazon S3 buckets",
|
|
134
|
+
"fileMatch": [
|
|
135
|
+
"**/s3-cors.json",
|
|
136
|
+
"**/s3-bucket-cors.json",
|
|
137
|
+
"**/s3-cors-configuration.json"
|
|
138
|
+
],
|
|
139
|
+
"url": "https://www.schemastore.org/s3-bucket-cors.json"
|
|
140
|
+
},
|
|
125
141
|
{
|
|
126
142
|
"name": "amplify.yml",
|
|
127
143
|
"description": "AWS Amplify Console build settings file",
|
|
@@ -131,7 +147,7 @@
|
|
|
131
147
|
{
|
|
132
148
|
"name": "Applicant Profile Protocol",
|
|
133
149
|
"description": "Structured JSON format for professional profiles, resumes, and CVs with skills, experience, education, and certifications",
|
|
134
|
-
"fileMatch": ["*.app.json"],
|
|
150
|
+
"fileMatch": ["*.app-profile.json"],
|
|
135
151
|
"url": "https://app-protocol.org/schema/app-1.0.json"
|
|
136
152
|
},
|
|
137
153
|
{
|
|
@@ -219,7 +235,7 @@
|
|
|
219
235
|
"name": ".aiproj.json",
|
|
220
236
|
"description": "Settings for project analysis by the Application Inspector",
|
|
221
237
|
"fileMatch": [".aiproj.json"],
|
|
222
|
-
"url": "https://www.schemastore.org/aiproj-1.
|
|
238
|
+
"url": "https://www.schemastore.org/aiproj-1.11.json",
|
|
223
239
|
"versions": {
|
|
224
240
|
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
|
|
225
241
|
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
|
|
@@ -231,9 +247,16 @@
|
|
|
231
247
|
"1.7": "https://www.schemastore.org/aiproj-1.7.json",
|
|
232
248
|
"1.8": "https://www.schemastore.org/aiproj-1.8.json",
|
|
233
249
|
"1.9": "https://www.schemastore.org/aiproj-1.9.json",
|
|
234
|
-
"1.10": "https://www.schemastore.org/aiproj-1.10.json"
|
|
250
|
+
"1.10": "https://www.schemastore.org/aiproj-1.10.json",
|
|
251
|
+
"1.11": "https://www.schemastore.org/aiproj-1.11.json"
|
|
235
252
|
}
|
|
236
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"name": "abtop",
|
|
256
|
+
"description": "abtop configuration file",
|
|
257
|
+
"fileMatch": ["**/abtop/config.toml"],
|
|
258
|
+
"url": "https://www.schemastore.org/abtop.json"
|
|
259
|
+
},
|
|
237
260
|
{
|
|
238
261
|
"name": "ABCInventoryModuleData",
|
|
239
262
|
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
|
|
@@ -331,6 +354,18 @@
|
|
|
331
354
|
"fileMatch": ["actionlint.yaml", "actionlint.yml"],
|
|
332
355
|
"url": "https://www.schemastore.org/actionlint.json"
|
|
333
356
|
},
|
|
357
|
+
{
|
|
358
|
+
"name": "AI Harness config",
|
|
359
|
+
"description": "Repository bootstrap-intent marker for ai-harness, including context directory, resolved AI coding targets, and posture",
|
|
360
|
+
"fileMatch": [".aih-config.json"],
|
|
361
|
+
"url": "https://www.schemastore.org/aih-config.json"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "AI Harness org policy",
|
|
365
|
+
"description": "Repository governance policy for ai-harness command guardrails, MCP policy, and trust gates",
|
|
366
|
+
"fileMatch": ["aih-org-policy.json"],
|
|
367
|
+
"url": "https://www.schemastore.org/aih-org-policy.json"
|
|
368
|
+
},
|
|
334
369
|
{
|
|
335
370
|
"name": "AIConfig",
|
|
336
371
|
"description": "AIConfig that is used to store generative AI prompts, models and model parameters",
|
|
@@ -482,6 +517,30 @@
|
|
|
482
517
|
"fileMatch": ["arc.json", "arc.yml", "arc.yaml"],
|
|
483
518
|
"url": "https://raw.githubusercontent.com/architect/parser/v2.3.0/arc-schema.json"
|
|
484
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "Archival editor configuration",
|
|
522
|
+
"description": "Per-object editor configuration for an archival site",
|
|
523
|
+
"fileMatch": ["archival_editor.toml"],
|
|
524
|
+
"url": "https://archival.dev/schemas/archival_editor.schema.json"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "Archival object definitions",
|
|
528
|
+
"description": "Object definitions for an archival site",
|
|
529
|
+
"fileMatch": ["archival_objects.toml"],
|
|
530
|
+
"url": "https://archival.dev/schemas/objects.schema.json"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "Archival site configuration",
|
|
534
|
+
"description": "Site configuration for an archival site",
|
|
535
|
+
"fileMatch": ["archival.toml"],
|
|
536
|
+
"url": "https://archival.dev/schemas/manifest.schema.json"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "Archival template definition",
|
|
540
|
+
"description": "Metadata describing an archival site template",
|
|
541
|
+
"fileMatch": ["archival_template.toml"],
|
|
542
|
+
"url": "https://archival.dev/schemas/archival_template.schema.json"
|
|
543
|
+
},
|
|
485
544
|
{
|
|
486
545
|
"name": "Argo CD",
|
|
487
546
|
"description": "Argo CD base resources",
|
|
@@ -503,6 +562,12 @@
|
|
|
503
562
|
"fileMatch": ["artifacthub-repo.yml"],
|
|
504
563
|
"url": "https://www.schemastore.org/artifacthub-repo.json"
|
|
505
564
|
},
|
|
565
|
+
{
|
|
566
|
+
"name": "Are The Types Wrong?",
|
|
567
|
+
"description": "Configuration for the Are The Types Wrong? CLI",
|
|
568
|
+
"fileMatch": [".attw.json"],
|
|
569
|
+
"url": "https://www.schemastore.org/attw.json"
|
|
570
|
+
},
|
|
506
571
|
{
|
|
507
572
|
"name": "asm-lsp",
|
|
508
573
|
"description": "Configuration file for asm-lsp",
|
|
@@ -1015,6 +1080,24 @@
|
|
|
1015
1080
|
"fileMatch": ["loki.yml", "loki.yaml"],
|
|
1016
1081
|
"url": "https://www.schemastore.org/loki.json"
|
|
1017
1082
|
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "lsd config",
|
|
1085
|
+
"description": "Configuration for lsd, the next-generation ls command",
|
|
1086
|
+
"fileMatch": ["**/.config/lsd/config.yaml"],
|
|
1087
|
+
"url": "https://www.schemastore.org/lsd-config.json"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "lsd colors",
|
|
1091
|
+
"description": "Color theme configuration for lsd",
|
|
1092
|
+
"fileMatch": ["**/.config/lsd/colors.yaml"],
|
|
1093
|
+
"url": "https://www.schemastore.org/lsd-colors.json"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "lsd icons",
|
|
1097
|
+
"description": "Icon theme configuration for lsd",
|
|
1098
|
+
"fileMatch": ["**/.config/lsd/icons.yaml"],
|
|
1099
|
+
"url": "https://www.schemastore.org/lsd-icons.json"
|
|
1100
|
+
},
|
|
1018
1101
|
{
|
|
1019
1102
|
"name": "Azure Pipelines",
|
|
1020
1103
|
"description": "Azure Pipelines YAML pipelines definition",
|
|
@@ -1517,6 +1600,18 @@
|
|
|
1517
1600
|
"fileMatch": ["charmcraft.yaml"],
|
|
1518
1601
|
"url": "https://raw.githubusercontent.com/canonical/charmcraft/main/schema/charmcraft.json"
|
|
1519
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "chezmoi configuration",
|
|
1605
|
+
"description": "JSON, JSONC, TOML, and YAML configuration for chezmoi",
|
|
1606
|
+
"fileMatch": [
|
|
1607
|
+
"chezmoi.json",
|
|
1608
|
+
"chezmoi.jsonc",
|
|
1609
|
+
"chezmoi.toml",
|
|
1610
|
+
"chezmoi.yaml",
|
|
1611
|
+
"chezmoi.yml"
|
|
1612
|
+
],
|
|
1613
|
+
"url": "https://www.schemastore.org/chezmoi.json"
|
|
1614
|
+
},
|
|
1520
1615
|
{
|
|
1521
1616
|
"name": "ChordPro Configuration",
|
|
1522
1617
|
"description": "Configuration files for ChordPro",
|
|
@@ -1679,6 +1774,66 @@
|
|
|
1679
1774
|
"fileMatch": ["CVE-*.json"],
|
|
1680
1775
|
"url": "https://raw.githubusercontent.com/CVEProject/cve-schema/master/schema/docs/CVE_Record_Format_bundled.json"
|
|
1681
1776
|
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "CVX personal.yaml",
|
|
1779
|
+
"description": "Identity and contact details for a CVX CV (name, title, contact rows)",
|
|
1780
|
+
"fileMatch": ["**/cv-content/personal.yaml"],
|
|
1781
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/personal.schema.json"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "CVX summary.yaml",
|
|
1785
|
+
"description": "Professional-summary bullets for a CVX CV",
|
|
1786
|
+
"fileMatch": ["**/cv-content/summary.yaml"],
|
|
1787
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/summary.schema.json"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "CVX experience.yaml",
|
|
1791
|
+
"description": "Work history entries for a CVX CV (roles, progression, impact bullets)",
|
|
1792
|
+
"fileMatch": ["**/cv-content/experience.yaml"],
|
|
1793
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/experience.schema.json"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "CVX education.yaml",
|
|
1797
|
+
"description": "Education entries for a CVX CV",
|
|
1798
|
+
"fileMatch": ["**/cv-content/education.yaml"],
|
|
1799
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/education.schema.json"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "CVX competencies.yaml",
|
|
1803
|
+
"description": "Skill tags for a CVX CV",
|
|
1804
|
+
"fileMatch": ["**/cv-content/competencies.yaml"],
|
|
1805
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/competencies.schema.json"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "CVX achievements.yaml",
|
|
1809
|
+
"description": "Awards and recognitions for a CVX CV",
|
|
1810
|
+
"fileMatch": ["**/cv-content/achievements.yaml"],
|
|
1811
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/achievements.schema.json"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "CVX referees.yaml",
|
|
1815
|
+
"description": "References for a CVX CV",
|
|
1816
|
+
"fileMatch": ["**/cv-content/referees.yaml"],
|
|
1817
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/referees.schema.json"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "CVX keywords.yaml",
|
|
1821
|
+
"description": "ATS keywords embedded in CVX PDF metadata",
|
|
1822
|
+
"fileMatch": ["**/cv-content/keywords.yaml"],
|
|
1823
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/keywords.schema.json"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "CVX config.yaml",
|
|
1827
|
+
"description": "CVX build configuration (theme, layout, pagination, ATS keywords)",
|
|
1828
|
+
"fileMatch": ["**/cv-content/config.yaml"],
|
|
1829
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/config.schema.json"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "CVX layout",
|
|
1833
|
+
"description": "Custom page layout for a CVX CV (section placement per page)",
|
|
1834
|
+
"fileMatch": ["**/cv-content/layouts/*.yaml"],
|
|
1835
|
+
"url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/layout.schema.json"
|
|
1836
|
+
},
|
|
1682
1837
|
{
|
|
1683
1838
|
"name": "Cycle Stack File",
|
|
1684
1839
|
"description": "A Cycle.io stack file for environments as code",
|
|
@@ -1722,25 +1877,25 @@
|
|
|
1722
1877
|
"name": "dbt Dependencies",
|
|
1723
1878
|
"description": "dbt's dependencies.yml file for external packages and cross-project refs",
|
|
1724
1879
|
"fileMatch": ["**/*dbt*/dependencies.yaml", "**/*dbt*/dependencies.yml"],
|
|
1725
|
-
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/
|
|
1880
|
+
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dependencies-latest-fusion.json"
|
|
1726
1881
|
},
|
|
1727
1882
|
{
|
|
1728
1883
|
"name": "dbt Project",
|
|
1729
1884
|
"description": "dbt's project configuration file",
|
|
1730
1885
|
"fileMatch": ["dbt_project.yaml", "dbt_project.yml"],
|
|
1731
|
-
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/
|
|
1886
|
+
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_project-latest-fusion.json"
|
|
1732
1887
|
},
|
|
1733
1888
|
{
|
|
1734
1889
|
"name": "dbt Packages",
|
|
1735
1890
|
"description": "dbt's packages.yml file for external packages",
|
|
1736
1891
|
"fileMatch": ["**/*dbt*/packages.yaml", "**/*dbt*/packages.yml"],
|
|
1737
|
-
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/
|
|
1892
|
+
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/packages-latest-fusion.json"
|
|
1738
1893
|
},
|
|
1739
1894
|
{
|
|
1740
1895
|
"name": "dbt Selectors",
|
|
1741
1896
|
"description": "dbt's selectors.yml file for configuring YAML selectors",
|
|
1742
1897
|
"fileMatch": ["**/*dbt*/selectors.yaml", "**/*dbt*/selectors.yml"],
|
|
1743
|
-
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/
|
|
1898
|
+
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/selectors-latest-fusion.json"
|
|
1744
1899
|
},
|
|
1745
1900
|
{
|
|
1746
1901
|
"name": "dbt YAML files",
|
|
@@ -1755,7 +1910,7 @@
|
|
|
1755
1910
|
"**/*dbt*/snapshots/**/*.yaml",
|
|
1756
1911
|
"**/*dbt*/snapshots/**/*.yml"
|
|
1757
1912
|
],
|
|
1758
|
-
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/
|
|
1913
|
+
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_yml_files-latest-fusion.json"
|
|
1759
1914
|
},
|
|
1760
1915
|
{
|
|
1761
1916
|
"name": "Debian Upstream Metadata file",
|
|
@@ -2500,6 +2655,12 @@
|
|
|
2500
2655
|
"fileMatch": ["debugsettings.json"],
|
|
2501
2656
|
"url": "https://www.schemastore.org/debugsettings.json"
|
|
2502
2657
|
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "Draugr Saga",
|
|
2660
|
+
"description": "Draugr Saga - a declarative account of an application's security surface and the controls that must pass",
|
|
2661
|
+
"fileMatch": ["*.saga.yaml", "*.saga.yml", ".saga.yaml", ".saga.yml"],
|
|
2662
|
+
"url": "https://draugr.dev/schema/draugr.saga.schema.json"
|
|
2663
|
+
},
|
|
2503
2664
|
{
|
|
2504
2665
|
"name": "Deno Config (deno.json)",
|
|
2505
2666
|
"description": "A JSON representation of a Deno configuration file",
|
|
@@ -2700,6 +2861,12 @@
|
|
|
2700
2861
|
"fileMatch": ["*.dstack.yml", "*.dstack.yaml"],
|
|
2701
2862
|
"url": "https://dstack-runner-downloads.s3.eu-west-1.amazonaws.com/latest/schemas/configuration.json"
|
|
2702
2863
|
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "Dust configuration",
|
|
2866
|
+
"description": "TOML configuration for Dust",
|
|
2867
|
+
"fileMatch": [".dust.toml", "**/.config/dust/config.toml"],
|
|
2868
|
+
"url": "https://www.schemastore.org/dust.json"
|
|
2869
|
+
},
|
|
2703
2870
|
{
|
|
2704
2871
|
"name": "dvc.yaml",
|
|
2705
2872
|
"description": "dvc.yaml file",
|
|
@@ -2766,6 +2933,15 @@
|
|
|
2766
2933
|
"fileMatch": ["**/eca/config.json", "**/.eca/config.json"],
|
|
2767
2934
|
"url": "https://eca.dev/config.json"
|
|
2768
2935
|
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "editorconfig-checker",
|
|
2938
|
+
"description": "editorconfig-checker configuration file",
|
|
2939
|
+
"fileMatch": [".editorconfig-checker.json"],
|
|
2940
|
+
"url": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/main/.editorconfig-checker.schema.json",
|
|
2941
|
+
"versions": {
|
|
2942
|
+
"3.8.0": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.8.0/.editorconfig-checker.schema.json"
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2769
2945
|
{
|
|
2770
2946
|
"name": "eksctl",
|
|
2771
2947
|
"description": "eksctl cluster configuration file",
|
|
@@ -3363,9 +3539,15 @@
|
|
|
3363
3539
|
},
|
|
3364
3540
|
{
|
|
3365
3541
|
"name": "Knip",
|
|
3366
|
-
"description": "Knip configuration files",
|
|
3367
|
-
"fileMatch": ["knip.json", ".knip.json"
|
|
3368
|
-
"url": "https://unpkg.com/knip@
|
|
3542
|
+
"description": "Knip JSON configuration files",
|
|
3543
|
+
"fileMatch": ["knip.json", ".knip.json"],
|
|
3544
|
+
"url": "https://unpkg.com/knip@6/schema.json"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"name": "Knip JSONC",
|
|
3548
|
+
"description": "Knip JSONC configuration files",
|
|
3549
|
+
"fileMatch": ["knip.jsonc", ".knip.jsonc"],
|
|
3550
|
+
"url": "https://unpkg.com/knip@6/schema-jsonc.json"
|
|
3369
3551
|
},
|
|
3370
3552
|
{
|
|
3371
3553
|
"name": "KSail",
|
|
@@ -3406,6 +3588,12 @@
|
|
|
3406
3588
|
"2.3": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.3.json"
|
|
3407
3589
|
}
|
|
3408
3590
|
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "GAMA",
|
|
3593
|
+
"description": "GAMA configuration file",
|
|
3594
|
+
"fileMatch": ["**/gama/config.yaml", ".gama.yaml"],
|
|
3595
|
+
"url": "https://www.schemastore.org/gama.json"
|
|
3596
|
+
},
|
|
3409
3597
|
{
|
|
3410
3598
|
"name": "Gaspar",
|
|
3411
3599
|
"description": "Configuration for Gaspar",
|
|
@@ -3442,7 +3630,6 @@
|
|
|
3442
3630
|
{
|
|
3443
3631
|
"name": "GCP Blueprint Metadata",
|
|
3444
3632
|
"description": "Blueprint Solutions for Google Cloud",
|
|
3445
|
-
"fileMatch": ["metadata.yaml", "metadata.display.yaml"],
|
|
3446
3633
|
"url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
|
|
3447
3634
|
},
|
|
3448
3635
|
{
|
|
@@ -3483,7 +3670,7 @@
|
|
|
3483
3670
|
".gitversion.yml",
|
|
3484
3671
|
".gitversion.yaml"
|
|
3485
3672
|
],
|
|
3486
|
-
"url": "https://gitversion.net/schemas/6.
|
|
3673
|
+
"url": "https://gitversion.net/schemas/6.8/GitVersion.configuration.json",
|
|
3487
3674
|
"versions": {
|
|
3488
3675
|
"5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
|
|
3489
3676
|
"6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
|
|
@@ -3493,9 +3680,32 @@
|
|
|
3493
3680
|
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
|
|
3494
3681
|
"6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
|
|
3495
3682
|
"6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json",
|
|
3496
|
-
"6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json"
|
|
3683
|
+
"6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
|
|
3684
|
+
"6.8": "https://gitversion.net/schemas/6.8/GitVersion.configuration.json"
|
|
3497
3685
|
}
|
|
3498
3686
|
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "Gitleaks",
|
|
3689
|
+
"description": "Gitleaks configuration file",
|
|
3690
|
+
"fileMatch": ["gitleaks.toml", ".gitleaks.toml"],
|
|
3691
|
+
"url": "https://www.schemastore.org/gitleaks.json"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "git-cliff",
|
|
3695
|
+
"description": "git-cliff configuration file",
|
|
3696
|
+
"fileMatch": [
|
|
3697
|
+
"cliff.toml",
|
|
3698
|
+
".cliff.toml",
|
|
3699
|
+
"**/.config/cliff.toml",
|
|
3700
|
+
"cliff.yaml",
|
|
3701
|
+
"cliff.yml",
|
|
3702
|
+
".cliff.yaml",
|
|
3703
|
+
".cliff.yml",
|
|
3704
|
+
"**/.config/cliff.yaml",
|
|
3705
|
+
"**/.config/cliff.yml"
|
|
3706
|
+
],
|
|
3707
|
+
"url": "https://www.schemastore.org/git-cliff.json"
|
|
3708
|
+
},
|
|
3499
3709
|
{
|
|
3500
3710
|
"name": "Gitea Issue Template configuration",
|
|
3501
3711
|
"description": "YAML configuring Gitea Issue Templates",
|
|
@@ -3518,12 +3728,41 @@
|
|
|
3518
3728
|
],
|
|
3519
3729
|
"url": "https://www.schemastore.org/gitea-issue-forms.json"
|
|
3520
3730
|
},
|
|
3731
|
+
{
|
|
3732
|
+
"name": "gh-dash",
|
|
3733
|
+
"description": "Configuration for the gh-dash GitHub CLI dashboard",
|
|
3734
|
+
"fileMatch": [".gh-dash.yml", ".gh-dash.yaml", "**/gh-dash/config.yml"],
|
|
3735
|
+
"url": "https://gh-dash.dev/schema.json"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"name": "gha-doctor",
|
|
3739
|
+
"description": "Configuration for gha-doctor, the GitHub Actions health checker (speed, cost, and reliability of your workflows)",
|
|
3740
|
+
"fileMatch": [
|
|
3741
|
+
".gha-doctor.yml",
|
|
3742
|
+
".gha-doctor.yaml",
|
|
3743
|
+
"**/.github/gha-doctor.yml",
|
|
3744
|
+
"**/.github/gha-doctor.yaml"
|
|
3745
|
+
],
|
|
3746
|
+
"url": "https://linnea-bakshi.github.io/gha-doctor/schema/gha-doctor-config.schema.json"
|
|
3747
|
+
},
|
|
3521
3748
|
{
|
|
3522
3749
|
"name": "GitHub Action",
|
|
3523
3750
|
"description": "YAML GitHub Actions",
|
|
3524
3751
|
"fileMatch": ["action.yml", "action.yaml"],
|
|
3525
3752
|
"url": "https://www.schemastore.org/github-action.json"
|
|
3526
3753
|
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "GitHub CLI configuration",
|
|
3756
|
+
"description": "Global configuration for the GitHub CLI",
|
|
3757
|
+
"fileMatch": ["**/gh/config.yml", "**/GitHub CLI/config.yml"],
|
|
3758
|
+
"url": "https://www.schemastore.org/github-cli-config.json"
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "GitHub CLI hosts",
|
|
3762
|
+
"description": "Authentication and per-host configuration for the GitHub CLI",
|
|
3763
|
+
"fileMatch": ["**/gh/hosts.yml", "**/GitHub CLI/hosts.yml"],
|
|
3764
|
+
"url": "https://www.schemastore.org/github-cli-hosts.json"
|
|
3765
|
+
},
|
|
3527
3766
|
{
|
|
3528
3767
|
"name": "GitHub Discussion",
|
|
3529
3768
|
"description": "YAML GitHub Discussions",
|
|
@@ -3533,6 +3772,12 @@
|
|
|
3533
3772
|
],
|
|
3534
3773
|
"url": "https://www.schemastore.org/github-discussion.json"
|
|
3535
3774
|
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "GitHub Prompt",
|
|
3777
|
+
"description": "YAML prompt files for GitHub Models (.prompt.yml / .prompt.yaml)",
|
|
3778
|
+
"fileMatch": ["**/*.prompt.yml", "**/*.prompt.yaml"],
|
|
3779
|
+
"url": "https://www.schemastore.org/github-prompt.json"
|
|
3780
|
+
},
|
|
3536
3781
|
{
|
|
3537
3782
|
"name": "GitHub Funding",
|
|
3538
3783
|
"description": "YAML GitHub Funding",
|
|
@@ -3567,6 +3812,12 @@
|
|
|
3567
3812
|
"description": "YAML Jekyll configuration for sites built by GitHub Pages",
|
|
3568
3813
|
"url": "https://www.schemastore.org/github-pages-jekyll.json"
|
|
3569
3814
|
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "GitHub Secret Scanning",
|
|
3817
|
+
"description": "YAML configuration for GitHub secret scanning exclusions",
|
|
3818
|
+
"fileMatch": ["**/.github/secret_scanning.yml"],
|
|
3819
|
+
"url": "https://www.schemastore.org/github-secret-scanning.json"
|
|
3820
|
+
},
|
|
3570
3821
|
{
|
|
3571
3822
|
"name": "GitHub Workflow",
|
|
3572
3823
|
"description": "YAML GitHub Workflow",
|
|
@@ -3620,6 +3871,17 @@
|
|
|
3620
3871
|
"fileMatch": [".gitpod.yml"],
|
|
3621
3872
|
"url": "https://gitpod.io/schemas/gitpod-schema.json"
|
|
3622
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "GitResume",
|
|
3876
|
+
"description": "GitResume resume-as-code definition file",
|
|
3877
|
+
"fileMatch": [
|
|
3878
|
+
"gitresume.yaml",
|
|
3879
|
+
"gitresume.yml",
|
|
3880
|
+
"*.gitresume.yaml",
|
|
3881
|
+
"*.gitresume.yml"
|
|
3882
|
+
],
|
|
3883
|
+
"url": "https://gitresume.co/schema/resume.schema.json"
|
|
3884
|
+
},
|
|
3623
3885
|
{
|
|
3624
3886
|
"name": "Ansible Execution Environment",
|
|
3625
3887
|
"description": "Ansible execution-environment.yml file",
|
|
@@ -3751,6 +4013,12 @@
|
|
|
3751
4013
|
"fileMatch": [".custom-gcl.yml", ".custom-gcl.yaml"],
|
|
3752
4014
|
"url": "https://golangci-lint.run/jsonschema/custom-gcl.jsonschema.json"
|
|
3753
4015
|
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "gollama",
|
|
4018
|
+
"description": "gollama configuration file",
|
|
4019
|
+
"fileMatch": ["**/gollama/config.json"],
|
|
4020
|
+
"url": "https://www.schemastore.org/gollama.json"
|
|
4021
|
+
},
|
|
3754
4022
|
{
|
|
3755
4023
|
"name": "go-feature-flag Flag Configuration",
|
|
3756
4024
|
"description": "go-feature-flag flag configuration file",
|
|
@@ -3925,6 +4193,12 @@
|
|
|
3925
4193
|
],
|
|
3926
4194
|
"url": "https://hazelcast.com/schema/config/hazelcast-config-5.7.json"
|
|
3927
4195
|
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "hassette.toml",
|
|
4198
|
+
"description": "Configuration file for Hassette, an async Python framework for Home Assistant automations",
|
|
4199
|
+
"fileMatch": ["hassette.toml"],
|
|
4200
|
+
"url": "https://raw.githubusercontent.com/NodeJSmith/hassette/main/hassette.schema.json"
|
|
4201
|
+
},
|
|
3928
4202
|
{
|
|
3929
4203
|
"name": "Home Assistant Integration Manifest",
|
|
3930
4204
|
"description": "Home Assistant integration manifest file. Documentation: https://developers.home-assistant.io/docs/creating_integration_manifest/",
|
|
@@ -3964,6 +4238,12 @@
|
|
|
3964
4238
|
"fileMatch": [".htmlvalidate.json"],
|
|
3965
4239
|
"url": "https://html-validate.org/schemas/config.json"
|
|
3966
4240
|
},
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Hoverfly Simulation",
|
|
4243
|
+
"description": "Hoverfly API simulation file for captured or authored HTTP request-response pairs",
|
|
4244
|
+
"fileMatch": [],
|
|
4245
|
+
"url": "https://raw.githubusercontent.com/SpectoLabs/hoverfly/master/core/handlers/v2/schema.json"
|
|
4246
|
+
},
|
|
3967
4247
|
{
|
|
3968
4248
|
"name": "Ory Hydra configuration",
|
|
3969
4249
|
"description": "Ory Hydra configuration file",
|
|
@@ -3986,7 +4266,7 @@
|
|
|
3986
4266
|
"name": "IBM Zapp document",
|
|
3987
4267
|
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
|
|
3988
4268
|
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
|
|
3989
|
-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.
|
|
4269
|
+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json",
|
|
3990
4270
|
"versions": {
|
|
3991
4271
|
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
|
|
3992
4272
|
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
|
|
@@ -3997,7 +4277,10 @@
|
|
|
3997
4277
|
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
|
|
3998
4278
|
"1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json",
|
|
3999
4279
|
"1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json",
|
|
4000
|
-
"1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json"
|
|
4280
|
+
"1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
|
|
4281
|
+
"1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json",
|
|
4282
|
+
"1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json",
|
|
4283
|
+
"1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json"
|
|
4001
4284
|
}
|
|
4002
4285
|
},
|
|
4003
4286
|
{
|
|
@@ -4481,6 +4764,17 @@
|
|
|
4481
4764
|
"fileMatch": [".kubri.yaml", ".kubri.yml", "kubri.yaml", "kubri.yml"],
|
|
4482
4765
|
"url": "https://kubri.dev/schema.json"
|
|
4483
4766
|
},
|
|
4767
|
+
{
|
|
4768
|
+
"name": "kind cluster",
|
|
4769
|
+
"description": "Configuration file for kind (Kubernetes IN Docker) clusters",
|
|
4770
|
+
"fileMatch": [
|
|
4771
|
+
"kind.yaml",
|
|
4772
|
+
"kind.yml",
|
|
4773
|
+
"**/kind-config.yaml",
|
|
4774
|
+
"**/kind-config.yml"
|
|
4775
|
+
],
|
|
4776
|
+
"url": "https://www.schemastore.org/kind-cluster.json"
|
|
4777
|
+
},
|
|
4484
4778
|
{
|
|
4485
4779
|
"name": "kustomization.yaml",
|
|
4486
4780
|
"description": "Kubernetes native configuration management",
|
|
@@ -4625,6 +4919,12 @@
|
|
|
4625
4919
|
"fileMatch": [".luaurc"],
|
|
4626
4920
|
"url": "https://www.schemastore.org/luaurc.json"
|
|
4627
4921
|
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "Madge configuration",
|
|
4924
|
+
"description": "Madge module dependency analysis configuration file",
|
|
4925
|
+
"fileMatch": [".madgerc"],
|
|
4926
|
+
"url": "https://www.schemastore.org/madge.json"
|
|
4927
|
+
},
|
|
4628
4928
|
{
|
|
4629
4929
|
"name": "Mado configuration",
|
|
4630
4930
|
"description": "Mado markdown linter configuration file",
|
|
@@ -4633,7 +4933,7 @@
|
|
|
4633
4933
|
},
|
|
4634
4934
|
{
|
|
4635
4935
|
"name": "Maestro Flow",
|
|
4636
|
-
"description": "Maestro mobile and web UI test flow (YAML)",
|
|
4936
|
+
"description": "Maestro mobile and web UI test flow (YAML) with full command definitions for IDE autocomplete (tapOn, extendedWaitUntil, runFlow, launchApp, and more)",
|
|
4637
4937
|
"fileMatch": [
|
|
4638
4938
|
"**/.maestro/**/*.yaml",
|
|
4639
4939
|
"**/.maestro/**/*.yml",
|
|
@@ -4889,6 +5189,11 @@
|
|
|
4889
5189
|
],
|
|
4890
5190
|
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
|
|
4891
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "MockServer Expectation",
|
|
5194
|
+
"description": "MockServer expectation configuration defining a single request matcher and response action. For files holding an array of expectations, use the \"MockServer Expectations\" entry. See https://www.mock-server.com",
|
|
5195
|
+
"url": "https://www.mock-server.com/schema/expectation.json"
|
|
5196
|
+
},
|
|
4892
5197
|
{
|
|
4893
5198
|
"name": "MockServer Expectations",
|
|
4894
5199
|
"description": "MockServer expectations configuration for defining request matchers and response actions. See https://www.mock-server.com",
|
|
@@ -4905,6 +5210,11 @@
|
|
|
4905
5210
|
"fileMatch": [],
|
|
4906
5211
|
"url": "https://www.schemastore.org/modelparams.json"
|
|
4907
5212
|
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "models CLI",
|
|
5215
|
+
"description": "models CLI configuration file",
|
|
5216
|
+
"url": "https://www.schemastore.org/modelsdev.json"
|
|
5217
|
+
},
|
|
4908
5218
|
{
|
|
4909
5219
|
"name": "monospace.yml",
|
|
4910
5220
|
"description": "MonoSpace configuration file",
|
|
@@ -5074,7 +5384,7 @@
|
|
|
5074
5384
|
},
|
|
5075
5385
|
{
|
|
5076
5386
|
"name": "nest-cli",
|
|
5077
|
-
"description": "A progressive Node.js framework for building efficient and scalable server-side applications
|
|
5387
|
+
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
|
|
5078
5388
|
"fileMatch": [
|
|
5079
5389
|
".nestcli.json",
|
|
5080
5390
|
".nest-cli.json",
|
|
@@ -5095,6 +5405,12 @@
|
|
|
5095
5405
|
"fileMatch": [".nodehawkrc"],
|
|
5096
5406
|
"url": "https://www.schemastore.org/nodehawkrc.json"
|
|
5097
5407
|
},
|
|
5408
|
+
{
|
|
5409
|
+
"name": "Nika workflow",
|
|
5410
|
+
"description": "Nika workflow language (*.nika.yaml) · the nika: v1 envelope, four verbs, stdlib builtins",
|
|
5411
|
+
"fileMatch": ["*.nika.yaml", "*.nika.yml"],
|
|
5412
|
+
"url": "https://raw.githubusercontent.com/supernovae-st/nika-spec/main/schemas/workflow.schema.json"
|
|
5413
|
+
},
|
|
5098
5414
|
{
|
|
5099
5415
|
"name": "nodemon.json",
|
|
5100
5416
|
"description": "nodemon.json configuration files",
|
|
@@ -5203,6 +5519,24 @@
|
|
|
5203
5519
|
"fileMatch": ["fields.yaml", "*_fields.yaml"],
|
|
5204
5520
|
"url": "https://raw.githubusercontent.com/inetis-ch/october-schemas/master/fields.json"
|
|
5205
5521
|
},
|
|
5522
|
+
{
|
|
5523
|
+
"name": "ODGS Standard Metrics",
|
|
5524
|
+
"description": "Open Data Governance Standard (ODGS) metric definitions — KPI logic, lineage, and compliance mappings",
|
|
5525
|
+
"fileMatch": ["*.odgs-metrics.json"],
|
|
5526
|
+
"url": "https://www.schemastore.org/odgs-standard-metrics.json"
|
|
5527
|
+
},
|
|
5528
|
+
{
|
|
5529
|
+
"name": "ODGS Data Rules",
|
|
5530
|
+
"description": "ODGS validation and permissibility rules — mechanically executable data governance constraints",
|
|
5531
|
+
"fileMatch": ["*.odgs-rules.json"],
|
|
5532
|
+
"url": "https://www.schemastore.org/odgs-data-rules.json"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"name": "ODGS Ontology Graph",
|
|
5536
|
+
"description": "ODGS business-entity ontology graph for AI graph traversal",
|
|
5537
|
+
"fileMatch": ["*.odgs-ontology.json"],
|
|
5538
|
+
"url": "https://www.schemastore.org/odgs-ontology-graph.json"
|
|
5539
|
+
},
|
|
5206
5540
|
{
|
|
5207
5541
|
"name": "ogen",
|
|
5208
5542
|
"description": "ogen code generator configuration, see https://ogen.dev/docs/config",
|
|
@@ -5241,7 +5575,14 @@
|
|
|
5241
5575
|
{
|
|
5242
5576
|
"name": "openapi.json",
|
|
5243
5577
|
"description": "An OpenAPI documentation file",
|
|
5244
|
-
"fileMatch": [
|
|
5578
|
+
"fileMatch": [
|
|
5579
|
+
"openapi.json",
|
|
5580
|
+
"openapi.yml",
|
|
5581
|
+
"openapi.yaml",
|
|
5582
|
+
"*.openapi.json",
|
|
5583
|
+
"*.openapi.yml",
|
|
5584
|
+
"*.openapi.yaml"
|
|
5585
|
+
],
|
|
5245
5586
|
"url": "https://www.schemastore.org/openapi-3.X.json"
|
|
5246
5587
|
},
|
|
5247
5588
|
{
|
|
@@ -5328,8 +5669,8 @@
|
|
|
5328
5669
|
"fileMatch": [
|
|
5329
5670
|
"opentelemetry*.yaml",
|
|
5330
5671
|
"opentelemetry*.yml",
|
|
5331
|
-
"otel*.yaml",
|
|
5332
|
-
"otel*.yml"
|
|
5672
|
+
"otel-sdk*.yaml",
|
|
5673
|
+
"otel-sdk*.yml"
|
|
5333
5674
|
],
|
|
5334
5675
|
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5335
5676
|
"versions": {
|
|
@@ -5777,7 +6118,7 @@
|
|
|
5777
6118
|
},
|
|
5778
6119
|
{
|
|
5779
6120
|
"name": "PRML manifest",
|
|
5780
|
-
"description": "Pre-Registered ML Manifest
|
|
6121
|
+
"description": "Pre-Registered ML Manifest — open spec for committing ML evaluation claims to a SHA-256 hash before the run (CC BY 4.0). https://spec.falsify.dev/v0.1",
|
|
5781
6122
|
"fileMatch": [
|
|
5782
6123
|
"*.prml.yaml",
|
|
5783
6124
|
"*.prml.yml",
|
|
@@ -6022,13 +6363,13 @@
|
|
|
6022
6363
|
"fileMatch": ["**/.github/labeler.yml"],
|
|
6023
6364
|
"url": "https://www.schemastore.org/pull-request-labeler.json",
|
|
6024
6365
|
"versions": {
|
|
6025
|
-
"4": "https://www.schemastore.org/pull-request-labeler.json",
|
|
6366
|
+
"4": "https://www.schemastore.org/pull-request-labeler-4.json",
|
|
6026
6367
|
"5": "https://www.schemastore.org/pull-request-labeler-5.json"
|
|
6027
6368
|
}
|
|
6028
6369
|
},
|
|
6029
6370
|
{
|
|
6030
6371
|
"name": ".putout.json",
|
|
6031
|
-
"description": "
|
|
6372
|
+
"description": "🐊Putout configuration file",
|
|
6032
6373
|
"fileMatch": [".putout.json"],
|
|
6033
6374
|
"url": "https://www.schemastore.org/putout.json"
|
|
6034
6375
|
},
|
|
@@ -6239,6 +6580,12 @@
|
|
|
6239
6580
|
"fileMatch": ["replit.toml"],
|
|
6240
6581
|
"url": "https://www.schemastore.org/replit.json"
|
|
6241
6582
|
},
|
|
6583
|
+
{
|
|
6584
|
+
"name": "repo-settings-as-code",
|
|
6585
|
+
"description": "Declarative GitHub repository settings applied by the repo-settings-as-code action; accepts Probot Settings app files as-is. Documentation: https://github.com/Vivswan/repo-settings-as-code",
|
|
6586
|
+
"fileMatch": ["**/.github/settings.yml"],
|
|
6587
|
+
"url": "https://raw.githubusercontent.com/Vivswan/repo-settings-as-code/main/lib/settings.schema.json"
|
|
6588
|
+
},
|
|
6242
6589
|
{
|
|
6243
6590
|
"name": "reposets Configuration",
|
|
6244
6591
|
"description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
|
|
@@ -6277,7 +6624,7 @@
|
|
|
6277
6624
|
},
|
|
6278
6625
|
{
|
|
6279
6626
|
"name": "JSON Resume",
|
|
6280
|
-
"description": "JSON
|
|
6627
|
+
"description": "JSON résumé files",
|
|
6281
6628
|
"fileMatch": [
|
|
6282
6629
|
"**/resume.json",
|
|
6283
6630
|
"**/*.resume.json",
|
|
@@ -6307,6 +6654,7 @@
|
|
|
6307
6654
|
],
|
|
6308
6655
|
"url": "https://docs.renovatebot.com/renovate-schema.json",
|
|
6309
6656
|
"versions": {
|
|
6657
|
+
"43": "https://www.schemastore.org/renovate-43.json",
|
|
6310
6658
|
"42": "https://www.schemastore.org/renovate-42.json",
|
|
6311
6659
|
"41": "https://www.schemastore.org/renovate-41.json",
|
|
6312
6660
|
"40": "https://www.schemastore.org/renovate-40.json",
|
|
@@ -6319,6 +6667,7 @@
|
|
|
6319
6667
|
"fileMatch": [],
|
|
6320
6668
|
"url": "https://docs.renovatebot.com/renovate-global-schema.json",
|
|
6321
6669
|
"versions": {
|
|
6670
|
+
"43": "https://www.schemastore.org/renovate-global-schema-43.json",
|
|
6322
6671
|
"42": "https://www.schemastore.org/renovate-global-schema-42.json",
|
|
6323
6672
|
"41": "https://www.schemastore.org/renovate-global-schema-41.json"
|
|
6324
6673
|
}
|
|
@@ -6329,6 +6678,7 @@
|
|
|
6329
6678
|
"fileMatch": [],
|
|
6330
6679
|
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
|
|
6331
6680
|
"versions": {
|
|
6681
|
+
"43": "https://www.schemastore.org/renovate-inherited-schema-43.json",
|
|
6332
6682
|
"42": "https://www.schemastore.org/renovate-inherited-schema-42.json"
|
|
6333
6683
|
}
|
|
6334
6684
|
},
|
|
@@ -6706,6 +7056,34 @@
|
|
|
6706
7056
|
"fileMatch": [".size-limit.json"],
|
|
6707
7057
|
"url": "https://www.schemastore.org/size-limit.json"
|
|
6708
7058
|
},
|
|
7059
|
+
{
|
|
7060
|
+
"name": "skill-map plugin extension manifest",
|
|
7061
|
+
"description": "Declarative manifest of a skill-map plugin extension (version, description, stability, defaultEnabled), read before any code is imported",
|
|
7062
|
+
"fileMatch": [
|
|
7063
|
+
"**/.skill-map/plugins/*/providers/*/extension.json",
|
|
7064
|
+
"**/.skill-map/plugins/*/extractors/*/extension.json",
|
|
7065
|
+
"**/.skill-map/plugins/*/analyzers/*/extension.json",
|
|
7066
|
+
"**/.skill-map/plugins/*/actions/*/extension.json",
|
|
7067
|
+
"**/.skill-map/plugins/*/formatters/*/extension.json",
|
|
7068
|
+
"**/.skill-map/plugins/*/hooks/*/extension.json"
|
|
7069
|
+
],
|
|
7070
|
+
"url": "https://skill-map.ai/spec/v1/extensions/extension-manifest.schema.json"
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"name": "skill-map project settings",
|
|
7074
|
+
"description": "Per-project skill-map configuration (.skill-map/settings.json and its .local partner)",
|
|
7075
|
+
"fileMatch": [
|
|
7076
|
+
"**/.skill-map/settings.json",
|
|
7077
|
+
"**/.skill-map/settings.local.json"
|
|
7078
|
+
],
|
|
7079
|
+
"url": "https://skill-map.ai/spec/v1/project-config.schema.json"
|
|
7080
|
+
},
|
|
7081
|
+
{
|
|
7082
|
+
"name": "skill-map provider kind",
|
|
7083
|
+
"description": "Node-kind descriptor a skill-map Provider plugin declares",
|
|
7084
|
+
"fileMatch": ["**/.skill-map/plugins/*/kinds/*/kind.json"],
|
|
7085
|
+
"url": "https://skill-map.ai/spec/v1/extensions/provider-kind.schema.json"
|
|
7086
|
+
},
|
|
6709
7087
|
{
|
|
6710
7088
|
"name": "Slack app manifest",
|
|
6711
7089
|
"description": "A manifest file containing the settings for a Slack app",
|
|
@@ -7163,7 +7541,7 @@
|
|
|
7163
7541
|
},
|
|
7164
7542
|
{
|
|
7165
7543
|
"name": "Tombi",
|
|
7166
|
-
"description": "Tombi (
|
|
7544
|
+
"description": "Tombi (鳶) is a toolkit for TOML; providing a formatter/linter and language server",
|
|
7167
7545
|
"fileMatch": ["tombi.toml", "**/tombi/config.toml"],
|
|
7168
7546
|
"url": "https://www.schemastore.org/tombi.json"
|
|
7169
7547
|
},
|
|
@@ -7235,9 +7613,15 @@
|
|
|
7235
7613
|
"fileMatch": ["trime.yaml", "trime.yml", "*.trime.yaml", "*.trime.yml"],
|
|
7236
7614
|
"url": "https://raw.githubusercontent.com/osfans/trime/develop/doc/trime-schema.json"
|
|
7237
7615
|
},
|
|
7616
|
+
{
|
|
7617
|
+
"name": "Trivy",
|
|
7618
|
+
"description": "Configuration file for Trivy security scanner (trivy.yaml)",
|
|
7619
|
+
"fileMatch": ["trivy.yaml", "trivy.yml", ".trivy.yaml", ".trivy.yml"],
|
|
7620
|
+
"url": "https://raw.githubusercontent.com/aquasecurity/trivy/main/schema/trivy-config.json"
|
|
7621
|
+
},
|
|
7238
7622
|
{
|
|
7239
7623
|
"name": "TrueScript for *.tscript files",
|
|
7240
|
-
"description": "The Ultimate Script Language for monday.com -
|
|
7624
|
+
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
|
|
7241
7625
|
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
|
|
7242
7626
|
"url": "https://www.schemastore.org/truescript.json",
|
|
7243
7627
|
"versions": {
|
|
@@ -7250,6 +7634,12 @@
|
|
|
7250
7634
|
"fileMatch": ["trunk.yaml"],
|
|
7251
7635
|
"url": "https://static.trunk.io/pub/trunk-yaml-schema.json"
|
|
7252
7636
|
},
|
|
7637
|
+
{
|
|
7638
|
+
"name": "tsbuild",
|
|
7639
|
+
"description": "Configuration for the tsbuild TypeScript build system",
|
|
7640
|
+
"fileMatch": ["tsbuild.json"],
|
|
7641
|
+
"url": "https://www.schemastore.org/tsbuild.json"
|
|
7642
|
+
},
|
|
7253
7643
|
{
|
|
7254
7644
|
"name": "tsconfig.json",
|
|
7255
7645
|
"description": "TypeScript compiler configuration file",
|
|
@@ -7570,6 +7960,15 @@
|
|
|
7570
7960
|
"fileMatch": ["**/*vim*/addon-info.json"],
|
|
7571
7961
|
"url": "https://www.schemastore.org/vim-addon-info.json"
|
|
7572
7962
|
},
|
|
7963
|
+
{
|
|
7964
|
+
"name": "Vogi",
|
|
7965
|
+
"description": "Repository configuration for Vogi agents",
|
|
7966
|
+
"fileMatch": [".vogi.yaml"],
|
|
7967
|
+
"url": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json",
|
|
7968
|
+
"versions": {
|
|
7969
|
+
"1": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json"
|
|
7970
|
+
}
|
|
7971
|
+
},
|
|
7573
7972
|
{
|
|
7574
7973
|
"name": "vsls.json",
|
|
7575
7974
|
"description": "Visual Studio Live Share configuration file",
|
|
@@ -7787,10 +8186,16 @@
|
|
|
7787
8186
|
},
|
|
7788
8187
|
{
|
|
7789
8188
|
"name": "huskyrc",
|
|
7790
|
-
"description": "Husky can prevent bad `git commit`, `git push` and more
|
|
8189
|
+
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
|
|
7791
8190
|
"fileMatch": [".huskyrc", ".huskyrc.json"],
|
|
7792
8191
|
"url": "https://www.schemastore.org/huskyrc.json"
|
|
7793
8192
|
},
|
|
8193
|
+
{
|
|
8194
|
+
"name": "lychee",
|
|
8195
|
+
"description": "lychee link checker configuration file",
|
|
8196
|
+
"fileMatch": ["lychee.toml", ".lychee.toml"],
|
|
8197
|
+
"url": "https://www.schemastore.org/lychee.json"
|
|
8198
|
+
},
|
|
7794
8199
|
{
|
|
7795
8200
|
"name": "lint-staged (.lintstagedrc)",
|
|
7796
8201
|
"description": "lint-staged config",
|
|
@@ -7813,6 +8218,17 @@
|
|
|
7813
8218
|
],
|
|
7814
8219
|
"url": "https://www.schemastore.org/mdxlintrc.json"
|
|
7815
8220
|
},
|
|
8221
|
+
{
|
|
8222
|
+
"name": "misata.yaml",
|
|
8223
|
+
"description": "Misata synthetic-data declaration: tables, relationships, exact aggregate curves, and identities for the misata generator",
|
|
8224
|
+
"fileMatch": [
|
|
8225
|
+
"misata.yaml",
|
|
8226
|
+
"misata.yml",
|
|
8227
|
+
"*.misata.yaml",
|
|
8228
|
+
"*.misata.yml"
|
|
8229
|
+
],
|
|
8230
|
+
"url": "https://raw.githubusercontent.com/rasinmuhammed/misata/main/schema/misata.schema.json"
|
|
8231
|
+
},
|
|
7816
8232
|
{
|
|
7817
8233
|
"name": "mirrord config",
|
|
7818
8234
|
"description": "mirrord",
|
|
@@ -7939,7 +8355,7 @@
|
|
|
7939
8355
|
"name": "release drafter",
|
|
7940
8356
|
"description": "Release Drafter configuration file",
|
|
7941
8357
|
"fileMatch": ["**/.github/release-drafter.yml"],
|
|
7942
|
-
"url": "https://raw.githubusercontent.com/release-drafter/release-drafter/
|
|
8358
|
+
"url": "https://raw.githubusercontent.com/release-drafter/release-drafter/refs/heads/main/drafter/schema.json"
|
|
7943
8359
|
},
|
|
7944
8360
|
{
|
|
7945
8361
|
"name": "zuul",
|
|
@@ -8007,8 +8423,8 @@
|
|
|
8007
8423
|
"url": "https://www.schemastore.org/container-structure-test.json"
|
|
8008
8424
|
},
|
|
8009
8425
|
{
|
|
8010
|
-
"name": "
|
|
8011
|
-
"description": "
|
|
8426
|
+
"name": "Žinoma",
|
|
8427
|
+
"description": "Žinoma incremental build configuration",
|
|
8012
8428
|
"fileMatch": ["zinoma.yml"],
|
|
8013
8429
|
"url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
|
|
8014
8430
|
},
|
|
@@ -8157,7 +8573,7 @@
|
|
|
8157
8573
|
"name": "Gradle Enterprise",
|
|
8158
8574
|
"description": "Gradle Enterprise configuration",
|
|
8159
8575
|
"fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
|
|
8160
|
-
"url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-
|
|
8576
|
+
"url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json",
|
|
8161
8577
|
"versions": {
|
|
8162
8578
|
"1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
|
|
8163
8579
|
"2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
|
|
@@ -8173,7 +8589,8 @@
|
|
|
8173
8589
|
"12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
|
|
8174
8590
|
"13.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-13.json",
|
|
8175
8591
|
"14.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-14.json",
|
|
8176
|
-
"15.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json"
|
|
8592
|
+
"15.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
|
|
8593
|
+
"16.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json"
|
|
8177
8594
|
}
|
|
8178
8595
|
},
|
|
8179
8596
|
{
|
|
@@ -8279,7 +8696,7 @@
|
|
|
8279
8696
|
},
|
|
8280
8697
|
{
|
|
8281
8698
|
"name": "Render Blueprints",
|
|
8282
|
-
"description": "Blueprints are Render
|
|
8699
|
+
"description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
|
|
8283
8700
|
"fileMatch": ["**/*render.yaml"],
|
|
8284
8701
|
"url": "https://render.com/schema/render.yaml.json"
|
|
8285
8702
|
},
|
|
@@ -9709,7 +10126,7 @@
|
|
|
9709
10126
|
"**/testdata/insurance/insurance.yml",
|
|
9710
10127
|
"**/testdata/insurance/insurance.yaml"
|
|
9711
10128
|
],
|
|
9712
|
-
"url": "https://www.schemastore.org/gematik-test-
|
|
10129
|
+
"url": "https://www.schemastore.org/gematik-test-insurances.json"
|
|
9713
10130
|
},
|
|
9714
10131
|
{
|
|
9715
10132
|
"name": "gematik tiger test environment configuration",
|
|
@@ -10043,7 +10460,7 @@
|
|
|
10043
10460
|
},
|
|
10044
10461
|
{
|
|
10045
10462
|
"name": "Deployah Configuration",
|
|
10046
|
-
"description": "CLI tool that makes Kubernetes deployments effortless
|
|
10463
|
+
"description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
|
|
10047
10464
|
"fileMatch": [
|
|
10048
10465
|
"deployah.yaml",
|
|
10049
10466
|
"deployah.yml",
|
|
@@ -10265,13 +10682,13 @@
|
|
|
10265
10682
|
{
|
|
10266
10683
|
"name": "oxfmt",
|
|
10267
10684
|
"description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
|
|
10268
|
-
"fileMatch": ["**/.oxfmtrc.json"],
|
|
10685
|
+
"fileMatch": ["**/.oxfmtrc.json", "**/.oxfmtrc.jsonc"],
|
|
10269
10686
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
|
|
10270
10687
|
},
|
|
10271
10688
|
{
|
|
10272
10689
|
"name": "oxlint",
|
|
10273
10690
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
10274
|
-
"fileMatch": ["**/.oxlintrc.json"],
|
|
10691
|
+
"fileMatch": ["**/.oxlintrc.json", "**/.oxlintrc.jsonc"],
|
|
10275
10692
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
|
|
10276
10693
|
},
|
|
10277
10694
|
{
|
|
@@ -10351,7 +10768,7 @@
|
|
|
10351
10768
|
},
|
|
10352
10769
|
{
|
|
10353
10770
|
"name": "OpenDecree",
|
|
10354
|
-
"description": "OpenDecree definition file (https://opendecree.dev)
|
|
10771
|
+
"description": "OpenDecree definition file (https://opendecree.dev) — describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
|
|
10355
10772
|
"fileMatch": [
|
|
10356
10773
|
"decree.schema.yaml",
|
|
10357
10774
|
"decree.schema.yml",
|
|
@@ -10365,7 +10782,7 @@
|
|
|
10365
10782
|
},
|
|
10366
10783
|
{
|
|
10367
10784
|
"name": "OpenDecree Configuration",
|
|
10368
|
-
"description": "OpenDecree configuration values file (https://opendecree.dev)
|
|
10785
|
+
"description": "OpenDecree configuration values file (https://opendecree.dev) — concrete values for fields declared in a paired main decree yaml",
|
|
10369
10786
|
"fileMatch": [
|
|
10370
10787
|
"decree.config.yaml",
|
|
10371
10788
|
"decree.config.yml",
|
|
@@ -10379,7 +10796,7 @@
|
|
|
10379
10796
|
},
|
|
10380
10797
|
{
|
|
10381
10798
|
"name": "Envelope Team Definition",
|
|
10382
|
-
"description": "Open standard for AI agent team definitions
|
|
10799
|
+
"description": "Open standard for AI agent team definitions — declare agents, roles, tools, access policies, and pipelines in a single versioned document",
|
|
10383
10800
|
"fileMatch": ["*.envelope.json", "team.envelope.json"],
|
|
10384
10801
|
"url": "https://schema.openenvelope.org/team/v1.json"
|
|
10385
10802
|
},
|
|
@@ -10389,9 +10806,15 @@
|
|
|
10389
10806
|
"fileMatch": ["Acton.toml"],
|
|
10390
10807
|
"url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
|
|
10391
10808
|
},
|
|
10809
|
+
{
|
|
10810
|
+
"name": "act3",
|
|
10811
|
+
"description": "act3 configuration file",
|
|
10812
|
+
"fileMatch": ["**/act3/act3.yml"],
|
|
10813
|
+
"url": "https://www.schemastore.org/act3.json"
|
|
10814
|
+
},
|
|
10392
10815
|
{
|
|
10393
10816
|
"name": "memnex",
|
|
10394
|
-
"description": "Open specification for portable meeting outputs
|
|
10817
|
+
"description": "Open specification for portable meeting outputs — transcripts, summaries, action items, and decisions. https://memnex.org",
|
|
10395
10818
|
"fileMatch": ["*.memnex.json", "meeting-output.json"],
|
|
10396
10819
|
"url": "https://memnex.org/schema/v0.2/meeting-output.schema.json",
|
|
10397
10820
|
"versions": {
|
|
@@ -10401,7 +10824,7 @@
|
|
|
10401
10824
|
},
|
|
10402
10825
|
{
|
|
10403
10826
|
"name": "runspec",
|
|
10404
|
-
"description": "Interface specification for anything runnable
|
|
10827
|
+
"description": "Interface specification for anything runnable — scripts, apps, and MCP tools",
|
|
10405
10828
|
"fileMatch": ["runspec.toml"],
|
|
10406
10829
|
"url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
|
|
10407
10830
|
},
|
|
@@ -10451,7 +10874,7 @@
|
|
|
10451
10874
|
"name": "Qlik Talend Cloud Pipeline - Transformation Rules",
|
|
10452
10875
|
"description": "Transformation rules definition for QTCP tasks",
|
|
10453
10876
|
"fileMatch": ["**/qtcp_tasks/*/transformationRules.yaml"],
|
|
10454
|
-
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.
|
|
10877
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformationrules.schema.json"
|
|
10455
10878
|
},
|
|
10456
10879
|
{
|
|
10457
10880
|
"name": "Qlik Talend Cloud Pipeline - Transformation Data Flow",
|
|
@@ -10497,11 +10920,47 @@
|
|
|
10497
10920
|
"1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
|
|
10498
10921
|
}
|
|
10499
10922
|
},
|
|
10923
|
+
{
|
|
10924
|
+
"name": "index.toml (packwiz)",
|
|
10925
|
+
"description": "The index file of the modpack, storing references to every file to be downloaded in the pack",
|
|
10926
|
+
"url": "https://www.schemastore.org/packwiz-index.json"
|
|
10927
|
+
},
|
|
10928
|
+
{
|
|
10929
|
+
"name": "mod.pw.toml (packwiz)",
|
|
10930
|
+
"description": "A metadata file which references an external file from a URL",
|
|
10931
|
+
"url": "https://www.schemastore.org/packwiz-mod.json"
|
|
10932
|
+
},
|
|
10933
|
+
{
|
|
10934
|
+
"name": "pack.toml (packwiz)",
|
|
10935
|
+
"description": "The main modpack file for a packwiz modpack",
|
|
10936
|
+
"url": "https://www.schemastore.org/packwiz-pack.json"
|
|
10937
|
+
},
|
|
10500
10938
|
{
|
|
10501
10939
|
"name": "Slang Server Configuration",
|
|
10502
10940
|
"description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
|
|
10503
10941
|
"fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
|
|
10504
10942
|
"url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
|
|
10943
|
+
},
|
|
10944
|
+
{
|
|
10945
|
+
"name": "Heloisa Assistant Plugins Marketplace",
|
|
10946
|
+
"description": "Validation rules for the Heloísa assistant's plugin catalog",
|
|
10947
|
+
"fileMatch": ["heloisa-marketplace.json"],
|
|
10948
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/heloisa-marketplace.json"
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"name": "OKF Graph",
|
|
10952
|
+
"description": "Graph generated for an OKF bundle",
|
|
10953
|
+
"fileMatch": ["okf.json"],
|
|
10954
|
+
"url": "https://www.schemastore.org/okf-0.1.json",
|
|
10955
|
+
"versions": {
|
|
10956
|
+
"0.1": "https://www.schemastore.org/okf-0.1.json"
|
|
10957
|
+
}
|
|
10958
|
+
},
|
|
10959
|
+
{
|
|
10960
|
+
"name": "Claude Code Launch Preview",
|
|
10961
|
+
"description": "Configuration for preview servers in Claude Code Desktop",
|
|
10962
|
+
"fileMatch": ["**/.claude/launch.json"],
|
|
10963
|
+
"url": "https://www.schemastore.org/claude-code-launch.json"
|
|
10505
10964
|
}
|
|
10506
10965
|
]
|
|
10507
10966
|
}
|