@theia/core 1.74.0-next.9 → 1.74.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 +419 -41
  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
  {
@@ -5777,7 +6083,7 @@
5777
6083
  },
5778
6084
  {
5779
6085
  "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",
6086
+ "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
6087
  "fileMatch": [
5782
6088
  "*.prml.yaml",
5783
6089
  "*.prml.yml",
@@ -6022,13 +6328,13 @@
6022
6328
  "fileMatch": ["**/.github/labeler.yml"],
6023
6329
  "url": "https://www.schemastore.org/pull-request-labeler.json",
6024
6330
  "versions": {
6025
- "4": "https://www.schemastore.org/pull-request-labeler.json",
6331
+ "4": "https://www.schemastore.org/pull-request-labeler-4.json",
6026
6332
  "5": "https://www.schemastore.org/pull-request-labeler-5.json"
6027
6333
  }
6028
6334
  },
6029
6335
  {
6030
6336
  "name": ".putout.json",
6031
- "description": "\ud83d\udc0aPutout configuration file",
6337
+ "description": "🐊Putout configuration file",
6032
6338
  "fileMatch": [".putout.json"],
6033
6339
  "url": "https://www.schemastore.org/putout.json"
6034
6340
  },
@@ -6239,6 +6545,12 @@
6239
6545
  "fileMatch": ["replit.toml"],
6240
6546
  "url": "https://www.schemastore.org/replit.json"
6241
6547
  },
6548
+ {
6549
+ "name": "repo-settings-as-code",
6550
+ "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",
6551
+ "fileMatch": ["**/.github/settings.yml"],
6552
+ "url": "https://raw.githubusercontent.com/Vivswan/repo-settings-as-code/main/lib/settings.schema.json"
6553
+ },
6242
6554
  {
6243
6555
  "name": "reposets Configuration",
6244
6556
  "description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
@@ -6277,7 +6589,7 @@
6277
6589
  },
6278
6590
  {
6279
6591
  "name": "JSON Resume",
6280
- "description": "JSON r\u00e9sum\u00e9 files",
6592
+ "description": "JSON résumé files",
6281
6593
  "fileMatch": [
6282
6594
  "**/resume.json",
6283
6595
  "**/*.resume.json",
@@ -7163,7 +7475,7 @@
7163
7475
  },
7164
7476
  {
7165
7477
  "name": "Tombi",
7166
- "description": "Tombi (\u9cf6) is a toolkit for TOML; providing a formatter/linter and language server",
7478
+ "description": "Tombi () is a toolkit for TOML; providing a formatter/linter and language server",
7167
7479
  "fileMatch": ["tombi.toml", "**/tombi/config.toml"],
7168
7480
  "url": "https://www.schemastore.org/tombi.json"
7169
7481
  },
@@ -7235,9 +7547,15 @@
7235
7547
  "fileMatch": ["trime.yaml", "trime.yml", "*.trime.yaml", "*.trime.yml"],
7236
7548
  "url": "https://raw.githubusercontent.com/osfans/trime/develop/doc/trime-schema.json"
7237
7549
  },
7550
+ {
7551
+ "name": "Trivy",
7552
+ "description": "Configuration file for Trivy security scanner (trivy.yaml)",
7553
+ "fileMatch": ["trivy.yaml", "trivy.yml", ".trivy.yaml", ".trivy.yml"],
7554
+ "url": "https://raw.githubusercontent.com/aquasecurity/trivy/main/schema/trivy-config.json"
7555
+ },
7238
7556
  {
7239
7557
  "name": "TrueScript for *.tscript files",
7240
- "description": "The Ultimate Script Language for monday.com - \u00a9 2024 MakeITSimple",
7558
+ "description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
7241
7559
  "fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
7242
7560
  "url": "https://www.schemastore.org/truescript.json",
7243
7561
  "versions": {
@@ -7787,10 +8105,16 @@
7787
8105
  },
7788
8106
  {
7789
8107
  "name": "huskyrc",
7790
- "description": "Husky can prevent bad `git commit`, `git push` and more \ud83d\udc36 woof!",
8108
+ "description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
7791
8109
  "fileMatch": [".huskyrc", ".huskyrc.json"],
7792
8110
  "url": "https://www.schemastore.org/huskyrc.json"
7793
8111
  },
8112
+ {
8113
+ "name": "lychee",
8114
+ "description": "lychee link checker configuration file",
8115
+ "fileMatch": ["lychee.toml", ".lychee.toml"],
8116
+ "url": "https://www.schemastore.org/lychee.json"
8117
+ },
7794
8118
  {
7795
8119
  "name": "lint-staged (.lintstagedrc)",
7796
8120
  "description": "lint-staged config",
@@ -7813,6 +8137,17 @@
7813
8137
  ],
7814
8138
  "url": "https://www.schemastore.org/mdxlintrc.json"
7815
8139
  },
