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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/README.md +10 -10
  2. package/i18n/nls.cs.json +143 -16
  3. package/i18n/nls.de.json +143 -16
  4. package/i18n/nls.es.json +143 -16
  5. package/i18n/nls.fr.json +143 -16
  6. package/i18n/nls.hu.json +143 -16
  7. package/i18n/nls.it.json +143 -16
  8. package/i18n/nls.ja.json +143 -16
  9. package/i18n/nls.json +143 -16
  10. package/i18n/nls.ko.json +143 -16
  11. package/i18n/nls.pl.json +143 -16
  12. package/i18n/nls.pt-br.json +143 -16
  13. package/i18n/nls.ru.json +143 -16
  14. package/i18n/nls.tr.json +143 -16
  15. package/i18n/nls.zh-cn.json +143 -16
  16. package/i18n/nls.zh-tw.json +143 -16
  17. package/lib/browser/browser-clipboard-service.d.ts +3 -0
  18. package/lib/browser/browser-clipboard-service.d.ts.map +1 -1
  19. package/lib/browser/browser-clipboard-service.js +8 -1
  20. package/lib/browser/browser-clipboard-service.js.map +1 -1
  21. package/lib/browser/catalog.json +468 -49
  22. package/lib/browser/clipboard-service.d.ts +11 -0
  23. package/lib/browser/clipboard-service.d.ts.map +1 -1
  24. package/lib/browser/clipboard-service.js.map +1 -1
  25. package/lib/browser/common-frontend-contribution.d.ts.map +1 -1
  26. package/lib/browser/common-frontend-contribution.js +7 -7
  27. package/lib/browser/common-frontend-contribution.js.map +1 -1
  28. package/lib/browser/frontend-application-module.d.ts.map +1 -1
  29. package/lib/browser/frontend-application-module.js +9 -0
  30. package/lib/browser/frontend-application-module.js.map +1 -1
  31. package/lib/browser/frontend-application.d.ts.map +1 -1
  32. package/lib/browser/frontend-application.js +12 -2
  33. package/lib/browser/frontend-application.js.map +1 -1
  34. package/lib/browser/index.d.ts +1 -0
  35. package/lib/browser/index.d.ts.map +1 -1
  36. package/lib/browser/index.js +1 -0
  37. package/lib/browser/index.js.map +1 -1
  38. package/lib/browser/keybinding.d.ts.map +1 -1
  39. package/lib/browser/keybinding.js +12 -7
  40. package/lib/browser/keybinding.js.map +1 -1
  41. package/lib/browser/perspective-service.d.ts +173 -0
  42. package/lib/browser/perspective-service.d.ts.map +1 -0
  43. package/lib/browser/perspective-service.js +484 -0
  44. package/lib/browser/perspective-service.js.map +1 -0
  45. package/lib/browser/perspective-service.spec.d.ts +2 -0
  46. package/lib/browser/perspective-service.spec.d.ts.map +1 -0
  47. package/lib/browser/perspective-service.spec.js +1806 -0
  48. package/lib/browser/perspective-service.spec.js.map +1 -0
  49. package/lib/browser/preferences/preference-contribution.d.ts.map +1 -1
  50. package/lib/browser/preferences/preference-contribution.js +9 -1
  51. package/lib/browser/preferences/preference-contribution.js.map +1 -1
  52. package/lib/browser/preferences/preference-service.spec.js +63 -0
  53. package/lib/browser/preferences/preference-service.spec.js.map +1 -1
  54. package/lib/browser/shell/application-shell.d.ts +7 -0
  55. package/lib/browser/shell/application-shell.d.ts.map +1 -1
  56. package/lib/browser/shell/application-shell.js +38 -28
  57. package/lib/browser/shell/application-shell.js.map +1 -1
  58. package/lib/browser/shell/shell-layout-restorer.d.ts +9 -0
  59. package/lib/browser/shell/shell-layout-restorer.d.ts.map +1 -1
  60. package/lib/browser/shell/shell-layout-restorer.js +124 -14
  61. package/lib/browser/shell/shell-layout-restorer.js.map +1 -1
  62. package/lib/browser/shell/shell-layout-restorer.spec.d.ts +2 -0
  63. package/lib/browser/shell/shell-layout-restorer.spec.d.ts.map +1 -0
  64. package/lib/browser/shell/shell-layout-restorer.spec.js +539 -0
  65. package/lib/browser/shell/shell-layout-restorer.spec.js.map +1 -0
  66. package/lib/browser/shell/view-contribution.d.ts +2 -0
  67. package/lib/browser/shell/view-contribution.d.ts.map +1 -1
  68. package/lib/browser/shell/view-contribution.js +5 -1
  69. package/lib/browser/shell/view-contribution.js.map +1 -1
  70. package/lib/browser/status-bar/status-bar.d.ts +2 -0
  71. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  72. package/lib/browser/status-bar/status-bar.js +11 -3
  73. package/lib/browser/status-bar/status-bar.js.map +1 -1
  74. package/lib/browser/tree/tree-widget.d.ts +7 -33
  75. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  76. package/lib/browser/tree/tree-widget.js +7 -54
  77. package/lib/browser/tree/tree-widget.js.map +1 -1
  78. package/lib/browser/widgets/index.d.ts +1 -0
  79. package/lib/browser/widgets/index.d.ts.map +1 -1
  80. package/lib/browser/widgets/index.js +1 -0
  81. package/lib/browser/widgets/index.js.map +1 -1
  82. package/lib/browser/widgets/select-component.d.ts +2 -2
  83. package/lib/browser/widgets/select-component.d.ts.map +1 -1
  84. package/lib/browser/widgets/select-component.js +42 -12
  85. package/lib/browser/widgets/select-component.js.map +1 -1
  86. package/lib/browser/widgets/tab-bar-tracker.d.ts +23 -0
  87. package/lib/browser/widgets/tab-bar-tracker.d.ts.map +1 -0
  88. package/lib/browser/widgets/tab-bar-tracker.js +65 -0
  89. package/lib/browser/widgets/tab-bar-tracker.js.map +1 -0
  90. package/lib/browser/widgets/tab-bar-tracker.spec.d.ts +2 -0
  91. package/lib/browser/widgets/tab-bar-tracker.spec.d.ts.map +1 -0
  92. package/lib/browser/widgets/tab-bar-tracker.spec.js +109 -0
  93. package/lib/browser/widgets/tab-bar-tracker.spec.js.map +1 -0
  94. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts +13 -2
  95. package/lib/browser-only/messaging/frontend-only-service-connection-provider.d.ts.map +1 -1
  96. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js +31 -3
  97. package/lib/browser-only/messaging/frontend-only-service-connection-provider.js.map +1 -1
  98. package/lib/common/preferences/index.d.ts +1 -0
  99. package/lib/common/preferences/index.d.ts.map +1 -1
  100. package/lib/common/preferences/index.js +1 -0
  101. package/lib/common/preferences/index.js.map +1 -1
  102. package/lib/common/preferences/preference-provider.d.ts +15 -0
  103. package/lib/common/preferences/preference-provider.d.ts.map +1 -1
  104. package/lib/common/preferences/preference-provider.js +21 -1
  105. package/lib/common/preferences/preference-provider.js.map +1 -1
  106. package/lib/common/preferences/preference-provider.spec.js +17 -0
  107. package/lib/common/preferences/preference-provider.spec.js.map +1 -1
  108. package/lib/common/preferences/preference-scope.d.ts +6 -1
  109. package/lib/common/preferences/preference-scope.d.ts.map +1 -1
  110. package/lib/common/preferences/preference-scope.js +5 -0
  111. package/lib/common/preferences/preference-scope.js.map +1 -1
  112. package/lib/common/preferences/preference-scope.spec.js +5 -3
  113. package/lib/common/preferences/preference-scope.spec.js.map +1 -1
  114. package/lib/common/preferences/preference-service.d.ts +19 -0
  115. package/lib/common/preferences/preference-service.d.ts.map +1 -1
  116. package/lib/common/preferences/preference-service.js +34 -5
  117. package/lib/common/preferences/preference-service.js.map +1 -1
  118. package/lib/common/preferences/session-preference-provider.d.ts +17 -0
  119. package/lib/common/preferences/session-preference-provider.d.ts.map +1 -0
  120. package/lib/common/preferences/session-preference-provider.js +77 -0
  121. package/lib/common/preferences/session-preference-provider.js.map +1 -0
  122. package/lib/common/preferences/session-preference-provider.spec.d.ts +2 -0
  123. package/lib/common/preferences/session-preference-provider.spec.d.ts.map +1 -0
  124. package/lib/common/preferences/session-preference-provider.spec.js +71 -0
  125. package/lib/common/preferences/session-preference-provider.spec.js.map +1 -0
  126. package/lib/electron-browser/electron-clipboard-service.d.ts +3 -0
  127. package/lib/electron-browser/electron-clipboard-service.d.ts.map +1 -1
  128. package/lib/electron-browser/electron-clipboard-service.js +6 -0
  129. package/lib/electron-browser/electron-clipboard-service.js.map +1 -1
  130. package/lib/electron-browser/preload.d.ts.map +1 -1
  131. package/lib/electron-browser/preload.js +2 -1
  132. package/lib/electron-browser/preload.js.map +1 -1
  133. package/lib/electron-common/electron-api.d.ts +2 -0
  134. package/lib/electron-common/electron-api.d.ts.map +1 -1
  135. package/lib/electron-common/electron-api.js +2 -1
  136. package/lib/electron-common/electron-api.js.map +1 -1
  137. package/lib/electron-main/electron-api-main.d.ts.map +1 -1
  138. package/lib/electron-main/electron-api-main.js +43 -0
  139. package/lib/electron-main/electron-api-main.js.map +1 -1
  140. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  141. package/lib/electron-main/electron-main-application.js +3 -0
  142. package/lib/electron-main/electron-main-application.js.map +1 -1
  143. package/lib/electron-node/hosting/electron-backend-hosting-module.d.ts.map +1 -1
  144. package/lib/electron-node/hosting/electron-backend-hosting-module.js +7 -0
  145. package/lib/electron-node/hosting/electron-backend-hosting-module.js.map +1 -1
  146. package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts +2 -0
  147. package/lib/electron-node/hosting/electron-backend-hosting-module.spec.d.ts.map +1 -0
  148. package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js +39 -0
  149. package/lib/electron-node/hosting/electron-backend-hosting-module.spec.js.map +1 -0
  150. package/lib/node/hosting/backend-hosting-module.d.ts.map +1 -1
  151. package/lib/node/hosting/backend-hosting-module.js +4 -1
  152. package/lib/node/hosting/backend-hosting-module.js.map +1 -1
  153. package/lib/node/hosting/browser-connection-token.d.ts +29 -1
  154. package/lib/node/hosting/browser-connection-token.d.ts.map +1 -1
  155. package/lib/node/hosting/browser-connection-token.js +25 -1
  156. package/lib/node/hosting/browser-connection-token.js.map +1 -1
  157. package/lib/node/hosting/browser-connection-token.spec.js +70 -0
  158. package/lib/node/hosting/browser-connection-token.spec.js.map +1 -1
  159. package/lib/node/index.d.ts +1 -0
  160. package/lib/node/index.d.ts.map +1 -1
  161. package/lib/node/index.js +3 -1
  162. package/lib/node/index.js.map +1 -1
  163. package/package.json +11 -11
  164. package/src/browser/browser-clipboard-service.ts +7 -1
  165. package/src/browser/clipboard-service.ts +11 -0
  166. package/src/browser/common-frontend-contribution.ts +7 -7
  167. package/src/browser/frontend-application-module.ts +11 -1
  168. package/src/browser/frontend-application.ts +12 -4
  169. package/src/browser/index.ts +1 -0
  170. package/src/browser/keybinding.ts +12 -7
  171. package/src/browser/perspective-service.spec.ts +2270 -0
  172. package/src/browser/perspective-service.ts +625 -0
  173. package/src/browser/preferences/preference-contribution.ts +9 -1
  174. package/src/browser/preferences/preference-service.spec.ts +72 -0
  175. package/src/browser/shell/application-shell.ts +41 -26
  176. package/src/browser/shell/shell-layout-restorer.spec.ts +746 -0
  177. package/src/browser/shell/shell-layout-restorer.ts +134 -13
  178. package/src/browser/shell/view-contribution.ts +6 -1
  179. package/src/browser/status-bar/status-bar.tsx +13 -3
  180. package/src/browser/style/select-component.css +16 -0
  181. package/src/browser/style/sidepanel.css +5 -0
  182. package/src/browser/style/status-bar.css +1 -1
  183. package/src/browser/tree/tree-widget.tsx +12 -78
  184. package/src/browser/widgets/index.ts +1 -0
  185. package/src/browser/widgets/select-component.tsx +41 -12
  186. package/src/browser/widgets/tab-bar-tracker.spec.ts +121 -0
  187. package/src/browser/widgets/tab-bar-tracker.ts +68 -0
  188. package/src/browser-only/messaging/frontend-only-service-connection-provider.ts +32 -3
  189. package/src/common/i18n/nls.metadata.json +4149 -888
  190. package/src/common/preferences/index.ts +1 -0
  191. package/src/common/preferences/preference-provider.spec.ts +17 -0
  192. package/src/common/preferences/preference-provider.ts +22 -1
  193. package/src/common/preferences/preference-scope.spec.ts +5 -3
  194. package/src/common/preferences/preference-scope.ts +6 -1
  195. package/src/common/preferences/preference-service.ts +39 -5
  196. package/src/common/preferences/session-preference-provider.spec.ts +78 -0
  197. package/src/common/preferences/session-preference-provider.ts +69 -0
  198. package/src/electron-browser/electron-clipboard-service.ts +5 -0
  199. package/src/electron-browser/menu/electron-menu-style.css +3 -1
  200. package/src/electron-browser/preload.ts +5 -2
  201. package/src/electron-common/electron-api.ts +4 -0
  202. package/src/electron-main/electron-api-main.ts +56 -3
  203. package/src/electron-main/electron-main-application.ts +3 -0
  204. package/src/electron-node/hosting/electron-backend-hosting-module.spec.ts +42 -0
  205. package/src/electron-node/hosting/electron-backend-hosting-module.ts +8 -0
  206. package/src/node/hosting/backend-hosting-module.ts +5 -2
  207. package/src/node/hosting/browser-connection-token.spec.ts +92 -0
  208. package/src/node/hosting/browser-connection-token.ts +45 -1
  209. package/src/node/index.ts +1 -0
@@ -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 \u2014 SLOs, error budgets, runbooks, on-call, and dashboards as code",
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 \u2014 open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
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.10.json",
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",
@@ -503,6 +538,12 @@
503
538
  "fileMatch": ["artifacthub-repo.yml"],
504
539
  "url": "https://www.schemastore.org/artifacthub-repo.json"
505
540
  },
541
+ {
542
+ "name": "Are The Types Wrong?",
543
+ "description": "Configuration for the Are The Types Wrong? CLI",
544
+ "fileMatch": [".attw.json"],
545
+ "url": "https://www.schemastore.org/attw.json"
546
+ },
506
547
  {
507
548
  "name": "asm-lsp",
508
549
  "description": "Configuration file for asm-lsp",
@@ -1015,6 +1056,24 @@
1015
1056
  "fileMatch": ["loki.yml", "loki.yaml"],
1016
1057
  "url": "https://www.schemastore.org/loki.json"
1017
1058
  },
1059
+ {
1060
+ "name": "lsd config",
1061
+ "description": "Configuration for lsd, the next-generation ls command",
1062
+ "fileMatch": ["**/.config/lsd/config.yaml"],
1063
+ "url": "https://www.schemastore.org/lsd-config.json"
1064
+ },
1065
+ {
1066
+ "name": "lsd colors",
1067
+ "description": "Color theme configuration for lsd",
1068
+ "fileMatch": ["**/.config/lsd/colors.yaml"],
1069
+ "url": "https://www.schemastore.org/lsd-colors.json"
1070
+ },
1071
+ {
1072
+ "name": "lsd icons",
1073
+ "description": "Icon theme configuration for lsd",
1074
+ "fileMatch": ["**/.config/lsd/icons.yaml"],
1075
+ "url": "https://www.schemastore.org/lsd-icons.json"
1076
+ },
1018
1077
  {
1019
1078
  "name": "Azure Pipelines",
1020
1079
  "description": "Azure Pipelines YAML pipelines definition",
@@ -1517,6 +1576,18 @@
1517
1576
  "fileMatch": ["charmcraft.yaml"],
1518
1577
  "url": "https://raw.githubusercontent.com/canonical/charmcraft/main/schema/charmcraft.json"
1519
1578
  },