8140
+ {
8141
+ "name": "misata.yaml",
8142
+ "description": "Misata synthetic-data declaration: tables, relationships, exact aggregate curves, and identities for the misata generator",
8143
+ "fileMatch": [
8144
+ "misata.yaml",
8145
+ "misata.yml",
8146
+ "*.misata.yaml",
8147
+ "*.misata.yml"
8148
+ ],
8149
+ "url": "https://raw.githubusercontent.com/rasinmuhammed/misata/main/schema/misata.schema.json"
8150
+ },
7816
8151
  {
7817
8152
  "name": "mirrord config",
7818
8153
  "description": "mirrord",
@@ -7939,7 +8274,7 @@
7939
8274
  "name": "release drafter",
7940
8275
  "description": "Release Drafter configuration file",
7941
8276
  "fileMatch": ["**/.github/release-drafter.yml"],
7942
- "url": "https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json"
8277
+ "url": "https://raw.githubusercontent.com/release-drafter/release-drafter/refs/heads/main/drafter/schema.json"
7943
8278
  },
7944
8279
  {
7945
8280
  "name": "zuul",
@@ -8007,8 +8342,8 @@
8007
8342
  "url": "https://www.schemastore.org/container-structure-test.json"
8008
8343
  },
8009
8344
  {
8010
- "name": "\u017dinoma",
8011
- "description": "\u017dinoma incremental build configuration",
8345
+ "name": "Žinoma",
8346
+ "description": "Žinoma incremental build configuration",
8012
8347
  "fileMatch": ["zinoma.yml"],
8013
8348
  "url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
8014
8349
  },
@@ -8157,7 +8492,7 @@
8157
8492
  "name": "Gradle Enterprise",
8158
8493
  "description": "Gradle Enterprise configuration",
8159
8494
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
8160
- "url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
8495
+ "url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json",
8161
8496
  "versions": {
8162
8497
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
8163
8498
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -8173,7 +8508,8 @@
8173
8508
  "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
8174
8509
  "13.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-13.json",
8175
8510
  "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"
8511
+ "15.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
8512
+ "16.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-16.json"
8177
8513
  }
8178
8514
  },
8179
8515
  {
@@ -8279,7 +8615,7 @@
8279
8615
  },
8280
8616
  {
8281
8617
  "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",
8618
+ "description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
8283
8619
  "fileMatch": ["**/*render.yaml"],
8284
8620
  "url": "https://render.com/schema/render.yaml.json"
8285
8621
  },
@@ -10043,7 +10379,7 @@
10043
10379
  },