1579
+ {
1580
+ "name": "chezmoi configuration",
1581
+ "description": "JSON, JSONC, TOML, and YAML configuration for chezmoi",
1582
+ "fileMatch": [
1583
+ "chezmoi.json",
1584
+ "chezmoi.jsonc",
1585
+ "chezmoi.toml",
1586
+ "chezmoi.yaml",
1587
+ "chezmoi.yml"
1588
+ ],
1589
+ "url": "https://www.schemastore.org/chezmoi.json"
1590
+ },
1520
1591
  {
1521
1592
  "name": "ChordPro Configuration",
1522
1593
  "description": "Configuration files for ChordPro",
@@ -1679,6 +1750,66 @@
1679
1750
  "fileMatch": ["CVE-*.json"],
1680
1751
  "url": "https://raw.githubusercontent.com/CVEProject/cve-schema/master/schema/docs/CVE_Record_Format_bundled.json"
1681
1752
  },
1753
+ {
1754
+ "name": "CVX personal.yaml",
1755
+ "description": "Identity and contact details for a CVX CV (name, title, contact rows)",
1756
+ "fileMatch": ["**/cv-content/personal.yaml"],
1757
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/personal.schema.json"
1758
+ },
1759
+ {
1760
+ "name": "CVX summary.yaml",
1761
+ "description": "Professional-summary bullets for a CVX CV",
1762
+ "fileMatch": ["**/cv-content/summary.yaml"],
1763
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/summary.schema.json"
1764
+ },
1765
+ {
1766
+ "name": "CVX experience.yaml",
1767
+ "description": "Work history entries for a CVX CV (roles, progression, impact bullets)",
1768
+ "fileMatch": ["**/cv-content/experience.yaml"],
1769
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/experience.schema.json"
1770
+ },
1771
+ {
1772
+ "name": "CVX education.yaml",
1773
+ "description": "Education entries for a CVX CV",
1774
+ "fileMatch": ["**/cv-content/education.yaml"],
1775
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/education.schema.json"
1776
+ },
1777
+ {
1778
+ "name": "CVX competencies.yaml",
1779
+ "description": "Skill tags for a CVX CV",
1780
+ "fileMatch": ["**/cv-content/competencies.yaml"],
1781
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/competencies.schema.json"
1782
+ },
1783
+ {
1784
+ "name": "CVX achievements.yaml",
1785
+ "description": "Awards and recognitions for a CVX CV",
1786
+ "fileMatch": ["**/cv-content/achievements.yaml"],
1787
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/achievements.schema.json"
1788
+ },
1789
+ {
1790
+ "name": "CVX referees.yaml",
1791
+ "description": "References for a CVX CV",
1792
+ "fileMatch": ["**/cv-content/referees.yaml"],
1793
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/referees.schema.json"
1794
+ },
1795
+ {
1796
+ "name": "CVX keywords.yaml",
1797
+ "description": "ATS keywords embedded in CVX PDF metadata",
1798
+ "fileMatch": ["**/cv-content/keywords.yaml"],
1799
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/keywords.schema.json"
1800
+ },
1801
+ {
1802
+ "name": "CVX config.yaml",
1803
+ "description": "CVX build configuration (theme, layout, pagination, ATS keywords)",
1804
+ "fileMatch": ["**/cv-content/config.yaml"],
1805
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/config.schema.json"
1806
+ },
1807
+ {
1808
+ "name": "CVX layout",
1809
+ "description": "Custom page layout for a CVX CV (section placement per page)",
1810
+ "fileMatch": ["**/cv-content/layouts/*.yaml"],
1811
+ "url": "https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/layout.schema.json"
1812
+ },
1682
1813
  {
1683
1814
  "name": "Cycle Stack File",
1684
1815
  "description": "A Cycle.io stack file for environments as code",
@@ -1722,25 +1853,25 @@
1722
1853
  "name": "dbt Dependencies",
1723
1854
  "description": "dbt's dependencies.yml file for external packages and cross-project refs",
1724
1855
  "fileMatch": ["**/*dbt*/dependencies.yaml", "**/*dbt*/dependencies.yml"],
1725
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dependencies-latest.json"
1856
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dependencies-latest-fusion.json"
1726
1857
  },
1727
1858
  {
1728
1859
  "name": "dbt Project",
1729
1860
  "description": "dbt's project configuration file",
1730
1861
  "fileMatch": ["dbt_project.yaml", "dbt_project.yml"],
1731
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json"
1862
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_project-latest-fusion.json"
1732
1863
  },
1733
1864
  {
1734
1865
  "name": "dbt Packages",
1735
1866
  "description": "dbt's packages.yml file for external packages",
1736
1867
  "fileMatch": ["**/*dbt*/packages.yaml", "**/*dbt*/packages.yml"],
1737
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json"
1868
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/packages-latest-fusion.json"
1738
1869
  },
1739
1870
  {
1740
1871
  "name": "dbt Selectors",
1741
1872
  "description": "dbt's selectors.yml file for configuring YAML selectors",
1742
1873
  "fileMatch": ["**/*dbt*/selectors.yaml", "**/*dbt*/selectors.yml"],
1743
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json"
1874
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/selectors-latest-fusion.json"
1744
1875
  },
1745
1876
  {
1746
1877
  "name": "dbt YAML files",
@@ -1755,7 +1886,7 @@
1755
1886
  "**/*dbt*/snapshots/**/*.yaml",
1756
1887
  "**/*dbt*/snapshots/**/*.yml"
1757
1888
  ],
1758
- "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json"
1889
+ "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest_fusion/dbt_yml_files-latest-fusion.json"
1759
1890
  },
1760
1891
  {
1761
1892
  "name": "Debian Upstream Metadata file",
@@ -2500,6 +2631,12 @@
2500
2631
  "fileMatch": ["debugsettings.json"],
2501
2632
  "url": "https://www.schemastore.org/debugsettings.json"
2502
2633
  },