10044
10380
  {
10045
10381
  "name": "Deployah Configuration",
10046
- "description": "CLI tool that makes Kubernetes deployments effortless\u2014no Helm or K8s expertise required",
10382
+ "description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
10047
10383
  "fileMatch": [
10048
10384
  "deployah.yaml",
10049
10385
  "deployah.yml",
@@ -10351,7 +10687,7 @@
10351
10687
  },
10352
10688
  {
10353
10689
  "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",
10690
+ "description": "OpenDecree definition file (https://opendecree.dev) describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
10355
10691
  "fileMatch": [
10356
10692
  "decree.schema.yaml",
10357
10693
  "decree.schema.yml",
@@ -10365,7 +10701,7 @@
10365
10701
  },
10366
10702
  {
10367
10703
  "name": "OpenDecree Configuration",
10368
- "description": "OpenDecree configuration values file (https://opendecree.dev) \u2014 concrete values for fields declared in a paired main decree yaml",
10704
+ "description": "OpenDecree configuration values file (https://opendecree.dev) concrete values for fields declared in a paired main decree yaml",
10369
10705
  "fileMatch": [
10370
10706
  "decree.config.yaml",
10371
10707
  "decree.config.yml",
@@ -10379,7 +10715,7 @@
10379
10715
  },
10380
10716
  {
10381
10717
  "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",
10718
+ "description": "Open standard for AI agent team definitions declare agents, roles, tools, access policies, and pipelines in a single versioned document",
10383
10719
  "fileMatch": ["*.envelope.json", "team.envelope.json"],
10384
10720
  "url": "https://schema.openenvelope.org/team/v1.json"
10385
10721
  },
@@ -10389,9 +10725,15 @@
10389
10725
  "fileMatch": ["Acton.toml"],
10390
10726
  "url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
10391
10727
  },
10728
+ {
10729
+ "name": "act3",
10730
+ "description": "act3 configuration file",
10731
+ "fileMatch": ["**/act3/act3.yml"],
10732
+ "url": "https://www.schemastore.org/act3.json"
10733
+ },
10392
10734
  {
10393
10735
  "name": "memnex",
10394
- "description": "Open specification for portable meeting outputs \u2014 transcripts, summaries, action items, and decisions. https://memnex.org",
10736
+ "description": "Open specification for portable meeting outputs transcripts, summaries, action items, and decisions. https://memnex.org",
10395
10737
  "fileMatch": ["*.memnex.json", "meeting-output.json"],
10396
10738
  "url": "https://memnex.org/schema/v0.2/meeting-output.schema.json",
10397
10739
  "versions": {
@@ -10401,7 +10743,7 @@
10401
10743
  },
10402
10744
  {
10403
10745
  "name": "runspec",
10404
- "description": "Interface specification for anything runnable \u2014 scripts, apps, and MCP tools",
10746
+ "description": "Interface specification for anything runnable scripts, apps, and MCP tools",
10405
10747
  "fileMatch": ["runspec.toml"],
10406
10748
  "url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
10407
10749
  },
@@ -10451,7 +10793,7 @@
10451
10793
  "name": "Qlik Talend Cloud Pipeline - Transformation Rules",
10452
10794
  "description": "Transformation rules definition for QTCP tasks",
10453
10795
  "fileMatch": ["**/qtcp_tasks/*/transformationRules.yaml"],
10454
- "url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformation.rules.schema.json"
10796
+ "url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformationrules.schema.json"
10455
10797
  },
10456
10798
  {
10457
10799
  "name": "Qlik Talend Cloud Pipeline - Transformation Data Flow",
@@ -10497,11 +10839,47 @@
10497
10839
  "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10498
10840
  }
10499
10841
  },
10842
+ {
10843
+ "name": "index.toml (packwiz)",
10844
+ "description": "The index file of the modpack, storing references to every file to be downloaded in the pack",
10845
+ "url": "https://www.schemastore.org/packwiz-index.json"
10846
+ },
10847
+ {
10848
+ "name": "mod.pw.toml (packwiz)",
10849
+ "description": "A metadata file which references an external file from a URL",
10850
+ "url": "https://www.schemastore.org/packwiz-mod.json"
10851
+ },
10852
+ {
10853
+ "name": "pack.toml (packwiz)",
10854
+ "description": "The main modpack file for a packwiz modpack",
10855
+ "url": "https://www.schemastore.org/packwiz-pack.json"
10856
+ },
10500
10857
  {
10501
10858
  "name": "Slang Server Configuration",
10502
10859
  "description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
10503
10860
  "fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
10504
10861
  "url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
10862
+ },
10863
+ {
10864
+ "name": "Heloisa Assistant Plugins Marketplace",
10865
+ "description": "Validation rules for the Heloísa assistant's plugin catalog",
10866
+ "fileMatch": ["heloisa-marketplace.json"],
10867
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/heloisa-marketplace.json"
10868
+ },
10869
+ {
10870
+ "name": "OKF Graph",
10871
+ "description": "Graph generated for an OKF bundle",
10872
+ "fileMatch": ["okf.json"],
10873
+ "url": "https://www.schemastore.org/okf-0.1.json",
10874
+ "versions": {
10875
+ "0.1": "https://www.schemastore.org/okf-0.1.json"
10876
+ }
10877
+ },
10878
+ {
10879
+ "name": "Claude Code Launch Preview",
10880
+ "description": "Configuration for preview servers in Claude Code Desktop",
10881
+ "fileMatch": ["**/.claude/launch.json"],
10882
+ "url": "https://www.schemastore.org/claude-code-launch.json"
10505
10883
  }
10506
10884
  ]
10507
10885
  }