2634
+ {
2635
+ "name": "Draugr Saga",
2636
+ "description": "Draugr Saga - a declarative account of an application's security surface and the controls that must pass",
2637
+ "fileMatch": ["*.saga.yaml", "*.saga.yml", ".saga.yaml", ".saga.yml"],
2638
+ "url": "https://draugr.dev/schema/draugr.saga.schema.json"
2639
+ },
2503
2640
  {
2504
2641
  "name": "Deno Config (deno.json)",
2505
2642
  "description": "A JSON representation of a Deno configuration file",
@@ -2700,6 +2837,12 @@
2700
2837
  "fileMatch": ["*.dstack.yml", "*.dstack.yaml"],
2701
2838
  "url": "https://dstack-runner-downloads.s3.eu-west-1.amazonaws.com/latest/schemas/configuration.json"
2702
2839
  },
2840
+ {
2841
+ "name": "Dust configuration",
2842
+ "description": "TOML configuration for Dust",
2843
+ "fileMatch": [".dust.toml", "**/.config/dust/config.toml"],
2844
+ "url": "https://www.schemastore.org/dust.json"
2845
+ },
2703
2846
  {
2704
2847
  "name": "dvc.yaml",
2705
2848
  "description": "dvc.yaml file",
@@ -2766,6 +2909,15 @@
2766
2909
  "fileMatch": ["**/eca/config.json", "**/.eca/config.json"],
2767
2910
  "url": "https://eca.dev/config.json"
2768
2911
  },
2912
+ {
2913
+ "name": "editorconfig-checker",
2914
+ "description": "editorconfig-checker configuration file",
2915
+ "fileMatch": [".editorconfig-checker.json"],
2916
+ "url": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/main/.editorconfig-checker.schema.json",
2917
+ "versions": {
2918
+ "3.8.0": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.8.0/.editorconfig-checker.schema.json"
2919
+ }
2920
+ },
2769
2921
  {
2770
2922
  "name": "eksctl",
2771
2923
  "description": "eksctl cluster configuration file",
@@ -3363,9 +3515,15 @@
3363
3515
  },
3364
3516
  {
3365
3517
  "name": "Knip",
3366
- "description": "Knip configuration files",
3367
- "fileMatch": ["knip.json", ".knip.json", "knip.jsonc", ".knip.jsonc"],
3368
- "url": "https://unpkg.com/knip@5/schema.json"
3518
+ "description": "Knip JSON configuration files",
3519
+ "fileMatch": ["knip.json", ".knip.json"],
3520
+ "url": "https://unpkg.com/knip@6/schema.json"
3521
+ },
3522
+ {
3523
+ "name": "Knip JSONC",
3524
+ "description": "Knip JSONC configuration files",
3525
+ "fileMatch": ["knip.jsonc", ".knip.jsonc"],
3526
+ "url": "https://unpkg.com/knip@6/schema-jsonc.json"
3369
3527
  },
3370
3528
  {
3371
3529
  "name": "KSail",
@@ -3406,6 +3564,12 @@
3406
3564
  "2.3": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.3.json"
3407
3565
  }
3408
3566
  },
3567
+ {
3568
+ "name": "GAMA",
3569
+ "description": "GAMA configuration file",
3570
+ "fileMatch": ["**/gama/config.yaml", ".gama.yaml"],
3571
+ "url": "https://www.schemastore.org/gama.json"
3572
+ },
3409
3573
  {
3410
3574
  "name": "Gaspar",
3411
3575
  "description": "Configuration for Gaspar",
@@ -3442,7 +3606,6 @@
3442
3606
  {
3443
3607
  "name": "GCP Blueprint Metadata",
3444
3608
  "description": "Blueprint Solutions for Google Cloud",
3445
- "fileMatch": ["metadata.yaml", "metadata.display.yaml"],
3446
3609
  "url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
3447
3610
  },
3448
3611
  {
@@ -3483,7 +3646,7 @@
3483
3646
  ".gitversion.yml",
3484
3647
  ".gitversion.yaml"
3485
3648
  ],
3486
- "url": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
3649
+ "url": "https://gitversion.net/schemas/6.8/GitVersion.configuration.json",
3487
3650
  "versions": {
3488
3651
  "5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
3489
3652
  "6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
@@ -3493,9 +3656,32 @@
3493
3656
  "6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
3494
3657
  "6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
3495
3658
  "6.6": "https://gitversion.net/schemas/6.6/GitVersion.configuration.json",
3496
- "6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json"
3659
+ "6.7": "https://gitversion.net/schemas/6.7/GitVersion.configuration.json",
3660
+ "6.8": "https://gitversion.net/schemas/6.8/GitVersion.configuration.json"
3497
3661
  }
3498
3662
  },
3663
+ {
3664
+ "name": "Gitleaks",
3665
+ "description": "Gitleaks configuration file",
3666
+ "fileMatch": ["gitleaks.toml", ".gitleaks.toml"],
3667
+ "url": "https://www.schemastore.org/gitleaks.json"
3668
+ },
3669
+ {
3670
+ "name": "git-cliff",
3671
+ "description": "git-cliff configuration file",
3672
+ "fileMatch": [
3673
+ "cliff.toml",
3674
+ ".cliff.toml",
3675
+ "**/.config/cliff.toml",
3676
+ "cliff.yaml",
3677
+ "cliff.yml",
3678
+ ".cliff.yaml",
3679
+ ".cliff.yml",
3680
+ "**/.config/cliff.yaml",
3681
+ "**/.config/cliff.yml"
3682
+ ],
3683
+ "url": "https://www.schemastore.org/git-cliff.json"
3684
+ },
3499
3685
  {
3500
3686
  "name": "Gitea Issue Template configuration",
3501
3687
  "description": "YAML configuring Gitea Issue Templates",
@@ -3518,12 +3704,30 @@
3518
3704
  ],
3519
3705
  "url": "https://www.schemastore.org/gitea-issue-forms.json"
3520
3706
  },
3707
+ {
3708
+ "name": "gh-dash",
3709
+ "description": "Configuration for the gh-dash GitHub CLI dashboard",
3710
+ "fileMatch": [".gh-dash.yml", ".gh-dash.yaml", "**/gh-dash/config.yml"],
3711
+ "url": "https://gh-dash.dev/schema.json"
3712
+ },
3521
3713
  {
3522
3714
  "name": "GitHub Action",
3523
3715
  "description": "YAML GitHub Actions",
3524
3716
  "fileMatch": ["action.yml", "action.yaml"],
3525
3717
  "url": "https://www.schemastore.org/github-action.json"
3526
3718
  },
3719
+ {
3720
+ "name": "GitHub CLI configuration",
3721
+ "description": "Global configuration for the GitHub CLI",
3722
+ "fileMatch": ["**/gh/config.yml", "**/GitHub CLI/config.yml"],
3723
+ "url": "https://www.schemastore.org/github-cli-config.json"
3724
+ },
3725
+ {
3726
+ "name": "GitHub CLI hosts",
3727
+ "description": "Authentication and per-host configuration for the GitHub CLI",
3728
+ "fileMatch": ["**/gh/hosts.yml", "**/GitHub CLI/hosts.yml"],
3729
+ "url": "https://www.schemastore.org/github-cli-hosts.json"
3730
+ },
3527
3731
  {
3528
3732
  "name": "GitHub Discussion",
3529
3733
  "description": "YAML GitHub Discussions",
@@ -3533,6 +3737,12 @@
3533
3737
  ],
3534
3738
  "url": "https://www.schemastore.org/github-discussion.json"
3535
3739
  },
3740
+ {
3741
+ "name": "GitHub Prompt",
3742
+ "description": "YAML prompt files for GitHub Models (.prompt.yml / .prompt.yaml)",
3743
+ "fileMatch": ["**/*.prompt.yml", "**/*.prompt.yaml"],
3744
+ "url": "https://www.schemastore.org/github-prompt.json"
3745
+ },
3536
3746
  {
3537
3747
  "name": "GitHub Funding",
3538
3748
  "description": "YAML GitHub Funding",
@@ -3567,6 +3777,12 @@
3567
3777
  "description": "YAML Jekyll configuration for sites built by GitHub Pages",
3568
3778
  "url": "https://www.schemastore.org/github-pages-jekyll.json"
3569
3779
  },
3780
+ {
3781
+ "name": "GitHub Secret Scanning",
3782
+ "description": "YAML configuration for GitHub secret scanning exclusions",
3783
+ "fileMatch": ["**/.github/secret_scanning.yml"],
3784
+ "url": "https://www.schemastore.org/github-secret-scanning.json"
3785
+ },
3570
3786
  {
3571
3787
  "name": "GitHub Workflow",
3572
3788
  "description": "YAML GitHub Workflow",
@@ -3620,6 +3836,17 @@
3620
3836
  "fileMatch": [".gitpod.yml"],
3621
3837
  "url": "https://gitpod.io/schemas/gitpod-schema.json"
3622
3838
  },
3839
+ {
3840
+ "name": "GitResume",
3841
+ "description": "GitResume resume-as-code definition file",
3842
+ "fileMatch": [
3843
+ "gitresume.yaml",
3844
+ "gitresume.yml",
3845
+ "*.gitresume.yaml",
3846
+ "*.gitresume.yml"
3847
+ ],
3848
+ "url": "https://gitresume.co/schema/resume.schema.json"
3849
+ },
3623
3850
  {
3624
3851
  "name": "Ansible Execution Environment",
3625
3852
  "description": "Ansible execution-environment.yml file",
@@ -3751,6 +3978,12 @@
3751
3978
  "fileMatch": [".custom-gcl.yml", ".custom-gcl.yaml"],
3752
3979
  "url": "https://golangci-lint.run/jsonschema/custom-gcl.jsonschema.json"
3753
3980
  },
3981
+ {
3982
+ "name": "gollama",
3983
+ "description": "gollama configuration file",
3984
+ "fileMatch": ["**/gollama/config.json"],
3985
+ "url": "https://www.schemastore.org/gollama.json"
3986
+ },
3754
3987
  {
3755
3988
  "name": "go-feature-flag Flag Configuration",
3756
3989
  "description": "go-feature-flag flag configuration file",
@@ -3925,6 +4158,12 @@
3925
4158
  ],
3926
4159
  "url": "https://hazelcast.com/schema/config/hazelcast-config-5.7.json"
3927
4160
  },
4161
+ {
4162
+ "name": "hassette.toml",
4163
+ "description": "Configuration file for Hassette, an async Python framework for Home Assistant automations",
4164
+ "fileMatch": ["hassette.toml"],
4165
+ "url": "https://raw.githubusercontent.com/NodeJSmith/hassette/main/hassette.schema.json"
4166
+ },
3928
4167
  {
3929
4168
  "name": "Home Assistant Integration Manifest",
3930
4169
  "description": "Home Assistant integration manifest file. Documentation: https://developers.home-assistant.io/docs/creating_integration_manifest/",
@@ -3964,6 +4203,12 @@
3964
4203
  "fileMatch": [".htmlvalidate.json"],
3965
4204
  "url": "https://html-validate.org/schemas/config.json"
3966
4205
  },
4206
+ {
4207
+ "name": "Hoverfly Simulation",
4208
+ "description": "Hoverfly API simulation file for captured or authored HTTP request-response pairs",
4209
+ "fileMatch": [],
4210
+ "url": "https://raw.githubusercontent.com/SpectoLabs/hoverfly/master/core/handlers/v2/schema.json"
4211
+ },
3967
4212
  {
3968
4213
  "name": "Ory Hydra configuration",
3969
4214
  "description": "Ory Hydra configuration file",
@@ -3986,7 +4231,7 @@
3986
4231
  "name": "IBM Zapp document",
3987
4232
  "description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
3988
4233
  "fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
3989
- "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
4234
+ "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json",
3990
4235
  "versions": {
3991
4236
  "1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
3992
4237
  "1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
@@ -3997,7 +4242,10 @@
3997
4242
  "1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
3998
4243
  "1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json",
3999
4244
  "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"
4245
+ "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
4246
+ "1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json",
4247
+ "1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json",
4248
+ "1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json"
4001
4249
  }
4002
4250
  },
4003
4251
  {
@@ -4481,6 +4729,17 @@
4481
4729
  "fileMatch": [".kubri.yaml", ".kubri.yml", "kubri.yaml", "kubri.yml"],
4482
4730
  "url": "https://kubri.dev/schema.json"
4483
4731
  },
4732
+ {
4733
+ "name": "kind cluster",
4734
+ "description": "Configuration file for kind (Kubernetes IN Docker) clusters",
4735
+ "fileMatch": [
4736
+ "kind.yaml",
4737
+ "kind.yml",
4738
+ "**/kind-config.yaml",
4739
+ "**/kind-config.yml"
4740
+ ],
4741
+ "url": "https://www.schemastore.org/kind-cluster.json"
4742
+ },
4484
4743
  {
4485
4744
  "name": "kustomization.yaml",
4486
4745
  "description": "Kubernetes native configuration management",
@@ -4625,6 +4884,12 @@
4625
4884
  "fileMatch": [".luaurc"],
4626
4885
  "url": "https://www.schemastore.org/luaurc.json"
4627
4886
  },
4887
+ {
4888
+ "name": "Madge configuration",
4889
+ "description": "Madge module dependency analysis configuration file",
4890
+ "fileMatch": [".madgerc"],
4891
+ "url": "https://www.schemastore.org/madge.json"
4892
+ },
4628
4893
  {
4629
4894
  "name": "Mado configuration",
4630
4895
  "description": "Mado markdown linter configuration file",
@@ -4633,7 +4898,7 @@
4633
4898
  },
4634
4899
  {
4635
4900
  "name": "Maestro Flow",
4636
- "description": "Maestro mobile and web UI test flow (YAML)",
4901
+ "description": "Maestro mobile and web UI test flow (YAML) with full command definitions for IDE autocomplete (tapOn, extendedWaitUntil, runFlow, launchApp, and more)",
4637
4902
  "fileMatch": [
4638
4903
  "**/.maestro/**/*.yaml",
4639
4904
  "**/.maestro/**/*.yml",
@@ -4889,6 +5154,11 @@
4889
5154
  ],
4890
5155
  "url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
4891
5156
  },
5157
+ {
5158
+ "name": "MockServer Expectation",
5159
+ "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",
5160
+ "url": "https://www.mock-server.com/schema/expectation.json"
5161
+ },
4892
5162
  {
4893
5163
  "name": "MockServer Expectations",
4894
5164
  "description": "MockServer expectations configuration for defining request matchers and response actions. See https://www.mock-server.com",
@@ -4905,6 +5175,11 @@
4905
5175
  "fileMatch": [],
4906
5176
  "url": "https://www.schemastore.org/modelparams.json"
4907
5177
  },
5178
+ {
5179
+ "name": "models CLI",
5180
+ "description": "models CLI configuration file",
5181
+ "url": "https://www.schemastore.org/modelsdev.json"
5182
+ },
4908
5183
  {
4909
5184
  "name": "monospace.yml",
4910
5185
  "description": "MonoSpace configuration file",
@@ -5074,7 +5349,7 @@
5074
5349
  },
5075
5350
  {
5076
5351
  "name": "nest-cli",
5077
- "description": "A progressive Node.js framework for building efficient and scalable server-side applications \ud83d\ude80",
5352
+ "description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
5078
5353
  "fileMatch": [
5079
5354
  ".nestcli.json",
5080
5355
  ".nest-cli.json",
@@ -5095,6 +5370,12 @@
5095
5370
  "fileMatch": [".nodehawkrc"],
5096
5371
  "url": "https://www.schemastore.org/nodehawkrc.json"
5097
5372
  },
5373
+ {
5374
+ "name": "Nika workflow",
5375
+ "description": "Nika workflow language (*.nika.yaml) · the nika: v1 envelope, four verbs, stdlib builtins",
5376
+ "fileMatch": ["*.nika.yaml", "*.nika.yml"],
5377
+ "url": "https://raw.githubusercontent.com/supernovae-st/nika-spec/main/schemas/workflow.schema.json"
5378
+ },
5098
5379
  {
5099
5380
  "name": "nodemon.json",
5100
5381
  "description": "nodemon.json configuration files",
@@ -5203,6 +5484,24 @@
5203
5484
  "fileMatch": ["fields.yaml", "*_fields.yaml"],
5204
5485
  "url": "https://raw.githubusercontent.com/inetis-ch/october-schemas/master/fields.json"
5205
5486
  },
5487
+ {
5488
+ "name": "ODGS Standard Metrics",
5489
+ "description": "Open Data Governance Standard (ODGS) metric definitions — KPI logic, lineage, and compliance mappings",
5490
+ "fileMatch": ["*.odgs-metrics.json"],
5491
+ "url": "https://www.schemastore.org/odgs-standard-metrics.json"
5492
+ },
5493
+ {
5494
+ "name": "ODGS Data Rules",
5495
+ "description": "ODGS validation and permissibility rules — mechanically executable data governance constraints",
5496
+ "fileMatch": ["*.odgs-rules.json"],
5497
+ "url": "https://www.schemastore.org/odgs-data-rules.json"
5498
+ },
5499
+ {
5500
+ "name": "ODGS Ontology Graph",
5501
+ "description": "ODGS business-entity ontology graph for AI graph traversal",
5502
+ "fileMatch": ["*.odgs-ontology.json"],
5503
+ "url": "https://www.schemastore.org/odgs-ontology-graph.json"
5504
+ },
5206
5505
  {
5207
5506
  "name": "ogen",
5208
5507
  "description": "ogen code generator configuration, see https://ogen.dev/docs/config",
@@ -5241,7 +5540,14 @@
5241
5540
  {
5242
5541
  "name": "openapi.json",
5243
5542
  "description": "An OpenAPI documentation file",
5244
- "fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
5543
+ "fileMatch": [
5544
+ "openapi.json",
5545
+ "openapi.yml",
5546
+ "openapi.yaml",
5547
+ "*.openapi.json",
5548
+ "*.openapi.yml",
5549
+ "*.openapi.yaml"
5550
+ ],
5245
5551
  "url": "https://www.schemastore.org/openapi-3.X.json"
5246
5552
  },
5247
5553
  {
@@ -5325,12 +5631,7 @@
5325
5631
  {
5326
5632
  "name": "OpenTelemetry Declarative Configuration",
5327
5633
  "description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
5328
- "fileMatch": [
5329
- "opentelemetry*.yaml",
5330
- "opentelemetry*.yml",
5331
- "otel*.yaml",
5332
- "otel*.yml"
5333
- ],
5634
+ "fileMatch": ["opentelemetry*.yaml", "opentelemetry*.yml"],
5334
5635
  "url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
5335
5636
  "versions": {
5336
5637
  "1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
@@ -5777,7 +6078,7 @@
5777
6078
  },
5778
6079
  {
5779
6080
  "name": "PRML manifest",
5780
- "description": "Pre-Registered ML Manifest \u2014 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",
6081
+ "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
6082
  "fileMatch": [
5782
6083
  "*.prml.yaml",
5783
6084
  "*.prml.yml",
@@ -6022,13 +6323,13 @@
6022
6323
  "fileMatch": ["**/.github/labeler.yml"],
6023
6324
  "url": "https://www.schemastore.org/pull-request-labeler.json",
6024
6325
  "versions": {
6025
- "4": "https://www.schemastore.org/pull-request-labeler.json",
6326
+ "4": "https://www.schemastore.org/pull-request-labeler-4.json",
6026
6327
  "5": "https://www.schemastore.org/pull-request-labeler-5.json"
6027
6328
  }
6028
6329
  },
6029
6330
  {
6030
6331
  "name": ".putout.json",
6031
- "description": "\ud83d\udc0aPutout configuration file",
6332
+ "description": "🐊Putout configuration file",
6032
6333
  "fileMatch": [".putout.json"],
6033
6334
  "url": "https://www.schemastore.org/putout.json"
6034
6335
  },
@@ -6239,6 +6540,12 @@
6239
6540
  "fileMatch": ["replit.toml"],
6240
6541
  "url": "https://www.schemastore.org/replit.json"
6241
6542
  },
6543
+ {
6544
+ "name": "repo-settings-as-code",
6545
+ "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",
6546
+ "fileMatch": ["**/.github/settings.yml"],
6547
+ "url": "https://raw.githubusercontent.com/Vivswan/repo-settings-as-code/main/lib/settings.schema.json"
6548
+ },
6242
6549
  {
6243
6550
  "name": "reposets Configuration",
6244
6551
  "description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
@@ -6277,7 +6584,7 @@
6277
6584
  },
6278
6585
  {
6279
6586
  "name": "JSON Resume",
6280
- "description": "JSON r\u00e9sum\u00e9 files",
6587
+ "description": "JSON résumé files",
6281
6588
  "fileMatch": [
6282
6589
  "**/resume.json",
6283
6590
  "**/*.resume.json",
@@ -6307,6 +6614,7 @@
6307
6614
  ],
6308
6615
  "url": "https://docs.renovatebot.com/renovate-schema.json",
6309
6616
  "versions": {
6617
+ "43": "https://www.schemastore.org/renovate-43.json",
6310
6618
  "42": "https://www.schemastore.org/renovate-42.json",
6311
6619
  "41": "https://www.schemastore.org/renovate-41.json",
6312
6620
  "40": "https://www.schemastore.org/renovate-40.json",
@@ -6319,6 +6627,7 @@
6319
6627
  "fileMatch": [],
6320
6628
  "url": "https://docs.renovatebot.com/renovate-global-schema.json",
6321
6629
  "versions": {
6630
+ "43": "https://www.schemastore.org/renovate-global-schema-43.json",
6322
6631
  "42": "https://www.schemastore.org/renovate-global-schema-42.json",
6323
6632
  "41": "https://www.schemastore.org/renovate-global-schema-41.json"
6324
6633
  }
@@ -6329,6 +6638,7 @@
6329
6638
  "fileMatch": [],
6330
6639
  "url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
6331
6640
  "versions": {
6641
+ "43": "https://www.schemastore.org/renovate-inherited-schema-43.json",
6332
6642
  "42": "https://www.schemastore.org/renovate-inherited-schema-42.json"
6333
6643
  }
6334
6644
  },
@@ -6706,6 +7016,34 @@
6706
7016
  "fileMatch": [".size-limit.json"],
6707
7017
  "url": "https://www.schemastore.org/size-limit.json"
6708
7018
  },
7019
+ {
7020
+ "name": "skill-map plugin extension manifest",
7021
+ "description": "Declarative manifest of a skill-map plugin extension (version, description, stability, defaultEnabled), read before any code is imported",
7022
+ "fileMatch": [
7023
+ "**/.skill-map/plugins/*/providers/*/extension.json",
7024
+ "**/.skill-map/plugins/*/extractors/*/extension.json",
7025
+ "**/.skill-map/plugins/*/analyzers/*/extension.json",
7026
+ "**/.skill-map/plugins/*/actions/*/extension.json",
7027
+ "**/.skill-map/plugins/*/formatters/*/extension.json",
7028
+ "**/.skill-map/plugins/*/hooks/*/extension.json"
7029
+ ],
7030
+ "url": "https://skill-map.ai/spec/v1/extensions/extension-manifest.schema.json"
7031
+ },
7032
+ {
7033
+ "name": "skill-map project settings",
7034
+ "description": "Per-project skill-map configuration (.skill-map/settings.json and its .local partner)",
7035
+ "fileMatch": [
7036
+ "**/.skill-map/settings.json",
7037
+ "**/.skill-map/settings.local.json"
7038
+ ],
7039
+ "url": "https://skill-map.ai/spec/v1/project-config.schema.json"
7040
+ },
7041
+ {
7042
+ "name": "skill-map provider kind",
7043
+ "description": "Node-kind descriptor a skill-map Provider plugin declares",
7044
+ "fileMatch": ["**/.skill-map/plugins/*/kinds/*/kind.json"],
7045
+ "url": "https://skill-map.ai/spec/v1/extensions/provider-kind.schema.json"
7046
+ },
6709
7047
  {
6710
7048
  "name": "Slack app manifest",
6711
7049
  "description": "A manifest file containing the settings for a Slack app",
@@ -7163,7 +7501,7 @@
7163
7501
  },
7164
7502
  {
7165
7503
  "name": "Tombi",
7166
- "description": "Tombi (\u9cf6) is a toolkit for TOML; providing a formatter/linter and language server",
7504
+ "description": "Tombi () is a toolkit for TOML; providing a formatter/linter and language server",
7167
7505
  "fileMatch": ["tombi.toml", "**/tombi/config.toml"],
7168
7506
  "url": "https://www.schemastore.org/tombi.json"
7169
7507
  },
@@ -7235,9 +7573,15 @@
7235
7573
  "fileMatch": ["trime.yaml", "trime.yml", "*.trime.yaml", "*.trime.yml"],
7236
7574
  "url": "https://raw.githubusercontent.com/osfans/trime/develop/doc/trime-schema.json"
7237
7575
  },
7576
+ {
7577
+ "name": "Trivy",
7578
+ "description": "Configuration file for Trivy security scanner (trivy.yaml)",
7579
+ "fileMatch": ["trivy.yaml", "trivy.yml", ".trivy.yaml", ".trivy.yml"],
7580
+ "url": "https://raw.githubusercontent.com/aquasecurity/trivy/main/schema/trivy-config.json"
7581
+ },
7238
7582
  {
7239
7583
  "name": "TrueScript for *.tscript files",
7240
- "description": "The Ultimate Script Language for monday.com - \u00a9 2024 MakeITSimple",
7584
+ "description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
7241
7585
  "fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
7242
7586
  "url": "https://www.schemastore.org/truescript.json",
7243
7587
  "versions": {
@@ -7250,6 +7594,12 @@
7250
7594
  "fileMatch": ["trunk.yaml"],
7251
7595
  "url": "https://static.trunk.io/pub/trunk-yaml-schema.json"
7252
7596
  },
7597
+ {
7598
+ "name": "tsbuild",
7599
+ "description": "Configuration for the tsbuild TypeScript build system",
7600
+ "fileMatch": ["tsbuild.json"],
7601
+ "url": "https://www.schemastore.org/tsbuild.json"
7602
+ },
7253
7603
  {
7254
7604
  "name": "tsconfig.json",
7255
7605
  "description": "TypeScript compiler configuration file",
@@ -7570,6 +7920,15 @@
7570
7920
  "fileMatch": ["**/*vim*/addon-info.json"],
7571
7921
  "url": "https://www.schemastore.org/vim-addon-info.json"
7572
7922
  },
7923
+ {
7924
+ "name": "Vogi",
7925
+ "description": "Repository configuration for Vogi agents",
7926
+ "fileMatch": [".vogi.yaml"],
7927
+ "url": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json",
7928
+ "versions": {
7929
+ "1": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json"
7930
+ }
7931
+ },
7573
7932
  {
7574
7933
  "name": "vsls.json",
7575
7934
  "description": "Visual Studio Live Share configuration file",
@@ -7787,10 +8146,16 @@
7787
8146
  },
7788
8147
  {
7789
8148
  "name": "huskyrc",
7790
- "description": "Husky can prevent bad `git commit`, `git push` and more \ud83d\udc36 woof!",
8149
+ "description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
7791
8150
  "fileMatch": [".huskyrc", ".huskyrc.json"],
7792
8151
  "url": "https://www.schemastore.org/huskyrc.json"
7793
8152
  },
8153
+ {
8154
+ "name": "lychee",
8155
+ "description": "lychee link checker configuration file",
8156
+ "fileMatch": ["lychee.toml", ".lychee.toml"],
8157
+ "url": "https://www.schemastore.org/lychee.json"
8158
+ },
7794
8159
  {
7795
8160
  "name": "lint-staged (.lintstagedrc)",
7796
8161
  "description": "lint-staged config",
@@ -7813,6 +8178,17 @@
7813
8178
  ],
7814
8179
  "url": "https://www.schemastore.org/mdxlintrc.json"
7815
8180
  },
8181
+ {
8182
+ "name": "misata.yaml",
8183
+ "description": "Misata synthetic-data declaration: tables, relationships, exact aggregate curves, and identities for the misata generator",
8184
+ "fileMatch": [
8185
+ "misata.yaml",
8186
+ "misata.yml",
8187
+ "*.misata.yaml",
8188
+ "*.misata.yml"
8189
+ ],
8190
+ "url": "https://raw.githubusercontent.com/rasinmuhammed/misata/main/schema/misata.schema.json"
8191
+ },
7816
8192
  {
7817
8193
  "name": "mirrord config",
7818
8194
  "description": "mirrord",
@@ -7939,7 +8315,7 @@
7939
8315
  "name": "release drafter",
7940
8316
  "description": "Release Drafter configuration file",
7941
8317
  "fileMatch": ["**/.github/release-drafter.yml"],
7942
- "url": "https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json"
8318
+ "url": "https://raw.githubusercontent.com/release-drafter/release-drafter/refs/heads/main/drafter/schema.json"
7943
8319
  },
7944
8320
  {
7945
8321
  "name": "zuul",
@@ -8007,8 +8383,8 @@
8007
8383
  "url": "https://www.schemastore.org/container-structure-test.json"
8008
8384
  },
8009
8385
  {
8010
- "name": "\u017dinoma",
8011
- "description": "\u017dinoma incremental build configuration",
8386
+ "name": "Žinoma",
8387
+ "description": "Žinoma incremental build configuration",
8012
8388
  "fileMatch": ["zinoma.yml"],
8013
8389
  "url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
8014
8390
  },
@@ -8157,7 +8533,7 @@
8157
8533
  "name": "Gradle Enterprise",
8158
8534
  "description": "Gradle Enterprise configuration",
8159
8535
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
8160
- "url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
8536
+ "url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json",
8161
8537
  "versions": {
8162
8538
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
8163
8539
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -8173,7 +8549,8 @@
8173
8549
  "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
8174
8550
  "13.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-13.json",
8175
8551
  "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"
8552
+ "15.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
8553
+ "16.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json"
8177
8554
  }
8178
8555
  },
8179
8556
  {
@@ -8279,7 +8656,7 @@
8279
8656
  },
8280
8657
  {
8281
8658
  "name": "Render Blueprints",
8282
- "description": "Blueprints are Render\u2019s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
8659
+ "description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
8283
8660
  "fileMatch": ["**/*render.yaml"],
8284
8661
  "url": "https://render.com/schema/render.yaml.json"
8285
8662
  },
@@ -10043,7 +10420,7 @@
10043
10420
  },
10044
10421
  {
10045
10422
  "name": "Deployah Configuration",
10046
- "description": "CLI tool that makes Kubernetes deployments effortless\u2014no Helm or K8s expertise required",
10423
+ "description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
10047
10424
  "fileMatch": [
10048
10425
  "deployah.yaml",
10049
10426
  "deployah.yml",
@@ -10265,13 +10642,13 @@
10265
10642
  {
10266
10643
  "name": "oxfmt",
10267
10644
  "description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
10268
- "fileMatch": ["**/.oxfmtrc.json"],
10645
+ "fileMatch": ["**/.oxfmtrc.json", "**/.oxfmtrc.jsonc"],
10269
10646
  "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
10270
10647
  },
10271
10648
  {
10272
10649
  "name": "oxlint",
10273
10650
  "description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
10274
- "fileMatch": ["**/.oxlintrc.json"],
10651
+ "fileMatch": ["**/.oxlintrc.json", "**/.oxlintrc.jsonc"],
10275
10652
  "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
10276
10653
  },
10277
10654
  {
@@ -10351,7 +10728,7 @@
10351
10728
  },
10352
10729
  {
10353
10730
  "name": "OpenDecree",
10354
- "description": "OpenDecree definition file (https://opendecree.dev) \u2014 describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
10731
+ "description": "OpenDecree definition file (https://opendecree.dev) describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
10355
10732
  "fileMatch": [
10356
10733
  "decree.schema.yaml",
10357
10734
  "decree.schema.yml",
@@ -10365,7 +10742,7 @@
10365
10742
  },
10366
10743
  {
10367
10744
  "name": "OpenDecree Configuration",
10368
- "description": "OpenDecree configuration values file (https://opendecree.dev) \u2014 concrete values for fields declared in a paired main decree yaml",
10745
+ "description": "OpenDecree configuration values file (https://opendecree.dev) concrete values for fields declared in a paired main decree yaml",
10369
10746
  "fileMatch": [
10370
10747
  "decree.config.yaml",
10371
10748
  "decree.config.yml",
@@ -10379,7 +10756,7 @@
10379
10756
  },
10380
10757
  {
10381
10758
  "name": "Envelope Team Definition",
10382
- "description": "Open standard for AI agent team definitions \u2014 declare agents, roles, tools, access policies, and pipelines in a single versioned document",
10759
+ "description": "Open standard for AI agent team definitions declare agents, roles, tools, access policies, and pipelines in a single versioned document",
10383
10760
  "fileMatch": ["*.envelope.json", "team.envelope.json"],
10384
10761
  "url": "https://schema.openenvelope.org/team/v1.json"
10385
10762
  },
@@ -10389,9 +10766,15 @@
10389
10766
  "fileMatch": ["Acton.toml"],
10390
10767
  "url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
10391
10768
  },
10769
+ {
10770
+ "name": "act3",
10771
+ "description": "act3 configuration file",
10772
+ "fileMatch": ["**/act3/act3.yml"],
10773
+ "url": "https://www.schemastore.org/act3.json"
10774
+ },
10392
10775
  {
10393
10776
  "name": "memnex",
10394
- "description": "Open specification for portable meeting outputs \u2014 transcripts, summaries, action items, and decisions. https://memnex.org",
10777
+ "description": "Open specification for portable meeting outputs transcripts, summaries, action items, and decisions. https://memnex.org",
10395
10778
  "fileMatch": ["*.memnex.json", "meeting-output.json"],
10396
10779
  "url": "https://memnex.org/schema/v0.2/meeting-output.schema.json",
10397
10780
  "versions": {
@@ -10401,7 +10784,7 @@
10401
10784
  },
10402
10785
  {
10403
10786
  "name": "runspec",
10404
- "description": "Interface specification for anything runnable \u2014 scripts, apps, and MCP tools",
10787
+ "description": "Interface specification for anything runnable scripts, apps, and MCP tools",
10405
10788
  "fileMatch": ["runspec.toml"],
10406
10789
  "url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
10407
10790
  },
@@ -10451,7 +10834,7 @@
10451
10834
  "name": "Qlik Talend Cloud Pipeline - Transformation Rules",
10452
10835
  "description": "Transformation rules definition for QTCP tasks",
10453
10836
  "fileMatch": ["**/qtcp_tasks/*/transformationRules.yaml"],
10454
- "url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformation.rules.schema.json"
10837
+ "url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformationrules.schema.json"
10455
10838
  },
10456
10839
  {
10457
10840
  "name": "Qlik Talend Cloud Pipeline - Transformation Data Flow",
@@ -10497,11 +10880,47 @@
10497
10880
  "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10498
10881
  }
10499
10882
  },
10883
+ {
10884
+ "name": "index.toml (packwiz)",
10885
+ "description": "The index file of the modpack, storing references to every file to be downloaded in the pack",
10886
+ "url": "https://www.schemastore.org/packwiz-index.json"
10887
+ },
10888
+ {
10889
+ "name": "mod.pw.toml (packwiz)",
10890
+ "description": "A metadata file which references an external file from a URL",
10891
+ "url": "https://www.schemastore.org/packwiz-mod.json"
10892
+ },
10893
+ {
10894
+ "name": "pack.toml (packwiz)",
10895
+ "description": "The main modpack file for a packwiz modpack",
10896
+ "url": "https://www.schemastore.org/packwiz-pack.json"
10897
+ },
10500
10898
  {
10501
10899
  "name": "Slang Server Configuration",
10502
10900
  "description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
10503
10901
  "fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
10504
10902
  "url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
10903
+ },
10904
+ {
10905
+ "name": "Heloisa Assistant Plugins Marketplace",
10906
+ "description": "Validation rules for the Heloísa assistant's plugin catalog",
10907
+ "fileMatch": ["heloisa-marketplace.json"],
10908
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/heloisa-marketplace.json"
10909
+ },
10910
+ {
10911
+ "name": "OKF Graph",
10912
+ "description": "Graph generated for an OKF bundle",
10913
+ "fileMatch": ["okf.json"],
10914
+ "url": "https://www.schemastore.org/okf-0.1.json",
10915
+ "versions": {
10916
+ "0.1": "https://www.schemastore.org/okf-0.1.json"
10917
+ }
10918
+ },
10919
+ {
10920
+ "name": "Claude Code Launch Preview",
10921
+ "description": "Configuration for preview servers in Claude Code Desktop",
10922
+ "fileMatch": ["**/.claude/launch.json"],
10923
+ "url": "https://www.schemastore.org/claude-code-launch.json"
10505
10924
  }
10506
10925
  ]
10507
10926
  }