@theia/core 1.63.0-next.52 → 1.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/i18n/nls.cs.json +112 -5
- package/i18n/nls.de.json +112 -5
- package/i18n/nls.es.json +112 -5
- package/i18n/nls.fr.json +112 -5
- package/i18n/nls.hu.json +112 -5
- package/i18n/nls.it.json +112 -5
- package/i18n/nls.ja.json +112 -5
- package/i18n/nls.json +116 -9
- package/i18n/nls.ko.json +112 -5
- package/i18n/nls.pl.json +112 -5
- package/i18n/nls.pt-br.json +112 -5
- package/i18n/nls.ru.json +112 -5
- package/i18n/nls.tr.json +112 -5
- package/i18n/nls.zh-cn.json +112 -5
- package/i18n/nls.zh-tw.json +112 -5
- package/lib/browser/catalog.json +830 -737
- package/lib/browser/context-menu-renderer.d.ts.map +1 -1
- package/lib/browser/context-menu-renderer.js +4 -1
- package/lib/browser/context-menu-renderer.js.map +1 -1
- package/lib/browser/core-preferences.d.ts +1 -0
- package/lib/browser/core-preferences.d.ts.map +1 -1
- package/lib/browser/core-preferences.js +12 -0
- package/lib/browser/core-preferences.js.map +1 -1
- package/lib/browser/hover-service.d.ts +5 -0
- package/lib/browser/hover-service.d.ts.map +1 -1
- package/lib/browser/hover-service.js +12 -0
- package/lib/browser/hover-service.js.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.d.ts.map +1 -1
- package/lib/browser/menu/browser-menu-plugin.js +4 -5
- package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
- package/lib/browser/menu/menu.spec.js +2 -0
- package/lib/browser/menu/menu.spec.js.map +1 -1
- package/lib/browser/shell/application-shell.d.ts.map +1 -1
- package/lib/browser/shell/application-shell.js +3 -2
- package/lib/browser/shell/application-shell.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts +3 -3
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +3 -2
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +11 -9
- package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js.map +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts +1 -1
- package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -1
- package/lib/browser/shell/tab-bars.d.ts.map +1 -1
- package/lib/browser/shell/tab-bars.js +21 -8
- package/lib/browser/shell/tab-bars.js.map +1 -1
- package/lib/browser/widgets/select-component.d.ts +2 -0
- package/lib/browser/widgets/select-component.d.ts.map +1 -1
- package/lib/browser/widgets/select-component.js +21 -7
- package/lib/browser/widgets/select-component.js.map +1 -1
- package/lib/common/index.d.ts +1 -0
- package/lib/common/index.d.ts.map +1 -1
- package/lib/common/index.js +1 -0
- package/lib/common/index.js.map +1 -1
- package/lib/common/menu/menu-model-registry.d.ts +2 -2
- package/lib/common/menu/menu-model-registry.d.ts.map +1 -1
- package/lib/common/menu/menu-model-registry.js +25 -32
- package/lib/common/menu/menu-model-registry.js.map +1 -1
- package/lib/common/menu/menu-types.d.ts +2 -2
- package/lib/common/menu/menu-types.d.ts.map +1 -1
- package/lib/common/menu/menu-types.js.map +1 -1
- package/lib/common/resource.d.ts +3 -3
- package/lib/common/resource.d.ts.map +1 -1
- package/lib/common/resource.js +4 -6
- package/lib/common/resource.js.map +1 -1
- package/lib/electron-browser/preload.d.ts.map +1 -1
- package/lib/electron-browser/preload.js +17 -0
- package/lib/electron-browser/preload.js.map +1 -1
- package/lib/electron-common/electron-api.d.ts +1 -0
- package/lib/electron-common/electron-api.d.ts.map +1 -1
- package/lib/electron-common/electron-api.js.map +1 -1
- package/lib/electron-main/electron-main-application.d.ts.map +1 -1
- package/lib/electron-main/electron-main-application.js +21 -7
- package/lib/electron-main/electron-main-application.js.map +1 -1
- package/package.json +6 -6
- package/src/browser/context-menu-renderer.ts +5 -2
- package/src/browser/core-preferences.ts +13 -0
- package/src/browser/hover-service.ts +13 -0
- package/src/browser/menu/browser-menu-plugin.ts +4 -5
- package/src/browser/menu/menu.spec.ts +3 -1
- package/src/browser/shell/application-shell.ts +3 -2
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.tsx +5 -5
- package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +14 -11
- package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +1 -1
- package/src/browser/shell/tab-bars.ts +32 -15
- package/src/browser/style/tabs.css +13 -2
- package/src/browser/widgets/select-component.tsx +22 -6
- package/src/common/index.ts +1 -0
- package/src/common/menu/menu-model-registry.ts +27 -33
- package/src/common/menu/menu-types.ts +2 -2
- package/src/common/resource.ts +5 -7
- package/src/electron-browser/preload.ts +3 -1
- package/src/electron-common/electron-api.ts +2 -0
- package/src/electron-main/electron-main-application.ts +22 -7
package/lib/browser/catalog.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"name": "Application Accelerator",
|
|
41
41
|
"description": "Application Accelerator for VMware Tanzu",
|
|
42
42
|
"fileMatch": ["accelerator.yaml"],
|
|
43
|
-
"url": "https://
|
|
43
|
+
"url": "https://www.schemastore.org/accelerator.json"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "gRPC API Gateway & OpenAPI Config",
|
|
@@ -56,31 +56,31 @@
|
|
|
56
56
|
"*_openapi.yaml",
|
|
57
57
|
"*_openapi.json"
|
|
58
58
|
],
|
|
59
|
-
"url": "https://
|
|
59
|
+
"url": "https://www.schemastore.org/grpc-api-gateway.json"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": ".NET Aspire 8.0 Manifest",
|
|
63
63
|
"description": "Manifest generated by .NET Aspire AppHosts to support deployment automation",
|
|
64
64
|
"fileMatch": ["aspire-manifest.json"],
|
|
65
|
-
"url": "https://
|
|
65
|
+
"url": "https://www.schemastore.org/aspire-8.0.json",
|
|
66
66
|
"versions": {
|
|
67
|
-
"8.0": "https://
|
|
67
|
+
"8.0": "https://www.schemastore.org/aspire-8.0.json"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"name": "AnyWork Automation Configuration",
|
|
72
72
|
"description": "AnyWork Automation Configuration used to configure automation scripts on AnyWork",
|
|
73
73
|
"fileMatch": [".awc.yaml", ".awc.yml", ".awc.json", ".awc.jsonc", ".awc"],
|
|
74
|
-
"url": "https://
|
|
74
|
+
"url": "https://www.schemastore.org/anywork-ac-1.1.json",
|
|
75
75
|
"versions": {
|
|
76
|
-
"1.0": "https://
|
|
76
|
+
"1.0": "https://www.schemastore.org/anywork-ac-1.0.json"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"name": "@factorial/drupal-breakpoints-css",
|
|
81
81
|
"description": "@factorial/drupal-breakpoints-css config file",
|
|
82
82
|
"fileMatch": ["breakpoints.config.yml"],
|
|
83
|
-
"url": "https://
|
|
83
|
+
"url": "https://www.schemastore.org/factorial-drupal-breakpoints-css-0.2.0.json"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": ".adonisrc.json",
|
|
@@ -110,11 +110,11 @@
|
|
|
110
110
|
"name": ".agripparc.json",
|
|
111
111
|
"description": "the Agrippa config file",
|
|
112
112
|
"fileMatch": [".agripparc.json", "agripparc.json"],
|
|
113
|
-
"url": "https://
|
|
113
|
+
"url": "https://www.schemastore.org/agripparc-1.4.json",
|
|
114
114
|
"versions": {
|
|
115
|
-
"1.2": "https://
|
|
116
|
-
"1.3": "https://
|
|
117
|
-
"1.4": "https://
|
|
115
|
+
"1.2": "https://www.schemastore.org/agripparc-1.2.json",
|
|
116
|
+
"1.3": "https://www.schemastore.org/agripparc-1.3.json",
|
|
117
|
+
"1.4": "https://www.schemastore.org/agripparc-1.4.json"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
{
|
|
@@ -127,45 +127,46 @@
|
|
|
127
127
|
"name": ".aiproj.json",
|
|
128
128
|
"description": "Settings for project analysis by the Application Inspector",
|
|
129
129
|
"fileMatch": [".aiproj.json"],
|
|
130
|
-
"url": "https://
|
|
130
|
+
"url": "https://www.schemastore.org/aiproj-1.6.json",
|
|
131
131
|
"versions": {
|
|
132
|
-
"1.0": "https://
|
|
133
|
-
"1.1": "https://
|
|
134
|
-
"1.2": "https://
|
|
135
|
-
"1.3": "https://
|
|
136
|
-
"1.4": "https://
|
|
137
|
-
"1.5": "https://
|
|
138
|
-
"1.6": "https://
|
|
132
|
+
"1.0": "https://www.schemastore.org/aiproj-1.0.json",
|
|
133
|
+
"1.1": "https://www.schemastore.org/aiproj-1.1.json",
|
|
134
|
+
"1.2": "https://www.schemastore.org/aiproj-1.2.json",
|
|
135
|
+
"1.3": "https://www.schemastore.org/aiproj-1.3.json",
|
|
136
|
+
"1.4": "https://www.schemastore.org/aiproj-1.4.json",
|
|
137
|
+
"1.5": "https://www.schemastore.org/aiproj-1.5.json",
|
|
138
|
+
"1.6": "https://www.schemastore.org/aiproj-1.6.json"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"name": "ABCInventoryModuleData",
|
|
143
143
|
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
|
|
144
144
|
"fileMatch": ["abc-inventory-module-data-*.json"],
|
|
145
|
-
"url": "https://
|
|
145
|
+
"url": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json",
|
|
146
146
|
"versions": {
|
|
147
|
-
"1.0.0": "https://
|
|
148
|
-
"2.0.0": "https://
|
|
149
|
-
"3.0.0": "https://
|
|
150
|
-
"4.0.0": "https://
|
|
151
|
-
"5.1.0": "https://
|
|
147
|
+
"1.0.0": "https://www.schemastore.org/abc-inventory-module-data-1.0.0.json",
|
|
148
|
+
"2.0.0": "https://www.schemastore.org/abc-inventory-module-data-2.0.0.json",
|
|
149
|
+
"3.0.0": "https://www.schemastore.org/abc-inventory-module-data-3.0.0.json",
|
|
150
|
+
"4.0.0": "https://www.schemastore.org/abc-inventory-module-data-4.0.0.json",
|
|
151
|
+
"5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"name": "ABCSupplyPlan",
|
|
156
156
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
157
157
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
158
|
-
"url": "https://
|
|
158
|
+
"url": "https://www.schemastore.org/abc-supply-plan-10.0.0.json",
|
|
159
159
|
"versions": {
|
|
160
|
-
"1.0.0": "https://
|
|
161
|
-
"2.0.0": "https://
|
|
162
|
-
"3.0.0": "https://
|
|
163
|
-
"4.0.0": "https://
|
|
164
|
-
"5.0.0": "https://
|
|
165
|
-
"6.0.0": "https://
|
|
166
|
-
"7.0.0": "https://
|
|
167
|
-
"8.0.0": "https://
|
|
168
|
-
"9.0.0": "https://
|
|
160
|
+
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
161
|
+
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
162
|
+
"3.0.0": "https://www.schemastore.org/abc-supply-plan-3.0.0.json",
|
|
163
|
+
"4.0.0": "https://www.schemastore.org/abc-supply-plan-4.0.0.json",
|
|
164
|
+
"5.0.0": "https://www.schemastore.org/abc-supply-plan-5.0.0.json",
|
|
165
|
+
"6.0.0": "https://www.schemastore.org/abc-supply-plan-6.0.0.json",
|
|
166
|
+
"7.0.0": "https://www.schemastore.org/abc-supply-plan-7.0.0.json",
|
|
167
|
+
"8.0.0": "https://www.schemastore.org/abc-supply-plan-8.0.0.json",
|
|
168
|
+
"9.0.0": "https://www.schemastore.org/abc-supply-plan-9.0.0.json",
|
|
169
|
+
"10.0.0": "https://www.schemastore.org/abc-supply-plan-10.0.0.json"
|
|
169
170
|
}
|
|
170
171
|
},
|
|
171
172
|
{
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"*.aiconfig.yml",
|
|
182
183
|
"*.aiconfig.yaml"
|
|
183
184
|
],
|
|
184
|
-
"url": "https://
|
|
185
|
+
"url": "https://www.schemastore.org/aiconfig-1.0.json"
|
|
185
186
|
},
|
|
186
187
|
{
|
|
187
188
|
"name": "Airlock Microgateway",
|
|
@@ -192,11 +193,11 @@
|
|
|
192
193
|
"airlock-microgateway-config.yaml",
|
|
193
194
|
"airlock-microgateway-config.yml"
|
|
194
195
|
],
|
|
195
|
-
"url": "https://
|
|
196
|
+
"url": "https://www.schemastore.org/airlock-microgateway-3.2.json",
|
|
196
197
|
"versions": {
|
|
197
|
-
"3.0": "https://
|
|
198
|
-
"3.1": "https://
|
|
199
|
-
"3.2": "https://
|
|
198
|
+
"3.0": "https://www.schemastore.org/airlock-microgateway-3.0.json",
|
|
199
|
+
"3.1": "https://www.schemastore.org/airlock-microgateway-3.1.json",
|
|
200
|
+
"3.2": "https://www.schemastore.org/airlock-microgateway-3.2.json"
|
|
200
201
|
}
|
|
201
202
|
},
|
|
202
203
|
{
|
|
@@ -215,7 +216,7 @@
|
|
|
215
216
|
"name": "apple-app-site-association",
|
|
216
217
|
"description": "Apple Universal Link, App Site Association",
|
|
217
218
|
"fileMatch": ["apple-app-site-association"],
|
|
218
|
-
"url": "https://
|
|
219
|
+
"url": "https://www.schemastore.org/apple-app-site-association.json"
|
|
219
220
|
},
|
|
220
221
|
{
|
|
221
222
|
"name": "App config Spotify Backstage",
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
"app-config.production.yaml",
|
|
229
230
|
"app-config.production.yml"
|
|
230
231
|
],
|
|
231
|
-
"url": "https://
|
|
232
|
+
"url": "https://www.schemastore.org/app-config.json"
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
235
|
"name": "app-definition.yaml",
|
|
@@ -246,19 +247,19 @@
|
|
|
246
247
|
"name": "appsscript.json",
|
|
247
248
|
"description": "Google Apps Script manifest file",
|
|
248
249
|
"fileMatch": ["appsscript.json"],
|
|
249
|
-
"url": "https://
|
|
250
|
+
"url": "https://www.schemastore.org/appsscript.json"
|
|
250
251
|
},
|
|
251
252
|
{
|
|
252
253
|
"name": "appsettings.json",
|
|
253
254
|
"description": "ASP.NET Core's configuration file",
|
|
254
255
|
"fileMatch": ["appsettings.json", "appsettings.*.json"],
|
|
255
|
-
"url": "https://
|
|
256
|
+
"url": "https://www.schemastore.org/appsettings.json"
|
|
256
257
|
},
|
|
257
258
|
{
|
|
258
259
|
"name": "appveyor.yml",
|
|
259
260
|
"description": "AppVeyor CI configuration file",
|
|
260
261
|
"fileMatch": ["appveyor.yml"],
|
|
261
|
-
"url": "https://
|
|
262
|
+
"url": "https://www.schemastore.org/appveyor.json"
|
|
262
263
|
},
|
|
263
264
|
{
|
|
264
265
|
"name": "appsettings.StormPetrel.json",
|
|
@@ -327,7 +328,7 @@
|
|
|
327
328
|
"name": "artifacthub-repo.yml",
|
|
328
329
|
"description": "Artifact Hub repository metadata file",
|
|
329
330
|
"fileMatch": ["artifacthub-repo.yml"],
|
|
330
|
-
"url": "https://
|
|
331
|
+
"url": "https://www.schemastore.org/artifacthub-repo.json"
|
|
331
332
|
},
|
|
332
333
|
{
|
|
333
334
|
"name": "asm-lsp",
|
|
@@ -339,7 +340,7 @@
|
|
|
339
340
|
"name": "AssemblyScript",
|
|
340
341
|
"description": "AssemblyScript is TypeScript-like language that is compiled to WebAssembly (wasm)",
|
|
341
342
|
"fileMatch": ["asconfig.json"],
|
|
342
|
-
"url": "https://
|
|
343
|
+
"url": "https://www.schemastore.org/asconfig-schema.json"
|
|
343
344
|
},
|
|
344
345
|
{
|
|
345
346
|
"name": "AsyncAPI",
|
|
@@ -363,85 +364,85 @@
|
|
|
363
364
|
"name": "Aurora Agile Meta-Framework",
|
|
364
365
|
"description": "Yaml for Aurora Agile Meta-Framework",
|
|
365
366
|
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
|
|
366
|
-
"url": "https://
|
|
367
|
+
"url": "https://www.schemastore.org/aurora-1.2.json",
|
|
367
368
|
"versions": {
|
|
368
|
-
"1.0": "https://
|
|
369
|
-
"1.1": "https://
|
|
370
|
-
"1.2": "https://
|
|
369
|
+
"1.0": "https://www.schemastore.org/aurora-1.0.json",
|
|
370
|
+
"1.1": "https://www.schemastore.org/aurora-1.1.json",
|
|
371
|
+
"1.2": "https://www.schemastore.org/aurora-1.2.json"
|
|
371
372
|
}
|
|
372
373
|
},
|
|
373
374
|
{
|
|
374
375
|
"name": "Avro Avsc",
|
|
375
376
|
"description": "Avro Avsc file",
|
|
376
377
|
"fileMatch": ["*.avsc"],
|
|
377
|
-
"url": "https://
|
|
378
|
+
"url": "https://www.schemastore.org/avro-avsc.json"
|
|
378
379
|
},
|
|
379
380
|
{
|
|
380
381
|
"name": "AWS AppConfig Feature Flags-v1",
|
|
381
382
|
"description": "AWS CDK AppConfig Feature Flags",
|
|
382
383
|
"fileMatch": ["*.appConfig.featureFlags.json"],
|
|
383
|
-
"url": "https://
|
|
384
|
+
"url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
|
|
384
385
|
},
|
|
385
386
|
{
|
|
386
387
|
"name": "Azure Container App template for defining an immutable revision",
|
|
387
388
|
"description": "Azure Container App template for defining an immutable revision",
|
|
388
389
|
"fileMatch": ["*.containerapp-template.json"],
|
|
389
|
-
"url": "https://
|
|
390
|
+
"url": "https://www.schemastore.org/azure-containerapp-template.json"
|
|
390
391
|
},
|
|
391
392
|
{
|
|
392
393
|
"name": "Azure Device Update for IoT Hub import manifest",
|
|
393
394
|
"description": "Azure Device Update for IoT Hub import manifest",
|
|
394
395
|
"fileMatch": ["*.importmanifest.json"],
|
|
395
|
-
"url": "https://
|
|
396
|
+
"url": "https://www.schemastore.org/azure-deviceupdate-import-manifest-5.0.json",
|
|
396
397
|
"versions": {
|
|
397
|
-
"4.0": "https://
|
|
398
|
-
"5.0": "https://
|
|
398
|
+
"4.0": "https://www.schemastore.org/azure-deviceupdate-import-manifest-4.0.json",
|
|
399
|
+
"5.0": "https://www.schemastore.org/azure-deviceupdate-import-manifest-5.0.json"
|
|
399
400
|
}
|
|
400
401
|
},
|
|
401
402
|
{
|
|
402
403
|
"name": "Azure Device Update for IoT Hub update manifest",
|
|
403
404
|
"description": "Azure Device Update for IoT Hub update manifest",
|
|
404
405
|
"fileMatch": ["*.updatemanifest.json"],
|
|
405
|
-
"url": "https://
|
|
406
|
+
"url": "https://www.schemastore.org/azure-deviceupdate-update-manifest-5.json",
|
|
406
407
|
"versions": {
|
|
407
|
-
"4": "https://
|
|
408
|
-
"5": "https://
|
|
408
|
+
"4": "https://www.schemastore.org/azure-deviceupdate-update-manifest-4.json",
|
|
409
|
+
"5": "https://www.schemastore.org/azure-deviceupdate-update-manifest-5.json"
|
|
409
410
|
}
|
|
410
411
|
},
|
|
411
412
|
{
|
|
412
413
|
"name": "Azure DevOps extension manifest",
|
|
413
414
|
"description": "Azure DevOps extension manifest",
|
|
414
|
-
"url": "https://
|
|
415
|
+
"url": "https://www.schemastore.org/azure-devops-extension-manifest-1.0.json",
|
|
415
416
|
"versions": {
|
|
416
|
-
"1.0": "https://
|
|
417
|
+
"1.0": "https://www.schemastore.org/azure-devops-extension-manifest-1.0.json"
|
|
417
418
|
}
|
|
418
419
|
},
|
|
419
420
|
{
|
|
420
421
|
"name": "Azure IoT EdgeAgent deployment",
|
|
421
422
|
"description": "Azure IoT EdgeAgent deployment",
|
|
422
|
-
"url": "https://
|
|
423
|
+
"url": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
|
|
423
424
|
"versions": {
|
|
424
|
-
"1.0": "https://
|
|
425
|
-
"1.1": "https://
|
|
425
|
+
"1.0": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.0.json",
|
|
426
|
+
"1.1": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.1.json"
|
|
426
427
|
}
|
|
427
428
|
},
|
|
428
429
|
{
|
|
429
430
|
"name": "Azure IoT EdgeHub deployment",
|
|
430
431
|
"description": "Azure IoT EdgeHub deployment",
|
|
431
|
-
"url": "https://
|
|
432
|
+
"url": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
|
|
432
433
|
"versions": {
|
|
433
|
-
"1.0": "https://
|
|
434
|
-
"1.1": "https://
|
|
435
|
-
"1.2": "https://
|
|
434
|
+
"1.0": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.0.json",
|
|
435
|
+
"1.1": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
|
|
436
|
+
"1.2": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.2.json"
|
|
436
437
|
}
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
440
|
"name": "Azure IoT Edge deployment",
|
|
440
441
|
"description": "Azure IoT Edge deployment",
|
|
441
|
-
"url": "https://
|
|
442
|
+
"url": "https://www.schemastore.org/azure-iot-edge-deployment-2.0.json",
|
|
442
443
|
"versions": {
|
|
443
|
-
"1.0": "https://
|
|
444
|
-
"1.1": "https://
|
|
444
|
+
"1.0": "https://www.schemastore.org/azure-iot-edge-deployment-1.0.json",
|
|
445
|
+
"1.1": "https://www.schemastore.org/azure-iot-edge-deployment-2.0.json"
|
|
445
446
|
}
|
|
446
447
|
},
|
|
447
448
|
{
|
|
@@ -451,12 +452,12 @@
|
|
|
451
452
|
"deployment.template.json",
|
|
452
453
|
"deployment.debug.template.json"
|
|
453
454
|
],
|
|
454
|
-
"url": "https://
|
|
455
|
+
"url": "https://www.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
|
|
455
456
|
"versions": {
|
|
456
|
-
"1.0": "https://
|
|
457
|
-
"1.1": "https://
|
|
458
|
-
"1.2": "https://
|
|
459
|
-
"1.3": "https://
|
|
457
|
+
"1.0": "https://www.schemastore.org/azure-iot-edge-deployment-template-1.0.json",
|
|
458
|
+
"1.1": "https://www.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
|
|
459
|
+
"1.2": "https://www.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
|
|
460
|
+
"1.3": "https://www.schemastore.org/azure-iot-edge-deployment-template-4.0.json"
|
|
460
461
|
}
|
|
461
462
|
},
|
|
462
463
|
{
|
|
@@ -526,37 +527,37 @@
|
|
|
526
527
|
"name": "buf.yaml",
|
|
527
528
|
"description": "buf.yaml is used to define a module. It's the primary configuration file, and is responsible for the module's name, dependencies, and lint and breaking configuration",
|
|
528
529
|
"fileMatch": ["buf.yaml"],
|
|
529
|
-
"url": "https://
|
|
530
|
+
"url": "https://www.schemastore.org/buf.json"
|
|
530
531
|
},
|
|
531
532
|
{
|
|
532
533
|
"name": "buf.gen.yaml",
|
|
533
534
|
"description": "buf.gen.yaml is a configuration file used by the buf generate command to generate integration code for the languages of your choice",
|
|
534
535
|
"fileMatch": ["buf.gen.yaml"],
|
|
535
|
-
"url": "https://
|
|
536
|
+
"url": "https://www.schemastore.org/buf.gen.json"
|
|
536
537
|
},
|
|
537
538
|
{
|
|
538
539
|
"name": "buf.plugin.yaml",
|
|
539
540
|
"description": "A `buf.plugin.yaml` file captures metadata about the plugin. It includes mandatory and optional fields that are displayed on the individual plugin page and the BSR plugin. Documentation: https://buf.build/plugins",
|
|
540
541
|
"fileMatch": ["buf.plugin.yaml"],
|
|
541
|
-
"url": "https://
|
|
542
|
+
"url": "https://www.schemastore.org/buf.plugin.json"
|
|
542
543
|
},
|
|
543
544
|
{
|
|
544
545
|
"name": "buf.work.yaml",
|
|
545
546
|
"description": "buf.work.yaml is used to define a workspace, which is an advanced local development feature. Workspaces make it possible to consolidate one or more modules into a single buildable unit. They also allow users to run buf operations across multiple modules with a single execution (such as buf lint)",
|
|
546
547
|
"fileMatch": ["buf.work.yaml"],
|
|
547
|
-
"url": "https://
|
|
548
|
+
"url": "https://www.schemastore.org/buf.work.json"
|
|
548
549
|
},
|
|
549
550
|
{
|
|
550
551
|
"name": "cargo-mutants-config.yaml",
|
|
551
552
|
"description": "cargo-mutants configuration file",
|
|
552
553
|
"fileMatch": ["**/.cargo/mutants.toml"],
|
|
553
|
-
"url": "https://
|
|
554
|
+
"url": "https://www.schemastore.org/cargo-mutants-config.json"
|
|
554
555
|
},
|
|
555
556
|
{
|
|
556
557
|
"name": "Cinnamon Spice info.json",
|
|
557
558
|
"description": "The 'info.json' metadata file used in Cinnamon Spice components",
|
|
558
559
|
"fileMatch": [],
|
|
559
|
-
"url": "https://
|
|
560
|
+
"url": "https://www.schemastore.org/cinnamon-spice.info.json"
|
|
560
561
|
},
|
|
561
562
|
{
|
|
562
563
|
"name": "CodeRabbit",
|
|
@@ -610,6 +611,12 @@
|
|
|
610
611
|
],
|
|
611
612
|
"url": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
|
|
612
613
|
},
|
|
614
|
+
{
|
|
615
|
+
"name": "Lando (landofile)",
|
|
616
|
+
"description": "The configuration file for a Lando app. Documentation: https://github.com/4lando/lando-spec",
|
|
617
|
+
"fileMatch": [".lando.yml", ".lando.*.yml"],
|
|
618
|
+
"url": "https://4lando.github.io/lando-spec/landofile-spec.json"
|
|
619
|
+
},
|
|
613
620
|
{
|
|
614
621
|
"name": "latexindent configuration",
|
|
615
622
|
"description": "Configuration file for latexindent",
|
|
@@ -626,7 +633,7 @@
|
|
|
626
633
|
"name": "Loki",
|
|
627
634
|
"description": "Like Prometheus, but for logs",
|
|
628
635
|
"fileMatch": ["loki.yml", "loki.yaml"],
|
|
629
|
-
"url": "https://
|
|
636
|
+
"url": "https://www.schemastore.org/loki.json"
|
|
630
637
|
},
|
|
631
638
|
{
|
|
632
639
|
"name": "Azure Pipelines",
|
|
@@ -644,7 +651,7 @@
|
|
|
644
651
|
"name": "Foxx Manifest",
|
|
645
652
|
"description": "ArangoDB Foxx service manifest file",
|
|
646
653
|
"fileMatch": ["manifest.json"],
|
|
647
|
-
"url": "https://
|
|
654
|
+
"url": "https://www.schemastore.org/foxx-manifest.json"
|
|
648
655
|
},
|
|
649
656
|
{
|
|
650
657
|
"name": "flagd flag configuration",
|
|
@@ -667,7 +674,7 @@
|
|
|
667
674
|
"name": "fly.io Configuration",
|
|
668
675
|
"description": "fly.io, a cloud provider, configuration",
|
|
669
676
|
"fileMatch": ["fly.toml"],
|
|
670
|
-
"url": "https://
|
|
677
|
+
"url": "https://www.schemastore.org/fly.json"
|
|
671
678
|
},
|
|
672
679
|
{
|
|
673
680
|
"name": "Freifunk.de Community API",
|
|
@@ -701,19 +708,19 @@
|
|
|
701
708
|
"name": ".asmdef",
|
|
702
709
|
"description": "Unity 3D assembly definition file",
|
|
703
710
|
"fileMatch": ["*.asmdef"],
|
|
704
|
-
"url": "https://
|
|
711
|
+
"url": "https://www.schemastore.org/asmdef.json"
|
|
705
712
|
},
|
|
706
713
|
{
|
|
707
714
|
"name": "babelrc.json",
|
|
708
715
|
"description": "Babel configuration file",
|
|
709
716
|
"fileMatch": [".babelrc", ".babelrc.json", "babel.config.json"],
|
|
710
|
-
"url": "https://
|
|
717
|
+
"url": "https://www.schemastore.org/babelrc.json"
|
|
711
718
|
},
|
|
712
719
|
{
|
|
713
720
|
"name": ".backportrc.json",
|
|
714
721
|
"description": "Backport configuration file",
|
|
715
722
|
"fileMatch": [".backportrc.json"],
|
|
716
|
-
"url": "https://
|
|
723
|
+
"url": "https://www.schemastore.org/backportrc.json"
|
|
717
724
|
},
|
|
718
725
|
{
|
|
719
726
|
"name": "batect.yml",
|
|
@@ -725,7 +732,7 @@
|
|
|
725
732
|
"name": "bamboo-spec",
|
|
726
733
|
"description": "The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo",
|
|
727
734
|
"fileMatch": ["**/bamboo-specs/*.yaml", "**/bamboo-specs/*.yml"],
|
|
728
|
-
"url": "https://
|
|
735
|
+
"url": "https://www.schemastore.org/bamboo-spec.json"
|
|
729
736
|
},
|
|
730
737
|
{
|
|
731
738
|
"name": "beef-database-codegen",
|
|
@@ -795,13 +802,13 @@
|
|
|
795
802
|
"name": "bigquery-table",
|
|
796
803
|
"description": "BigQuery table",
|
|
797
804
|
"fileMatch": ["*.bigquery.json"],
|
|
798
|
-
"url": "https://
|
|
805
|
+
"url": "https://www.schemastore.org/bigquery-table.json"
|
|
799
806
|
},
|
|
800
807
|
{
|
|
801
808
|
"name": "Bigconfig",
|
|
802
809
|
"description": "Bigconfig is a yaml-based declarative monitoring as code solution. Data engineers can deploy Bigeye metrics from the command-line for convenient and scalable data quality monitoring",
|
|
803
810
|
"fileMatch": ["bigconfig.yml", "bigconfig.yaml"],
|
|
804
|
-
"url": "https://
|
|
811
|
+
"url": "https://www.schemastore.org/bigconfig.json"
|
|
805
812
|
},
|
|
806
813
|
{
|
|
807
814
|
"name": "bitbucket-pipelines",
|
|
@@ -813,53 +820,53 @@
|
|
|
813
820
|
"name": "bitrise",
|
|
814
821
|
"description": "The configuration format of the Bitrise CLI. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps",
|
|
815
822
|
"fileMatch": ["bitrise.yml", "bitrise.yaml", "bitrise.json"],
|
|
816
|
-
"url": "https://
|
|
823
|
+
"url": "https://www.schemastore.org/bitrise.json"
|
|
817
824
|
},
|
|
818
825
|
{
|
|
819
826
|
"name": "bitrise-step",
|
|
820
827
|
"description": "Steps and Workflows are the heart of how Bitrise works. A Bitrise build is simply a series of Steps. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps",
|
|
821
828
|
"fileMatch": ["step.yml"],
|
|
822
|
-
"url": "https://
|
|
829
|
+
"url": "https://www.schemastore.org/bitrise-step.json"
|
|
823
830
|
},
|
|
824
831
|
{
|
|
825
832
|
"name": ".bootstraprc",
|
|
826
833
|
"description": "Webpack bootstrap-loader configuration file",
|
|
827
834
|
"fileMatch": [".bootstraprc"],
|
|
828
|
-
"url": "https://
|
|
835
|
+
"url": "https://www.schemastore.org/bootstraprc.json"
|
|
829
836
|
},
|
|
830
837
|
{
|
|
831
838
|
"name": "bower.json",
|
|
832
839
|
"description": "Bower package description file",
|
|
833
840
|
"fileMatch": ["bower.json", ".bower.json"],
|
|
834
|
-
"url": "https://
|
|
841
|
+
"url": "https://www.schemastore.org/bower.json"
|
|
835
842
|
},
|
|
836
843
|
{
|
|
837
844
|
"name": ".bowerrc",
|
|
838
845
|
"description": "Bower configuration file",
|
|
839
846
|
"fileMatch": [".bowerrc"],
|
|
840
|
-
"url": "https://
|
|
847
|
+
"url": "https://www.schemastore.org/bowerrc.json"
|
|
841
848
|
},
|
|
842
849
|
{
|
|
843
850
|
"name": "BOSH CPI Config",
|
|
844
851
|
"description": "CPI-specific config for BOSH Director",
|
|
845
|
-
"url": "https://
|
|
852
|
+
"url": "https://www.schemastore.org/bosh-cpi-config.json"
|
|
846
853
|
},
|
|
847
854
|
{
|
|
848
855
|
"name": "BOSH Deploy Config",
|
|
849
856
|
"description": "Deploy config for BOSH CLI",
|
|
850
|
-
"url": "https://
|
|
857
|
+
"url": "https://www.schemastore.org/bosh-deploy-config.json"
|
|
851
858
|
},
|
|
852
859
|
{
|
|
853
860
|
"name": "Boyka Framework",
|
|
854
861
|
"description": "Boyka Framework config file",
|
|
855
862
|
"fileMatch": ["boyka-config.json"],
|
|
856
|
-
"url": "https://
|
|
863
|
+
"url": "https://www.schemastore.org/boyka-config.json"
|
|
857
864
|
},
|
|
858
865
|
{
|
|
859
866
|
"name": "behat.yml",
|
|
860
867
|
"description": "Behat configuration file",
|
|
861
868
|
"fileMatch": ["behat.yml", "*.behat.yml"],
|
|
862
|
-
"url": "https://
|
|
869
|
+
"url": "https://www.schemastore.org/behat.json"
|
|
863
870
|
},
|
|
864
871
|
{
|
|
865
872
|
"name": "partial-black.json",
|
|
@@ -871,13 +878,13 @@
|
|
|
871
878
|
"name": "bozr.suite.json",
|
|
872
879
|
"description": "Bozr test suite file",
|
|
873
880
|
"fileMatch": [".suite.json", ".xsuite.json"],
|
|
874
|
-
"url": "https://
|
|
881
|
+
"url": "https://www.schemastore.org/bozr.json"
|
|
875
882
|
},
|
|
876
883
|
{
|
|
877
884
|
"name": "browser.i18n.json",
|
|
878
885
|
"description": "browser.i18n messages.json translation file",
|
|
879
886
|
"fileMatch": ["messages.json"],
|
|
880
|
-
"url": "https://
|
|
887
|
+
"url": "https://www.schemastore.org/browser.i18n.json"
|
|
881
888
|
},
|
|
882
889
|
{
|
|
883
890
|
"name": "browsh configuration",
|
|
@@ -911,7 +918,7 @@
|
|
|
911
918
|
"name": "Bukkit plugin.yml",
|
|
912
919
|
"description": "Minecraft Bukkit plugin description files",
|
|
913
920
|
"fileMatch": ["plugin.yml"],
|
|
914
|
-
"url": "https://
|
|
921
|
+
"url": "https://www.schemastore.org/bukkit-plugin.json"
|
|
915
922
|
},
|
|
916
923
|
{
|
|
917
924
|
"name": "Buildkite",
|
|
@@ -936,35 +943,35 @@
|
|
|
936
943
|
"name": ".build.yml",
|
|
937
944
|
"description": "Sourcehut Build Manifest",
|
|
938
945
|
"fileMatch": [".build.yml"],
|
|
939
|
-
"url": "https://
|
|
946
|
+
"url": "https://www.schemastore.org/sourcehut-build-0.65.0.json",
|
|
940
947
|
"versions": {
|
|
941
|
-
"0.41.2": "https://
|
|
942
|
-
"0.65.0": "https://
|
|
948
|
+
"0.41.2": "https://www.schemastore.org/sourcehut-build-0.41.2.json",
|
|
949
|
+
"0.65.0": "https://www.schemastore.org/sourcehut-build-0.65.0.json"
|
|
943
950
|
}
|
|
944
951
|
},
|
|
945
952
|
{
|
|
946
953
|
"name": "bun.lock",
|
|
947
954
|
"description": "bun.lock file",
|
|
948
955
|
"fileMatch": ["bun.lock"],
|
|
949
|
-
"url": "https://
|
|
956
|
+
"url": "https://www.schemastore.org/bun-lock.json"
|
|
950
957
|
},
|
|
951
958
|
{
|
|
952
959
|
"name": "bundleconfig.json",
|
|
953
960
|
"description": "bundleconfig.json files",
|
|
954
961
|
"fileMatch": ["bundleconfig.json"],
|
|
955
|
-
"url": "https://
|
|
962
|
+
"url": "https://www.schemastore.org/bundleconfig.json"
|
|
956
963
|
},
|
|
957
964
|
{
|
|
958
965
|
"name": "bunfig.toml",
|
|
959
966
|
"description": "bunfig.toml file",
|
|
960
967
|
"fileMatch": ["bunfig.toml"],
|
|
961
|
-
"url": "https://
|
|
968
|
+
"url": "https://www.schemastore.org/bunfig.json"
|
|
962
969
|
},
|
|
963
970
|
{
|
|
964
971
|
"name": "BungeeCord plugin.yml",
|
|
965
972
|
"description": "BungeeCord plugin description files",
|
|
966
973
|
"fileMatch": ["plugin.yml", "bungee.yml"],
|
|
967
|
-
"url": "https://
|
|
974
|
+
"url": "https://www.schemastore.org/bungee-plugin.json"
|
|
968
975
|
},
|
|
969
976
|
{
|
|
970
977
|
"name": "block.json",
|
|
@@ -985,13 +992,13 @@
|
|
|
985
992
|
"name": "BX CI",
|
|
986
993
|
"description": "CI configuration for Amdocs Bill Experience projects",
|
|
987
994
|
"fileMatch": ["**/bxci.yaml", "**/bxci.yml"],
|
|
988
|
-
"url": "https://
|
|
995
|
+
"url": "https://www.schemastore.org/bxci.schema-3.x.json",
|
|
989
996
|
"versions": {
|
|
990
|
-
"1.0": "https://
|
|
991
|
-
"1.0.1": "https://
|
|
992
|
-
"2.0.0": "https://
|
|
993
|
-
"2.x": "https://
|
|
994
|
-
"3.x": "https://
|
|
997
|
+
"1.0": "https://www.schemastore.org/bxci.schema-1.0.json",
|
|
998
|
+
"1.0.1": "https://www.schemastore.org/bxci.schema-1.0.1.json",
|
|
999
|
+
"2.0.0": "https://www.schemastore.org/bxci.schema-2.0.0.json",
|
|
1000
|
+
"2.x": "https://www.schemastore.org/bxci.schema-2.x.json",
|
|
1001
|
+
"3.x": "https://www.schemastore.org/bxci.schema-2.x.json"
|
|
995
1002
|
}
|
|
996
1003
|
},
|
|
997
1004
|
{
|
|
@@ -1074,19 +1081,19 @@
|
|
|
1074
1081
|
"name": "Cargo Manifest",
|
|
1075
1082
|
"description": "Manifest for Cargo, the Rust package manager and build tool",
|
|
1076
1083
|
"fileMatch": ["Cargo.toml"],
|
|
1077
|
-
"url": "https://
|
|
1084
|
+
"url": "https://www.schemastore.org/cargo.json"
|
|
1078
1085
|
},
|
|
1079
1086
|
{
|
|
1080
1087
|
"name": "Cargo Make",
|
|
1081
1088
|
"description": "cargo-make, a Rust task runner and build tool",
|
|
1082
1089
|
"fileMatch": ["Makefile.toml"],
|
|
1083
|
-
"url": "https://
|
|
1090
|
+
"url": "https://www.schemastore.org/cargo-make.json"
|
|
1084
1091
|
},
|
|
1085
1092
|
{
|
|
1086
1093
|
"name": "Catalog Info Backstage",
|
|
1087
1094
|
"description": "Backstage Catalog Info",
|
|
1088
1095
|
"fileMatch": ["catalog-info.yaml"],
|
|
1089
|
-
"url": "https://
|
|
1096
|
+
"url": "https://www.schemastore.org/catalog-info.json"
|
|
1090
1097
|
},
|
|
1091
1098
|
{
|
|
1092
1099
|
"name": "Charmcraft",
|
|
@@ -1139,7 +1146,7 @@
|
|
|
1139
1146
|
"name": "Convex",
|
|
1140
1147
|
"description": "Configuration for Convex project settings",
|
|
1141
1148
|
"fileMatch": ["convex.json"],
|
|
1142
|
-
"url": "https://
|
|
1149
|
+
"url": "https://www.schemastore.org/convex.json"
|
|
1143
1150
|
},
|
|
1144
1151
|
{
|
|
1145
1152
|
"name": "Conjure",
|
|
@@ -1195,6 +1202,12 @@
|
|
|
1195
1202
|
"fileMatch": [".clawjectrc", ".clawjectrc.json"],
|
|
1196
1203
|
"url": "https://raw.githubusercontent.com/clawject/clawject/main/packages/core/src/config/schema.json"
|
|
1197
1204
|
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "Claude Code Settings",
|
|
1207
|
+
"description": "Configuration file for Claude Code",
|
|
1208
|
+
"fileMatch": ["**/.claude/settings.json"],
|
|
1209
|
+
"url": "https://www.schemastore.org/claude-code-settings.json"
|
|
1210
|
+
},
|
|
1198
1211
|
{
|
|
1199
1212
|
"name": "CVE Record Format",
|
|
1200
1213
|
"description": "CVE record format to describe security vulnerabilities",
|
|
@@ -1277,7 +1290,7 @@
|
|
|
1277
1290
|
"name": "Dein Config",
|
|
1278
1291
|
"description": "Dein.vim, a Vim/Neovim plugin manager",
|
|
1279
1292
|
"fileMatch": ["dein.toml"],
|
|
1280
|
-
"url": "https://
|
|
1293
|
+
"url": "https://www.schemastore.org/dein.json"
|
|
1281
1294
|
},
|
|
1282
1295
|
{
|
|
1283
1296
|
"name": "Dependency cruiser",
|
|
@@ -1316,97 +1329,97 @@
|
|
|
1316
1329
|
"name": "Drupal Breakpoints",
|
|
1317
1330
|
"description": "Drupal configuration for breakpoints",
|
|
1318
1331
|
"fileMatch": ["*.breakpoints.yml"],
|
|
1319
|
-
"url": "https://
|
|
1332
|
+
"url": "https://www.schemastore.org/drupal-breakpoints.json"
|
|
1320
1333
|
},
|
|
1321
1334
|
{
|
|
1322
1335
|
"name": "Drupal Info",
|
|
1323
1336
|
"description": "Drupal configuration for info",
|
|
1324
1337
|
"fileMatch": ["*.info.yml"],
|
|
1325
|
-
"url": "https://
|
|
1338
|
+
"url": "https://www.schemastore.org/drupal-info.json"
|
|
1326
1339
|
},
|
|
1327
1340
|
{
|
|
1328
1341
|
"name": "Drupal Layouts",
|
|
1329
1342
|
"description": "Drupal configuration for layouts",
|
|
1330
1343
|
"fileMatch": ["*.layouts.yml"],
|
|
1331
|
-
"url": "https://
|
|
1344
|
+
"url": "https://www.schemastore.org/drupal-layouts.json"
|
|
1332
1345
|
},
|
|
1333
1346
|
{
|
|
1334
1347
|
"name": "Drupal Libraries",
|
|
1335
1348
|
"description": "Drupal configuration for libraries",
|
|
1336
1349
|
"fileMatch": ["*.libraries.yml"],
|
|
1337
|
-
"url": "https://
|
|
1350
|
+
"url": "https://www.schemastore.org/drupal-libraries.json"
|
|
1338
1351
|
},
|
|
1339
1352
|
{
|
|
1340
1353
|
"name": "Drupal Links Action",
|
|
1341
1354
|
"description": "Drupal configuration for action links",
|
|
1342
1355
|
"fileMatch": ["*.links.action.yml"],
|
|
1343
|
-
"url": "https://
|
|
1356
|
+
"url": "https://www.schemastore.org/drupal-links-action.json"
|
|
1344
1357
|
},
|
|
1345
1358
|
{
|
|
1346
1359
|
"name": "Drupal Links Contextual",
|
|
1347
1360
|
"description": "Drupal configuration for contextual links",
|
|
1348
1361
|
"fileMatch": ["*.links.contextual.yml"],
|
|
1349
|
-
"url": "https://
|
|
1362
|
+
"url": "https://www.schemastore.org/drupal-links-contextual.json"
|
|
1350
1363
|
},
|
|
1351
1364
|
{
|
|
1352
1365
|
"name": "Drupal Links Menu",
|
|
1353
1366
|
"description": "Drupal configuration for menu links",
|
|
1354
1367
|
"fileMatch": ["*.links.menu.yml"],
|
|
1355
|
-
"url": "https://
|
|
1368
|
+
"url": "https://www.schemastore.org/drupal-links-menu.json"
|
|
1356
1369
|
},
|
|
1357
1370
|
{
|
|
1358
1371
|
"name": "Drupal Links Task",
|
|
1359
1372
|
"description": "Drupal configuration for task links",
|
|
1360
1373
|
"fileMatch": ["*.links.task.yml"],
|
|
1361
|
-
"url": "https://
|
|
1374
|
+
"url": "https://www.schemastore.org/drupal-links-task.json"
|
|
1362
1375
|
},
|
|
1363
1376
|
{
|
|
1364
1377
|
"name": "Drupal Migration",
|
|
1365
1378
|
"description": "Drupal configuration for migration",
|
|
1366
1379
|
"fileMatch": ["*.migration.*.yml", "**/migrations/*.yml"],
|
|
1367
|
-
"url": "https://
|
|
1380
|
+
"url": "https://www.schemastore.org/drupal-migration.json"
|
|
1368
1381
|
},
|
|
1369
1382
|
{
|
|
1370
1383
|
"name": "Drupal Permissions",
|
|
1371
1384
|
"description": "Drupal configuration for permissions",
|
|
1372
1385
|
"fileMatch": ["*.permissions.yml"],
|
|
1373
|
-
"url": "https://
|
|
1386
|
+
"url": "https://www.schemastore.org/drupal-permissions.json"
|
|
1374
1387
|
},
|
|
1375
1388
|
{
|
|
1376
1389
|
"name": "Drupal Recipe",
|
|
1377
1390
|
"description": "Drupal configuration for recipe",
|
|
1378
1391
|
"fileMatch": ["drupal-recipe.yml", "drupal-recipe.yaml"],
|
|
1379
|
-
"url": "https://
|
|
1392
|
+
"url": "https://www.schemastore.org/drupal-recipe.json"
|
|
1380
1393
|
},
|
|
1381
1394
|
{
|
|
1382
1395
|
"name": "Drupal Routing",
|
|
1383
1396
|
"description": "Drupal configuration for routing",
|
|
1384
1397
|
"fileMatch": ["*.routing.yml"],
|
|
1385
|
-
"url": "https://
|
|
1398
|
+
"url": "https://www.schemastore.org/drupal-routing.json"
|
|
1386
1399
|
},
|
|
1387
1400
|
{
|
|
1388
1401
|
"name": "Drupal Config",
|
|
1389
1402
|
"description": "Drupal configuration for config",
|
|
1390
1403
|
"fileMatch": ["**/config/schema/*.schema.yml"],
|
|
1391
|
-
"url": "https://
|
|
1404
|
+
"url": "https://www.schemastore.org/drupal-config.json"
|
|
1392
1405
|
},
|
|
1393
1406
|
{
|
|
1394
1407
|
"name": "Drupal Services",
|
|
1395
1408
|
"description": "Drupal configuration for services",
|
|
1396
1409
|
"fileMatch": ["*.services.yml"],
|
|
1397
|
-
"url": "https://
|
|
1410
|
+
"url": "https://www.schemastore.org/drupal-services.json"
|
|
1398
1411
|
},
|
|
1399
1412
|
{
|
|
1400
1413
|
"name": "Helm Chart.yaml",
|
|
1401
1414
|
"description": "The Chart.yaml file is required for a chart",
|
|
1402
1415
|
"fileMatch": ["Chart.yaml"],
|
|
1403
|
-
"url": "https://
|
|
1416
|
+
"url": "https://www.schemastore.org/chart.json"
|
|
1404
1417
|
},
|
|
1405
1418
|
{
|
|
1406
1419
|
"name": "Helm Chart.lock",
|
|
1407
1420
|
"description": "The Chart.lock file locks dependencies from Chart.yaml",
|
|
1408
1421
|
"fileMatch": ["Chart.lock"],
|
|
1409
|
-
"url": "https://
|
|
1422
|
+
"url": "https://www.schemastore.org/chart-lock.json"
|
|
1410
1423
|
},
|
|
1411
1424
|
{
|
|
1412
1425
|
"name": "Helm Unittest Test Suite",
|
|
@@ -1418,25 +1431,25 @@
|
|
|
1418
1431
|
"name": "CircleCI config.yml",
|
|
1419
1432
|
"description": "CircleCI config files",
|
|
1420
1433
|
"fileMatch": ["**/.circleci/config.yml"],
|
|
1421
|
-
"url": "https://
|
|
1434
|
+
"url": "https://www.schemastore.org/circleciconfig.json"
|
|
1422
1435
|
},
|
|
1423
1436
|
{
|
|
1424
1437
|
"name": "Code Climate",
|
|
1425
1438
|
"description": "Configuration file as an alternative for configuring your repository in the settings page",
|
|
1426
1439
|
"fileMatch": [".codeclimate.yml", ".codeclimate.json"],
|
|
1427
|
-
"url": "https://
|
|
1440
|
+
"url": "https://www.schemastore.org/codeclimate.json"
|
|
1428
1441
|
},
|
|
1429
1442
|
{
|
|
1430
1443
|
"name": ".cirrus.yml",
|
|
1431
1444
|
"description": "Cirrus CI configuration files",
|
|
1432
1445
|
"fileMatch": [".cirrus.yml"],
|
|
1433
|
-
"url": "https://
|
|
1446
|
+
"url": "https://www.schemastore.org/cirrus.json"
|
|
1434
1447
|
},
|
|
1435
1448
|
{
|
|
1436
1449
|
"name": ".clasp.json",
|
|
1437
1450
|
"description": "Google Apps Script CLI project file",
|
|
1438
1451
|
"fileMatch": [".clasp.json"],
|
|
1439
|
-
"url": "https://
|
|
1452
|
+
"url": "https://www.schemastore.org/clasp.json"
|
|
1440
1453
|
},
|
|
1441
1454
|
{
|
|
1442
1455
|
"name": "clangd",
|
|
@@ -1447,25 +1460,25 @@
|
|
|
1447
1460
|
".clangd.yaml",
|
|
1448
1461
|
"**/clangd/config.yaml"
|
|
1449
1462
|
],
|
|
1450
|
-
"url": "https://
|
|
1463
|
+
"url": "https://www.schemastore.org/clangd.json"
|
|
1451
1464
|
},
|
|
1452
1465
|
{
|
|
1453
1466
|
"name": "clang-tidy",
|
|
1454
1467
|
"description": "clang-tidy linter from LLVM",
|
|
1455
1468
|
"fileMatch": [".clang-tidy", "clang-tidy.yml", "clang-tidy.yaml"],
|
|
1456
|
-
"url": "https://
|
|
1469
|
+
"url": "https://www.schemastore.org/clang-tidy.json"
|
|
1457
1470
|
},
|
|
1458
1471
|
{
|
|
1459
1472
|
"name": "clib",
|
|
1460
1473
|
"description": "C package manager-ish",
|
|
1461
1474
|
"fileMatch": ["clib.json"],
|
|
1462
|
-
"url": "https://
|
|
1475
|
+
"url": "https://www.schemastore.org/clib.json"
|
|
1463
1476
|
},
|
|
1464
1477
|
{
|
|
1465
1478
|
"name": "cloudify",
|
|
1466
1479
|
"description": "Cloudify Blueprint",
|
|
1467
1480
|
"fileMatch": ["*.cfy.yaml"],
|
|
1468
|
-
"url": "https://
|
|
1481
|
+
"url": "https://www.schemastore.org/cloudify.json"
|
|
1469
1482
|
},
|
|
1470
1483
|
{
|
|
1471
1484
|
"name": "cloud-init: cloud-config userdata",
|
|
@@ -1500,19 +1513,19 @@
|
|
|
1500
1513
|
"name": "Codecov configuration files",
|
|
1501
1514
|
"description": "codecov.yml files",
|
|
1502
1515
|
"fileMatch": [".codecov.yml", "codecov.yml"],
|
|
1503
|
-
"url": "https://
|
|
1516
|
+
"url": "https://www.schemastore.org/codecov.json"
|
|
1504
1517
|
},
|
|
1505
1518
|
{
|
|
1506
1519
|
"name": "CodeShip Pro services configuration files",
|
|
1507
1520
|
"description": "codeship-services.yml files",
|
|
1508
1521
|
"fileMatch": ["codeship-services.yml"],
|
|
1509
|
-
"url": "https://
|
|
1522
|
+
"url": "https://www.schemastore.org/codeship-services.json"
|
|
1510
1523
|
},
|
|
1511
1524
|
{
|
|
1512
1525
|
"name": "CodeShip Pro steps configuration files",
|
|
1513
1526
|
"description": "codeship-steps.yml files",
|
|
1514
1527
|
"fileMatch": ["codeship-steps.yml"],
|
|
1515
|
-
"url": "https://
|
|
1528
|
+
"url": "https://www.schemastore.org/codeship-steps.json"
|
|
1516
1529
|
},
|
|
1517
1530
|
{
|
|
1518
1531
|
"name": "vcpkg manifest file",
|
|
@@ -1542,19 +1555,19 @@
|
|
|
1542
1555
|
"name": "compilerconfig.json",
|
|
1543
1556
|
"description": "compilerconfig.json files",
|
|
1544
1557
|
"fileMatch": ["compilerconfig.json"],
|
|
1545
|
-
"url": "https://
|
|
1558
|
+
"url": "https://www.schemastore.org/compilerconfig.json"
|
|
1546
1559
|
},
|
|
1547
1560
|
{
|
|
1548
1561
|
"name": "compile_commands.json",
|
|
1549
1562
|
"description": "LLVM compilation database",
|
|
1550
1563
|
"fileMatch": ["compile_commands.json"],
|
|
1551
|
-
"url": "https://
|
|
1564
|
+
"url": "https://www.schemastore.org/compile-commands.json"
|
|
1552
1565
|
},
|
|
1553
1566
|
{
|
|
1554
1567
|
"name": "commands.json",
|
|
1555
1568
|
"description": "Config file for Command Task Runner",
|
|
1556
1569
|
"fileMatch": ["commands.json"],
|
|
1557
|
-
"url": "https://
|
|
1570
|
+
"url": "https://www.schemastore.org/commands.json"
|
|
1558
1571
|
},
|
|
1559
1572
|
{
|
|
1560
1573
|
"name": "Common Catalog Data",
|
|
@@ -1571,36 +1584,36 @@
|
|
|
1571
1584
|
"name": "cosmos.config.json",
|
|
1572
1585
|
"description": "React Cosmos configuration file",
|
|
1573
1586
|
"fileMatch": ["cosmos.config.json"],
|
|
1574
|
-
"url": "https://
|
|
1587
|
+
"url": "https://www.schemastore.org/cosmos-config.json"
|
|
1575
1588
|
},
|
|
1576
1589
|
{
|
|
1577
1590
|
"name": "Chrome Extension",
|
|
1578
1591
|
"description": "Google Chrome extension manifest file",
|
|
1579
|
-
"url": "https://
|
|
1592
|
+
"url": "https://www.schemastore.org/chrome-manifest.json"
|
|
1580
1593
|
},
|
|
1581
1594
|
{
|
|
1582
1595
|
"name": "chrome-extension-locales-messages.json",
|
|
1583
1596
|
"description": "Google Chrome extension localization file",
|
|
1584
1597
|
"fileMatch": ["**/_locales/*/messages.json"],
|
|
1585
|
-
"url": "https://
|
|
1598
|
+
"url": "https://www.schemastore.org/chrome-extension-locales-messages.json"
|
|
1586
1599
|
},
|
|
1587
1600
|
{
|
|
1588
1601
|
"name": "chutzpah.json",
|
|
1589
1602
|
"description": "Chutzpah configuration file",
|
|
1590
1603
|
"fileMatch": ["chutzpah.json"],
|
|
1591
|
-
"url": "https://
|
|
1604
|
+
"url": "https://www.schemastore.org/chutzpah.json"
|
|
1592
1605
|
},
|
|
1593
1606
|
{
|
|
1594
1607
|
"name": "contentmanifest.json",
|
|
1595
1608
|
"description": "Visual Studio manifest injection file",
|
|
1596
1609
|
"fileMatch": ["contentmanifest.json"],
|
|
1597
|
-
"url": "https://
|
|
1610
|
+
"url": "https://www.schemastore.org/vsix-manifestinjection.json"
|
|
1598
1611
|
},
|
|
1599
1612
|
{
|
|
1600
1613
|
"name": "cloud-sdk-pipeline-configuration",
|
|
1601
1614
|
"description": "SAP Cloud SDK Pipeline configuration",
|
|
1602
1615
|
"fileMatch": ["pipeline_config.yml"],
|
|
1603
|
-
"url": "https://
|
|
1616
|
+
"url": "https://www.schemastore.org/cloud-sdk-pipeline-config-schema.json"
|
|
1604
1617
|
},
|
|
1605
1618
|
{
|
|
1606
1619
|
"name": "cloudbuild.json",
|
|
@@ -1613,7 +1626,7 @@
|
|
|
1613
1626
|
"*.cloudbuild.yaml",
|
|
1614
1627
|
"*.cloudbuild.yml"
|
|
1615
1628
|
],
|
|
1616
|
-
"url": "https://
|
|
1629
|
+
"url": "https://www.schemastore.org/cloudbuild.json"
|
|
1617
1630
|
},
|
|
1618
1631
|
{
|
|
1619
1632
|
"name": "Google Cloud Workflows",
|
|
@@ -1626,13 +1639,13 @@
|
|
|
1626
1639
|
"*.workflows.yaml",
|
|
1627
1640
|
"*.workflows.yml"
|
|
1628
1641
|
],
|
|
1629
|
-
"url": "https://
|
|
1642
|
+
"url": "https://www.schemastore.org/workflows.json"
|
|
1630
1643
|
},
|
|
1631
1644
|
{
|
|
1632
1645
|
"name": "AWS CDK cdk.json",
|
|
1633
1646
|
"description": "AWS CDK context files",
|
|
1634
1647
|
"fileMatch": ["cdk.json"],
|
|
1635
|
-
"url": "https://
|
|
1648
|
+
"url": "https://www.schemastore.org/cdk.json"
|
|
1636
1649
|
},
|
|
1637
1650
|
{
|
|
1638
1651
|
"name": "AWS CloudFormation",
|
|
@@ -1726,7 +1739,7 @@
|
|
|
1726
1739
|
"name": "chisel-slices.json",
|
|
1727
1740
|
"description": "Canonical Chisel slices definition file",
|
|
1728
1741
|
"fileMatch": ["**/slices/*.yaml"],
|
|
1729
|
-
"url": "https://
|
|
1742
|
+
"url": "https://www.schemastore.org/chisel-slices.json"
|
|
1730
1743
|
},
|
|
1731
1744
|
{
|
|
1732
1745
|
"name": "Citation File Format",
|
|
@@ -1741,7 +1754,7 @@
|
|
|
1741
1754
|
"name": "coffeelint.json",
|
|
1742
1755
|
"description": "CoffeeLint configuration file",
|
|
1743
1756
|
"fileMatch": ["coffeelint.json"],
|
|
1744
|
-
"url": "https://
|
|
1757
|
+
"url": "https://www.schemastore.org/coffeelint.json"
|
|
1745
1758
|
},
|
|
1746
1759
|
{
|
|
1747
1760
|
"name": "committed.toml",
|
|
@@ -1759,13 +1772,13 @@
|
|
|
1759
1772
|
"name": "component.json",
|
|
1760
1773
|
"description": "Web component file",
|
|
1761
1774
|
"fileMatch": ["component.json"],
|
|
1762
|
-
"url": "https://
|
|
1775
|
+
"url": "https://www.schemastore.org/component.json"
|
|
1763
1776
|
},
|
|
1764
1777
|
{
|
|
1765
1778
|
"name": "component-detection-manifest.json",
|
|
1766
1779
|
"description": "Component Detection manifest",
|
|
1767
1780
|
"fileMatch": ["cdmanifest.json", "cgmanifest.json"],
|
|
1768
|
-
"url": "https://
|
|
1781
|
+
"url": "https://www.schemastore.org/component-detection-manifest.json"
|
|
1769
1782
|
},
|
|
1770
1783
|
{
|
|
1771
1784
|
"name": "contribute.json",
|
|
@@ -1777,7 +1790,7 @@
|
|
|
1777
1790
|
"name": "crowdin.yml",
|
|
1778
1791
|
"description": "Crowdin, a crowd-translation platform. Documentation: https://support.crowdin.com/configuration-file/",
|
|
1779
1792
|
"fileMatch": ["**/crowdin.yml"],
|
|
1780
|
-
"url": "https://
|
|
1793
|
+
"url": "https://www.schemastore.org/crowdin.json"
|
|
1781
1794
|
},
|
|
1782
1795
|
{
|
|
1783
1796
|
"name": "Crowdsec collection config",
|
|
@@ -1813,7 +1826,7 @@
|
|
|
1813
1826
|
"name": ".creatomic",
|
|
1814
1827
|
"description": "A config for Atomic Design 4 React generator",
|
|
1815
1828
|
"fileMatch": [".creatomic"],
|
|
1816
|
-
"url": "https://
|
|
1829
|
+
"url": "https://www.schemastore.org/creatomic.json"
|
|
1817
1830
|
},
|
|
1818
1831
|
{
|
|
1819
1832
|
"name": "CSpell (cspell.json)",
|
|
@@ -1835,24 +1848,24 @@
|
|
|
1835
1848
|
"name": "CSS Comb (.csscomb.json)",
|
|
1836
1849
|
"description": "CSS Comb's configuration file",
|
|
1837
1850
|
"fileMatch": [".csscomb.json"],
|
|
1838
|
-
"url": "https://
|
|
1851
|
+
"url": "https://www.schemastore.org/csscomb.json"
|
|
1839
1852
|
},
|
|
1840
1853
|
{
|
|
1841
1854
|
"name": "CSS Lint (.csslintrc)",
|
|
1842
1855
|
"description": "CSS Lint's configuration file",
|
|
1843
1856
|
"fileMatch": [".csslintrc"],
|
|
1844
|
-
"url": "https://
|
|
1857
|
+
"url": "https://www.schemastore.org/csslintrc.json"
|
|
1845
1858
|
},
|
|
1846
1859
|
{
|
|
1847
1860
|
"name": "Dart Build Config (dart-build.json)",
|
|
1848
1861
|
"description": "Configuration for Dart's build system",
|
|
1849
|
-
"url": "https://
|
|
1862
|
+
"url": "https://www.schemastore.org/dart-build.json"
|
|
1850
1863
|
},
|
|
1851
1864
|
{
|
|
1852
1865
|
"name": "Dart Test Config (dart-test.json)",
|
|
1853
1866
|
"description": "Configuration for Dart's test package",
|
|
1854
1867
|
"fileMatch": ["dart_test.yaml"],
|
|
1855
|
-
"url": "https://
|
|
1868
|
+
"url": "https://www.schemastore.org/dart-test.json"
|
|
1856
1869
|
},
|
|
1857
1870
|
{
|
|
1858
1871
|
"name": "DashLord Configuration",
|
|
@@ -1902,13 +1915,13 @@
|
|
|
1902
1915
|
"name": "datalogic-scan2deploy-android",
|
|
1903
1916
|
"description": "Datalogic Scan2Deploy Android file",
|
|
1904
1917
|
"fileMatch": [".dla.json"],
|
|
1905
|
-
"url": "https://
|
|
1918
|
+
"url": "https://www.schemastore.org/datalogic-scan2deploy-android.json"
|
|
1906
1919
|
},
|
|
1907
1920
|
{
|
|
1908
1921
|
"name": "datalogic-scan2deploy-ce",
|
|
1909
1922
|
"description": "Datalogic Scan2Deploy CE file",
|
|
1910
1923
|
"fileMatch": [".dlc.json"],
|
|
1911
|
-
"url": "https://
|
|
1924
|
+
"url": "https://www.schemastore.org/datalogic-scan2deploy-ce.json"
|
|
1912
1925
|
},
|
|
1913
1926
|
{
|
|
1914
1927
|
"name": "ddev-global",
|
|
@@ -1926,7 +1939,7 @@
|
|
|
1926
1939
|
"name": "debugsettings.json",
|
|
1927
1940
|
"description": "A the ASP.NET DebugSettings.json files",
|
|
1928
1941
|
"fileMatch": ["debugsettings.json"],
|
|
1929
|
-
"url": "https://
|
|
1942
|
+
"url": "https://www.schemastore.org/debugsettings.json"
|
|
1930
1943
|
},
|
|
1931
1944
|
{
|
|
1932
1945
|
"name": "Deno Config (deno.json)",
|
|
@@ -1938,13 +1951,13 @@
|
|
|
1938
1951
|
"name": "dependabot.json",
|
|
1939
1952
|
"description": "Dependabot config.yml files",
|
|
1940
1953
|
"fileMatch": ["**/.dependabot/config.yml"],
|
|
1941
|
-
"url": "https://
|
|
1954
|
+
"url": "https://www.schemastore.org/dependabot.json"
|
|
1942
1955
|
},
|
|
1943
1956
|
{
|
|
1944
1957
|
"name": "dependabot-v2.json",
|
|
1945
1958
|
"description": "GitHub Action's dependabot.yml files",
|
|
1946
1959
|
"fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
|
|
1947
|
-
"url": "https://
|
|
1960
|
+
"url": "https://www.schemastore.org/dependabot-2.0.json"
|
|
1948
1961
|
},
|
|
1949
1962
|
{
|
|
1950
1963
|
"name": "Deployer Recipe",
|
|
@@ -1956,10 +1969,10 @@
|
|
|
1956
1969
|
"name": "Detekt Config (detekt.yml)",
|
|
1957
1970
|
"description": "Detekt Configuration File",
|
|
1958
1971
|
"fileMatch": ["detekt.yml", "detekt.yaml"],
|
|
1959
|
-
"url": "https://
|
|
1972
|
+
"url": "https://www.schemastore.org/detekt-1.22.0.json",
|
|
1960
1973
|
"versions": {
|
|
1961
|
-
"1.14.1": "https://
|
|
1962
|
-
"1.22.0": "https://
|
|
1974
|
+
"1.14.1": "https://www.schemastore.org/detekt-1.14.1.json",
|
|
1975
|
+
"1.22.0": "https://www.schemastore.org/detekt-1.22.0.json"
|
|
1963
1976
|
}
|
|
1964
1977
|
},
|
|
1965
1978
|
{
|
|
@@ -1971,13 +1984,13 @@
|
|
|
1971
1984
|
"name": "dockerd.json",
|
|
1972
1985
|
"description": "Docker daemon configuration",
|
|
1973
1986
|
"fileMatch": ["dockerd.json", "docker.json"],
|
|
1974
|
-
"url": "https://
|
|
1987
|
+
"url": "https://www.schemastore.org/dockerd.json"
|
|
1975
1988
|
},
|
|
1976
1989
|
{
|
|
1977
1990
|
"name": "docker bake",
|
|
1978
1991
|
"description": "Docker Bake configuration file. Documentation: https://docs.docker.com/build/bake/reference",
|
|
1979
1992
|
"fileMatch": ["docker-bake.json", "docker-bake.override.json"],
|
|
1980
|
-
"url": "https://
|
|
1993
|
+
"url": "https://www.schemastore.org/docker-bake.json"
|
|
1981
1994
|
},
|
|
1982
1995
|
{
|
|
1983
1996
|
"name": "docker sequencer",
|
|
@@ -1996,7 +2009,7 @@
|
|
|
1996
2009
|
"name": "DocFx Config (docfx.json)",
|
|
1997
2010
|
"description": "A DocFx configuration files",
|
|
1998
2011
|
"fileMatch": ["docfx.json"],
|
|
1999
|
-
"url": "https://
|
|
2012
|
+
"url": "https://www.schemastore.org/docfx.json"
|
|
2000
2013
|
},
|
|
2001
2014
|
{
|
|
2002
2015
|
"name": "Dofigen",
|
|
@@ -2009,7 +2022,7 @@
|
|
|
2009
2022
|
"*.dofigen.json",
|
|
2010
2023
|
"*.dofigen.yml"
|
|
2011
2024
|
],
|
|
2012
|
-
"url": "https://
|
|
2025
|
+
"url": "https://www.schemastore.org/dofigen.json"
|
|
2013
2026
|
},
|
|
2014
2027
|
{
|
|
2015
2028
|
"name": "Dolittle Artifacts",
|
|
@@ -2063,19 +2076,19 @@
|
|
|
2063
2076
|
"name": "dotnet Release Index manifest",
|
|
2064
2077
|
"description": ".NET product collection manifests",
|
|
2065
2078
|
"fileMatch": ["dotnet-release-index.json"],
|
|
2066
|
-
"url": "https://
|
|
2079
|
+
"url": "https://www.schemastore.org/dotnet-releases-index.json"
|
|
2067
2080
|
},
|
|
2068
2081
|
{
|
|
2069
2082
|
"name": "dotnet-tools.json",
|
|
2070
2083
|
"description": ".NET tools manifest file",
|
|
2071
2084
|
"fileMatch": ["dotnet-tools.json"],
|
|
2072
|
-
"url": "https://
|
|
2085
|
+
"url": "https://www.schemastore.org/dotnet-tools.json"
|
|
2073
2086
|
},
|
|
2074
2087
|
{
|
|
2075
2088
|
"name": "dotnetcli.host.json",
|
|
2076
2089
|
"description": ".NET CLI template host files",
|
|
2077
2090
|
"fileMatch": ["dotnetcli.host.json"],
|
|
2078
|
-
"url": "https://
|
|
2091
|
+
"url": "https://www.schemastore.org/dotnetcli.host.json"
|
|
2079
2092
|
},
|
|
2080
2093
|
{
|
|
2081
2094
|
"name": "dprint.json",
|
|
@@ -2092,18 +2105,18 @@
|
|
|
2092
2105
|
"name": "drone.json",
|
|
2093
2106
|
"description": "Drone CI configuration file",
|
|
2094
2107
|
"fileMatch": [".drone.yml"],
|
|
2095
|
-
"url": "https://
|
|
2108
|
+
"url": "https://www.schemastore.org/drone.json"
|
|
2096
2109
|
},
|
|
2097
2110
|
{
|
|
2098
2111
|
"name": "Drush site aliases",
|
|
2099
2112
|
"description": "Drush 9 site aliases file",
|
|
2100
2113
|
"fileMatch": ["**/sites/*.site.yml"],
|
|
2101
|
-
"url": "https://
|
|
2114
|
+
"url": "https://www.schemastore.org/drush.site.yml.json"
|
|
2102
2115
|
},
|
|
2103
2116
|
{
|
|
2104
2117
|
"name": "dss-2.0.0.json",
|
|
2105
2118
|
"description": "Digital Signature Service Core Protocols, Elements, and Bindings Version 2.0",
|
|
2106
|
-
"url": "https://
|
|
2119
|
+
"url": "https://www.schemastore.org/dss-2.0.0.json"
|
|
2107
2120
|
},
|
|
2108
2121
|
{
|
|
2109
2122
|
"name": "dstack configuration",
|
|
@@ -2169,7 +2182,7 @@
|
|
|
2169
2182
|
"ecosystem.config.yml",
|
|
2170
2183
|
"ecosystem.config.yaml"
|
|
2171
2184
|
],
|
|
2172
|
-
"url": "https://
|
|
2185
|
+
"url": "https://www.schemastore.org/pm2-ecosystem.json"
|
|
2173
2186
|
},
|
|
2174
2187
|
{
|
|
2175
2188
|
"name": "eksctl",
|
|
@@ -2183,7 +2196,7 @@
|
|
|
2183
2196
|
"elgato-stream-deck-plugin.yml",
|
|
2184
2197
|
"elgato-stream-deck-plugin.yaml"
|
|
2185
2198
|
],
|
|
2186
|
-
"url": "https://
|
|
2199
|
+
"url": "https://www.schemastore.org/elgato-stream-deck-plugin.json"
|
|
2187
2200
|
},
|
|
2188
2201
|
{
|
|
2189
2202
|
"name": "Enterprise Contract Policy Spec",
|
|
@@ -2194,24 +2207,24 @@
|
|
|
2194
2207
|
"name": ".esmrc.json",
|
|
2195
2208
|
"description": "Configuration files for the esm module/package in Node.js",
|
|
2196
2209
|
"fileMatch": [".esmrc", ".esmrc.json"],
|
|
2197
|
-
"url": "https://
|
|
2210
|
+
"url": "https://www.schemastore.org/esmrc.json"
|
|
2198
2211
|
},
|
|
2199
2212
|
{
|
|
2200
2213
|
"name": "Esquio",
|
|
2201
2214
|
"description": "Esquio configuration files",
|
|
2202
|
-
"url": "https://
|
|
2215
|
+
"url": "https://www.schemastore.org/esquio.json"
|
|
2203
2216
|
},
|
|
2204
2217
|
{
|
|
2205
2218
|
"name": "epr-manifest.json",
|
|
2206
2219
|
"description": "Entry Point Regulation manifest file",
|
|
2207
2220
|
"fileMatch": ["epr-manifest.json"],
|
|
2208
|
-
"url": "https://
|
|
2221
|
+
"url": "https://www.schemastore.org/epr-manifest.json"
|
|
2209
2222
|
},
|
|
2210
2223
|
{
|
|
2211
2224
|
"name": "electron-builder configuration file",
|
|
2212
2225
|
"description": "electron-build configuration file",
|
|
2213
2226
|
"fileMatch": ["electron-builder.json"],
|
|
2214
|
-
"url": "https://
|
|
2227
|
+
"url": "https://www.schemastore.org/electron-builder.json"
|
|
2215
2228
|
},
|
|
2216
2229
|
{
|
|
2217
2230
|
"name": "evcc.yaml",
|
|
@@ -2222,72 +2235,99 @@
|
|
|
2222
2235
|
{
|
|
2223
2236
|
"name": "EveryVoice TTS Toolkit Aligner Configuration",
|
|
2224
2237
|
"description": "EveryVoice Text-to-Speech Toolkit Aligner Configuration",
|
|
2225
|
-
"fileMatch": ["everyvoice-aligner.yaml"],
|
|
2226
|
-
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.
|
|
2238
|
+
"fileMatch": ["everyvoice-aligner.yaml", "everyvoice-aligner.json"],
|
|
2239
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.3.json",
|
|
2227
2240
|
"versions": {
|
|
2228
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.1.json"
|
|
2241
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.1.json",
|
|
2242
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.2.json",
|
|
2243
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-aligner-0.3.json"
|
|
2229
2244
|
}
|
|
2230
2245
|
},
|
|
2231
2246
|
{
|
|
2232
2247
|
"name": "EveryVoice TTS Toolkit Data Configuration",
|
|
2233
2248
|
"description": "EveryVoice Text-to-Speech Toolkit Data Configuration",
|
|
2234
|
-
"fileMatch": [
|
|
2235
|
-
|
|
2249
|
+
"fileMatch": [
|
|
2250
|
+
"everyvoice-shared-data.yaml",
|
|
2251
|
+
"everyvoice-shared-data.json"
|
|
2252
|
+
],
|
|
2253
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-data-0.3.json",
|
|
2236
2254
|
"versions": {
|
|
2237
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-data-0.1.json"
|
|
2255
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-data-0.1.json",
|
|
2256
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-data-0.2.json",
|
|
2257
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-data-0.3.json"
|
|
2238
2258
|
}
|
|
2239
2259
|
},
|
|
2240
2260
|
{
|
|
2241
2261
|
"name": "EveryVoice TTS Toolkit Text Configuration",
|
|
2242
2262
|
"description": "EveryVoice Text-to-Speech Toolkit Text Configuration",
|
|
2243
|
-
"fileMatch": [
|
|
2244
|
-
|
|
2263
|
+
"fileMatch": [
|
|
2264
|
+
"everyvoice-shared-text.yaml",
|
|
2265
|
+
"everyvoice-shared-text.json"
|
|
2266
|
+
],
|
|
2267
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-text-0.3.json",
|
|
2245
2268
|
"versions": {
|
|
2246
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-text-0.1.json"
|
|
2269
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-text-0.1.json",
|
|
2270
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-text-0.2.json",
|
|
2271
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-shared-text-0.3.json"
|
|
2247
2272
|
}
|
|
2248
2273
|
},
|
|
2249
2274
|
{
|
|
2250
2275
|
"name": "EveryVoice TTS Toolkit Vocoder Configuration",
|
|
2251
2276
|
"description": "EveryVoice Text-to-Speech Toolkit Vocoder Configuration",
|
|
2252
|
-
"fileMatch": [
|
|
2253
|
-
|
|
2277
|
+
"fileMatch": [
|
|
2278
|
+
"everyvoice-spec-to-wav.yaml",
|
|
2279
|
+
"everyvoice-spec-to-wav.json"
|
|
2280
|
+
],
|
|
2281
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-spec-to-wav-0.3.json",
|
|
2254
2282
|
"versions": {
|
|
2255
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-spec-to-wav-0.1.json"
|
|
2283
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-spec-to-wav-0.1.json",
|
|
2284
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-spec-to-wav-0.2.json",
|
|
2285
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-spec-to-wav-0.3.json"
|
|
2256
2286
|
}
|
|
2257
2287
|
},
|
|
2258
2288
|
{
|
|
2259
2289
|
"name": "EveryVoice TTS Toolkit Feature Prediction Configuration",
|
|
2260
2290
|
"description": "EveryVoice Text-to-Speech Toolkit",
|
|
2261
|
-
"fileMatch": [
|
|
2262
|
-
|
|
2291
|
+
"fileMatch": [
|
|
2292
|
+
"everyvoice-text-to-spec.yaml",
|
|
2293
|
+
"everyvoice-text-to-spec.json"
|
|
2294
|
+
],
|
|
2295
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-spec-0.3.json",
|
|
2263
2296
|
"versions": {
|
|
2264
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-spec-0.1.json"
|
|
2297
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-spec-0.1.json",
|
|
2298
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-spec-0.2.json",
|
|
2299
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-spec-0.3.json"
|
|
2265
2300
|
}
|
|
2266
2301
|
},
|
|
2267
2302
|
{
|
|
2268
2303
|
"name": "EveryVoice TTS Toolkit E2E Configuration",
|
|
2269
2304
|
"description": "EveryVoice Text-to-Speech Toolkit E2E Configuration",
|
|
2270
|
-
"fileMatch": [
|
|
2271
|
-
|
|
2305
|
+
"fileMatch": [
|
|
2306
|
+
"everyvoice-text-to-wav.yaml",
|
|
2307
|
+
"everyvoice-text-to-wav.json"
|
|
2308
|
+
],
|
|
2309
|
+
"url": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-wav-0.3.json",
|
|
2272
2310
|
"versions": {
|
|
2273
|
-
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-wav-0.1.json"
|
|
2311
|
+
"0.1": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-wav-0.1.json",
|
|
2312
|
+
"0.2": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-wav-0.2.json",
|
|
2313
|
+
"0.3": "https://raw.githubusercontent.com/EveryVoiceTTS/everyvoice/main/everyvoice/.schema/everyvoice-text-to-wav-0.3.json"
|
|
2274
2314
|
}
|
|
2275
2315
|
},
|
|
2276
2316
|
{
|
|
2277
2317
|
"name": "Expo SDK",
|
|
2278
2318
|
"description": "Expo SDK app manifest",
|
|
2279
2319
|
"fileMatch": ["app.json"],
|
|
2280
|
-
"url": "https://
|
|
2320
|
+
"url": "https://www.schemastore.org/expo-52.0.0.json",
|
|
2281
2321
|
"versions": {
|
|
2282
|
-
"37.0.0": "https://
|
|
2283
|
-
"38.0.0": "https://
|
|
2284
|
-
"39.0.0": "https://
|
|
2285
|
-
"40.0.0": "https://
|
|
2286
|
-
"41.0.0": "https://
|
|
2287
|
-
"42.0.0": "https://
|
|
2288
|
-
"46.0.0": "https://
|
|
2289
|
-
"50.0.0": "https://
|
|
2290
|
-
"52.0.0": "https://
|
|
2322
|
+
"37.0.0": "https://www.schemastore.org/expo-37.0.0.json",
|
|
2323
|
+
"38.0.0": "https://www.schemastore.org/expo-38.0.0.json",
|
|
2324
|
+
"39.0.0": "https://www.schemastore.org/expo-39.0.0.json",
|
|
2325
|
+
"40.0.0": "https://www.schemastore.org/expo-40.0.0.json",
|
|
2326
|
+
"41.0.0": "https://www.schemastore.org/expo-41.0.0.json",
|
|
2327
|
+
"42.0.0": "https://www.schemastore.org/expo-42.0.0.json",
|
|
2328
|
+
"46.0.0": "https://www.schemastore.org/expo-46.0.0.json",
|
|
2329
|
+
"50.0.0": "https://www.schemastore.org/expo-50.0.0.json",
|
|
2330
|
+
"52.0.0": "https://www.schemastore.org/expo-52.0.0.json"
|
|
2291
2331
|
}
|
|
2292
2332
|
},
|
|
2293
2333
|
{
|
|
@@ -2300,7 +2340,7 @@
|
|
|
2300
2340
|
"name": "EasyVCR .NET",
|
|
2301
2341
|
"description": "EasyVCR .NET recording file",
|
|
2302
2342
|
"fileMatch": ["*.easyvcr", "**/cassettes/*.json"],
|
|
2303
|
-
"url": "https://
|
|
2343
|
+
"url": "https://www.schemastore.org/easyvcr-net.json"
|
|
2304
2344
|
},
|
|
2305
2345
|
{
|
|
2306
2346
|
"name": "ezd task runner",
|
|
@@ -2317,13 +2357,13 @@
|
|
|
2317
2357
|
".eslintrc.yml",
|
|
2318
2358
|
".eslintrc.yaml"
|
|
2319
2359
|
],
|
|
2320
|
-
"url": "https://
|
|
2360
|
+
"url": "https://www.schemastore.org/eslintrc.json"
|
|
2321
2361
|
},
|
|
2322
2362
|
{
|
|
2323
2363
|
"name": "fabric.mod.json",
|
|
2324
2364
|
"description": "Metadata file used by the Fabric mod loader",
|
|
2325
2365
|
"fileMatch": ["fabric.mod.json"],
|
|
2326
|
-
"url": "https://
|
|
2366
|
+
"url": "https://www.schemastore.org/fabric.mod.json"
|
|
2327
2367
|
},
|
|
2328
2368
|
{
|
|
2329
2369
|
"name": "F-Droid Data metadata",
|
|
@@ -2374,37 +2414,37 @@
|
|
|
2374
2414
|
"name": "first-timers-bot",
|
|
2375
2415
|
"description": "A bot that helps onboarding new open-source contributors",
|
|
2376
2416
|
"fileMatch": ["**/.github/first-timers.yml"],
|
|
2377
|
-
"url": "https://
|
|
2417
|
+
"url": "https://www.schemastore.org/first-timers.json"
|
|
2378
2418
|
},
|
|
2379
2419
|
{
|
|
2380
2420
|
"name": "Foundry VTT - Base package Manifest",
|
|
2381
2421
|
"description": "Base Module/system/World manifest to inherit from",
|
|
2382
2422
|
"fileMatch": [],
|
|
2383
|
-
"url": "https://
|
|
2423
|
+
"url": "https://www.schemastore.org/foundryvtt-base-package-manifest.json"
|
|
2384
2424
|
},
|
|
2385
2425
|
{
|
|
2386
2426
|
"name": "Foundry VTT - Module Manifest",
|
|
2387
2427
|
"description": "Foundry VTT module.json files",
|
|
2388
2428
|
"fileMatch": ["**/modules/*/module.json"],
|
|
2389
|
-
"url": "https://
|
|
2429
|
+
"url": "https://www.schemastore.org/foundryvtt-module-manifest.json"
|
|
2390
2430
|
},
|
|
2391
2431
|
{
|
|
2392
2432
|
"name": "Foundry VTT - System Manifest",
|
|
2393
2433
|
"description": "Foundry VTT system.json files",
|
|
2394
2434
|
"fileMatch": ["**/systems/*/system.json"],
|
|
2395
|
-
"url": "https://
|
|
2435
|
+
"url": "https://www.schemastore.org/foundryvtt-system-manifest.json"
|
|
2396
2436
|
},
|
|
2397
2437
|
{
|
|
2398
2438
|
"name": "Foundry VTT - World Manifest",
|
|
2399
2439
|
"description": "Foundry VTT world.json files",
|
|
2400
2440
|
"fileMatch": ["**/worlds/*/world.json"],
|
|
2401
|
-
"url": "https://
|
|
2441
|
+
"url": "https://www.schemastore.org/foundryvtt-world-manifest.json"
|
|
2402
2442
|
},
|
|
2403
2443
|
{
|
|
2404
2444
|
"name": "Foundry VTT - System Data Template",
|
|
2405
2445
|
"description": "Foundry VTT template.json files",
|
|
2406
2446
|
"fileMatch": ["**/systems/*/template.json"],
|
|
2407
|
-
"url": "https://
|
|
2447
|
+
"url": "https://www.schemastore.org/foundryvtt-template.json"
|
|
2408
2448
|
},
|
|
2409
2449
|
{
|
|
2410
2450
|
"name": "Fossa configuration file",
|
|
@@ -2459,7 +2499,7 @@
|
|
|
2459
2499
|
"name": "function.json",
|
|
2460
2500
|
"description": "Azure Functions function.json files",
|
|
2461
2501
|
"fileMatch": ["function.json"],
|
|
2462
|
-
"url": "https://
|
|
2502
|
+
"url": "https://www.schemastore.org/function.json"
|
|
2463
2503
|
},
|
|
2464
2504
|
{
|
|
2465
2505
|
"name": "G2P Mapping Configuration",
|
|
@@ -2474,10 +2514,10 @@
|
|
|
2474
2514
|
"name": "Gaspar",
|
|
2475
2515
|
"description": "Configuration for Gaspar",
|
|
2476
2516
|
"fileMatch": ["gaspar.config.json"],
|
|
2477
|
-
"url": "https://
|
|
2517
|
+
"url": "https://www.schemastore.org/gaspar-3.0.json",
|
|
2478
2518
|
"versions": {
|
|
2479
|
-
"1.0": "https://
|
|
2480
|
-
"3.0": "https://
|
|
2519
|
+
"1.0": "https://www.schemastore.org/gaspar-1.0.json",
|
|
2520
|
+
"3.0": "https://www.schemastore.org/gaspar-3.0.json"
|
|
2481
2521
|
}
|
|
2482
2522
|
},
|
|
2483
2523
|
{
|
|
@@ -2507,13 +2547,13 @@
|
|
|
2507
2547
|
"name": "GCP Blueprint Metadata",
|
|
2508
2548
|
"description": "Blueprint Solutions for Google Cloud",
|
|
2509
2549
|
"fileMatch": ["metadata.yaml", "metadata.display.yaml"],
|
|
2510
|
-
"url": "https://
|
|
2550
|
+
"url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
|
|
2511
2551
|
},
|
|
2512
2552
|
{
|
|
2513
2553
|
"name": "Global Privacy Control",
|
|
2514
2554
|
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
|
|
2515
2555
|
"fileMatch": ["**/.well-known/gpc.json"],
|
|
2516
|
-
"url": "https://
|
|
2556
|
+
"url": "https://www.schemastore.org/gpc.json"
|
|
2517
2557
|
},
|
|
2518
2558
|
{
|
|
2519
2559
|
"name": "GitVersion",
|
|
@@ -2534,7 +2574,7 @@
|
|
|
2534
2574
|
"**/.forgejo/ISSUE_TEMPLATE/config.yml",
|
|
2535
2575
|
"**/.forgejo/ISSUE_TEMPLATE/config.yaml"
|
|
2536
2576
|
],
|
|
2537
|
-
"url": "https://
|
|
2577
|
+
"url": "https://www.schemastore.org/gitea-issue-config.json"
|
|
2538
2578
|
},
|
|
2539
2579
|
{
|
|
2540
2580
|
"name": "Gitea Issue Template forms",
|
|
@@ -2545,13 +2585,13 @@
|
|
|
2545
2585
|
"**/.forgejo/ISSUE_TEMPLATE/**.yml",
|
|
2546
2586
|
"**/.forgejo/ISSUE_TEMPLATE/**.yaml"
|
|
2547
2587
|
],
|
|
2548
|
-
"url": "https://
|
|
2588
|
+
"url": "https://www.schemastore.org/gitea-issue-forms.json"
|
|
2549
2589
|
},
|
|
2550
2590
|
{
|
|
2551
2591
|
"name": "GitHub Action",
|
|
2552
2592
|
"description": "YAML GitHub Actions",
|
|
2553
2593
|
"fileMatch": ["action.yml", "action.yaml"],
|
|
2554
|
-
"url": "https://
|
|
2594
|
+
"url": "https://www.schemastore.org/github-action.json"
|
|
2555
2595
|
},
|
|
2556
2596
|
{
|
|
2557
2597
|
"name": "GitHub Discussion",
|
|
@@ -2560,7 +2600,7 @@
|
|
|
2560
2600
|
"**/.github/DISCUSSION_TEMPLATE/*.yml",
|
|
2561
2601
|
"**/.github/DISCUSSION_TEMPLATE/*.yaml"
|
|
2562
2602
|
],
|
|
2563
|
-
"url": "https://
|
|
2603
|
+
"url": "https://www.schemastore.org/github-discussion.json"
|
|
2564
2604
|
},
|
|
2565
2605
|
{
|
|
2566
2606
|
"name": "GitHub Funding",
|
|
@@ -2571,7 +2611,7 @@
|
|
|
2571
2611
|
"**/.github/funding.yml",
|
|
2572
2612
|
"**/.github/funding.yaml"
|
|
2573
2613
|
],
|
|
2574
|
-
"url": "https://
|
|
2614
|
+
"url": "https://www.schemastore.org/github-funding.json"
|
|
2575
2615
|
},
|
|
2576
2616
|
{
|
|
2577
2617
|
"name": "GitHub Issue Template configuration",
|
|
@@ -2580,7 +2620,7 @@
|
|
|
2580
2620
|
"**/.github/ISSUE_TEMPLATE/config.yml",
|
|
2581
2621
|
"**/.github/ISSUE_TEMPLATE/config.yaml"
|
|
2582
2622
|
],
|
|
2583
|
-
"url": "https://
|
|
2623
|
+
"url": "https://www.schemastore.org/github-issue-config.json"
|
|
2584
2624
|
},
|
|
2585
2625
|
{
|
|
2586
2626
|
"name": "GitHub Issue Template forms",
|
|
@@ -2589,7 +2629,7 @@
|
|
|
2589
2629
|
"**/.github/ISSUE_TEMPLATE/**.yml",
|
|
2590
2630
|
"**/.github/ISSUE_TEMPLATE/**.yaml"
|
|
2591
2631
|
],
|
|
2592
|
-
"url": "https://
|
|
2632
|
+
"url": "https://www.schemastore.org/github-issue-forms.json"
|
|
2593
2633
|
},
|
|
2594
2634
|
{
|
|
2595
2635
|
"name": "GitHub Workflow",
|
|
@@ -2602,19 +2642,19 @@
|
|
|
2602
2642
|
"**/.forgejo/workflows/*.yml",
|
|
2603
2643
|
"**/.forgejo/workflows/*.yaml"
|
|
2604
2644
|
],
|
|
2605
|
-
"url": "https://
|
|
2645
|
+
"url": "https://www.schemastore.org/github-workflow.json"
|
|
2606
2646
|
},
|
|
2607
2647
|
{
|
|
2608
2648
|
"name": "GitHub Workflow Template Properties",
|
|
2609
2649
|
"description": "properties json file for a GitHub Workflow template",
|
|
2610
2650
|
"fileMatch": ["**/.github/workflow-templates/**.properties.json"],
|
|
2611
|
-
"url": "https://
|
|
2651
|
+
"url": "https://www.schemastore.org/github-workflow-template-properties.json"
|
|
2612
2652
|
},
|
|
2613
2653
|
{
|
|
2614
2654
|
"name": "GitHub automatically generated release notes configuration",
|
|
2615
2655
|
"description": "YAML GitHub automatically generated release notes config",
|
|
2616
2656
|
"fileMatch": ["**/.github/release.yml"],
|
|
2617
|
-
"url": "https://
|
|
2657
|
+
"url": "https://www.schemastore.org/github-release-config.json"
|
|
2618
2658
|
},
|
|
2619
2659
|
{
|
|
2620
2660
|
"name": "gitlab-ci",
|
|
@@ -2754,7 +2794,7 @@
|
|
|
2754
2794
|
"name": "global.json",
|
|
2755
2795
|
"description": "ASP.NET global configuration file",
|
|
2756
2796
|
"fileMatch": ["global.json"],
|
|
2757
|
-
"url": "https://
|
|
2797
|
+
"url": "https://www.schemastore.org/global.json"
|
|
2758
2798
|
},
|
|
2759
2799
|
{
|
|
2760
2800
|
"name": "Golangci-lint Configuration",
|
|
@@ -2808,7 +2848,7 @@
|
|
|
2808
2848
|
{
|
|
2809
2849
|
"name": "Grafana 5.x Dashboard",
|
|
2810
2850
|
"description": "Grafana 5.x Dashboards",
|
|
2811
|
-
"url": "https://
|
|
2851
|
+
"url": "https://www.schemastore.org/grafana-dashboard-5.x.json"
|
|
2812
2852
|
},
|
|
2813
2853
|
{
|
|
2814
2854
|
"name": "tree-sitter grammar.json",
|
|
@@ -2859,37 +2899,37 @@
|
|
|
2859
2899
|
"name": "Grunt copy task",
|
|
2860
2900
|
"description": "Grunt copy task configuration file",
|
|
2861
2901
|
"fileMatch": ["copy.json"],
|
|
2862
|
-
"url": "https://
|
|
2902
|
+
"url": "https://www.schemastore.org/grunt-copy-task.json"
|
|
2863
2903
|
},
|
|
2864
2904
|
{
|
|
2865
2905
|
"name": "Grunt clean task",
|
|
2866
2906
|
"description": "Grunt clean task configuration file",
|
|
2867
2907
|
"fileMatch": ["clean.json"],
|
|
2868
|
-
"url": "https://
|
|
2908
|
+
"url": "https://www.schemastore.org/grunt-clean-task.json"
|
|
2869
2909
|
},
|
|
2870
2910
|
{
|
|
2871
2911
|
"name": "Grunt cssmin task",
|
|
2872
2912
|
"description": "Grunt cssmin task configuration file",
|
|
2873
2913
|
"fileMatch": ["cssmin.json"],
|
|
2874
|
-
"url": "https://
|
|
2914
|
+
"url": "https://www.schemastore.org/grunt-cssmin-task.json"
|
|
2875
2915
|
},
|
|
2876
2916
|
{
|
|
2877
2917
|
"name": "Grunt JSHint task",
|
|
2878
2918
|
"description": "Grunt JSHint task configuration file",
|
|
2879
2919
|
"fileMatch": ["jshint.json"],
|
|
2880
|
-
"url": "https://
|
|
2920
|
+
"url": "https://www.schemastore.org/grunt-jshint-task.json"
|
|
2881
2921
|
},
|
|
2882
2922
|
{
|
|
2883
2923
|
"name": "Grunt Watch task",
|
|
2884
2924
|
"description": "Grunt Watch task configuration file",
|
|
2885
2925
|
"fileMatch": ["watch.json"],
|
|
2886
|
-
"url": "https://
|
|
2926
|
+
"url": "https://www.schemastore.org/grunt-watch-task.json"
|
|
2887
2927
|
},
|
|
2888
2928
|
{
|
|
2889
2929
|
"name": "Grunt base task",
|
|
2890
2930
|
"description": "standard Grunt tasks",
|
|
2891
2931
|
"fileMatch": ["**/grunt/*.json", "*-tasks.json"],
|
|
2892
|
-
"url": "https://
|
|
2932
|
+
"url": "https://www.schemastore.org/grunt-task.json"
|
|
2893
2933
|
},
|
|
2894
2934
|
{
|
|
2895
2935
|
"name": "haxelib.json",
|
|
@@ -2939,19 +2979,19 @@
|
|
|
2939
2979
|
"name": "host.json",
|
|
2940
2980
|
"description": "Azure Functions host.json files",
|
|
2941
2981
|
"fileMatch": ["host.json"],
|
|
2942
|
-
"url": "https://
|
|
2982
|
+
"url": "https://www.schemastore.org/host.json"
|
|
2943
2983
|
},
|
|
2944
2984
|
{
|
|
2945
2985
|
"name": "host-meta.json",
|
|
2946
2986
|
"description": "host-meta JDR files",
|
|
2947
2987
|
"fileMatch": ["host-meta.json"],
|
|
2948
|
-
"url": "https://
|
|
2988
|
+
"url": "https://www.schemastore.org/host-meta.json"
|
|
2949
2989
|
},
|
|
2950
2990
|
{
|
|
2951
2991
|
"name": ".htmlhintrc",
|
|
2952
2992
|
"description": "HTML Hint configuration file",
|
|
2953
2993
|
"fileMatch": [".htmlhintrc"],
|
|
2954
|
-
"url": "https://
|
|
2994
|
+
"url": "https://www.schemastore.org/htmlhint.json"
|
|
2955
2995
|
},
|
|
2956
2996
|
{
|
|
2957
2997
|
"name": ".htmlvalidate",
|
|
@@ -2995,7 +3035,7 @@
|
|
|
2995
3035
|
"name": "ide.host.json",
|
|
2996
3036
|
"description": "IDE template host file",
|
|
2997
3037
|
"fileMatch": ["ide.host.json"],
|
|
2998
|
-
"url": "https://
|
|
3038
|
+
"url": "https://www.schemastore.org/ide.host.json"
|
|
2999
3039
|
},
|
|
3000
3040
|
{
|
|
3001
3041
|
"name": "ifstate.conf",
|
|
@@ -3025,28 +3065,28 @@
|
|
|
3025
3065
|
"name": "imageoptimizer.json",
|
|
3026
3066
|
"description": "imageoptimizer.json files",
|
|
3027
3067
|
"fileMatch": ["imageoptimizer.json"],
|
|
3028
|
-
"url": "https://
|
|
3068
|
+
"url": "https://www.schemastore.org/imageoptimizer.json"
|
|
3029
3069
|
},
|
|
3030
3070
|
{
|
|
3031
3071
|
"name": ".imgbotconfig",
|
|
3032
3072
|
"description": "Imgbot Configuration Files",
|
|
3033
3073
|
"fileMatch": [".imgbotconfig"],
|
|
3034
|
-
"url": "https://
|
|
3074
|
+
"url": "https://www.schemastore.org/imgbotconfig.json"
|
|
3035
3075
|
},
|
|
3036
3076
|
{
|
|
3037
3077
|
"name": "IMG Catapult PSP",
|
|
3038
3078
|
"description": "Imagination Technologies Catapult platform support pack contents",
|
|
3039
3079
|
"fileMatch": ["contents.yaml"],
|
|
3040
|
-
"url": "https://
|
|
3080
|
+
"url": "https://www.schemastore.org/img-catapult-psp-1.0.0.json",
|
|
3041
3081
|
"versions": {
|
|
3042
|
-
"1.0.0": "https://
|
|
3082
|
+
"1.0.0": "https://www.schemastore.org/img-catapult-psp-1.0.0.json"
|
|
3043
3083
|
}
|
|
3044
3084
|
},
|
|
3045
3085
|
{
|
|
3046
3086
|
"name": "importmap.json",
|
|
3047
3087
|
"description": "Import Maps files",
|
|
3048
3088
|
"fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
|
|
3049
|
-
"url": "https://
|
|
3089
|
+
"url": "https://www.schemastore.org/importmap.json"
|
|
3050
3090
|
},
|
|
3051
3091
|
{
|
|
3052
3092
|
"name": "Infrahub",
|
|
@@ -3076,13 +3116,13 @@
|
|
|
3076
3116
|
"name": "Jasmine",
|
|
3077
3117
|
"description": "jasmine JSON config file",
|
|
3078
3118
|
"fileMatch": ["jasmine.json"],
|
|
3079
|
-
"url": "https://
|
|
3119
|
+
"url": "https://www.schemastore.org/jasmine.json"
|
|
3080
3120
|
},
|
|
3081
3121
|
{
|
|
3082
3122
|
"name": "Jekyll",
|
|
3083
3123
|
"description": "Jekyll static site generator config file",
|
|
3084
3124
|
"fileMatch": ["_config.yml"],
|
|
3085
|
-
"url": "https://
|
|
3125
|
+
"url": "https://www.schemastore.org/jekyll.json"
|
|
3086
3126
|
},
|
|
3087
3127
|
{
|
|
3088
3128
|
"name": "Jenkins X Pipelines",
|
|
@@ -3100,7 +3140,7 @@
|
|
|
3100
3140
|
"name": "Jest",
|
|
3101
3141
|
"description": "A JavaScript Testing Framework",
|
|
3102
3142
|
"fileMatch": ["jest.config.json"],
|
|
3103
|
-
"url": "https://
|
|
3143
|
+
"url": "https://www.schemastore.org/jest.json"
|
|
3104
3144
|
},
|
|
3105
3145
|
{
|
|
3106
3146
|
"name": "JDownloader2 crawler single-rules",
|
|
@@ -3132,31 +3172,42 @@
|
|
|
3132
3172
|
"fileMatch": ["*.jmdsl.yml", "*.jmdsl.yaml", "*.jmdsl.json"],
|
|
3133
3173
|
"url": "https://github.com/abstracta/jmeter-java-dsl/releases/latest/download/jmdsl-config-schema.json"
|
|
3134
3174
|
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Jocker",
|
|
3177
|
+
"description": "Rust mono-repo binaries runner",
|
|
3178
|
+
"fileMatch": [
|
|
3179
|
+
"jocker.yml",
|
|
3180
|
+
"jocker.yaml",
|
|
3181
|
+
"jocker.override.yml",
|
|
3182
|
+
"jocker.override.yaml"
|
|
3183
|
+
],
|
|
3184
|
+
"url": "https://raw.githubusercontent.com/Wykiki/jocker/main/schema.json"
|
|
3185
|
+
},
|
|
3135
3186
|
{
|
|
3136
3187
|
"name": "Jovo Language Models",
|
|
3137
3188
|
"description": "Jovo language Models. Documentation: https://www.jovo.tech/docs/model",
|
|
3138
|
-
"url": "https://
|
|
3189
|
+
"url": "https://www.schemastore.org/jovo-language-model.json"
|
|
3139
3190
|
},
|
|
3140
3191
|
{
|
|
3141
3192
|
"name": "JReleaser",
|
|
3142
3193
|
"description": "JReleaser config file",
|
|
3143
3194
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3144
|
-
"url": "https://
|
|
3195
|
+
"url": "https://www.schemastore.org/jreleaser-1.18.0.json",
|
|
3145
3196
|
"versions": {
|
|
3146
|
-
"1.18.0": "https://
|
|
3147
|
-
"1.17.0": "https://
|
|
3148
|
-
"1.16.0": "https://
|
|
3149
|
-
"1.15.0": "https://
|
|
3150
|
-
"1.14.0": "https://
|
|
3151
|
-
"1.13.1": "https://
|
|
3152
|
-
"1.13.0": "https://
|
|
3153
|
-
"1.12.0": "https://
|
|
3154
|
-
"1.11.0": "https://
|
|
3155
|
-
"1.10.0": "https://
|
|
3156
|
-
"1.9.0": "https://
|
|
3157
|
-
"1.8.0": "https://
|
|
3158
|
-
"1.7.0": "https://
|
|
3159
|
-
"1.6.0": "https://
|
|
3197
|
+
"1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json",
|
|
3198
|
+
"1.17.0": "https://www.schemastore.org/jreleaser-1.17.0.json",
|
|
3199
|
+
"1.16.0": "https://www.schemastore.org/jreleaser-1.16.0.json",
|
|
3200
|
+
"1.15.0": "https://www.schemastore.org/jreleaser-1.15.0.json",
|
|
3201
|
+
"1.14.0": "https://www.schemastore.org/jreleaser-1.14.0.json",
|
|
3202
|
+
"1.13.1": "https://www.schemastore.org/jreleaser-1.13.1.json",
|
|
3203
|
+
"1.13.0": "https://www.schemastore.org/jreleaser-1.13.0.json",
|
|
3204
|
+
"1.12.0": "https://www.schemastore.org/jreleaser-1.12.0.json",
|
|
3205
|
+
"1.11.0": "https://www.schemastore.org/jreleaser-1.11.0.json",
|
|
3206
|
+
"1.10.0": "https://www.schemastore.org/jreleaser-1.10.0.json",
|
|
3207
|
+
"1.9.0": "https://www.schemastore.org/jreleaser-1.9.0.json",
|
|
3208
|
+
"1.8.0": "https://www.schemastore.org/jreleaser-1.8.0.json",
|
|
3209
|
+
"1.7.0": "https://www.schemastore.org/jreleaser-1.7.0.json",
|
|
3210
|
+
"1.6.0": "https://www.schemastore.org/jreleaser-1.6.0.json"
|
|
3160
3211
|
}
|
|
3161
3212
|
},
|
|
3162
3213
|
{
|
|
@@ -3169,31 +3220,31 @@
|
|
|
3169
3220
|
"name": ".jsbeautifyrc",
|
|
3170
3221
|
"description": "js-beautify configuration file",
|
|
3171
3222
|
"fileMatch": [".jsbeautifyrc"],
|
|
3172
|
-
"url": "https://
|
|
3223
|
+
"url": "https://www.schemastore.org/jsbeautifyrc.json"
|
|
3173
3224
|
},
|
|
3174
3225
|
{
|
|
3175
3226
|
"name": ".jsbeautifyrc-nested",
|
|
3176
3227
|
"description": "js-beautify configuration file allowing nested `js`, `css`, and `html` attributes",
|
|
3177
3228
|
"fileMatch": [".jsbeautifyrc"],
|
|
3178
|
-
"url": "https://
|
|
3229
|
+
"url": "https://www.schemastore.org/jsbeautifyrc-nested.json"
|
|
3179
3230
|
},
|
|
3180
3231
|
{
|
|
3181
3232
|
"name": ".jscsrc",
|
|
3182
3233
|
"description": "JSCS configuration file",
|
|
3183
3234
|
"fileMatch": [".jscsrc", "jscsrc.json"],
|
|
3184
|
-
"url": "https://
|
|
3235
|
+
"url": "https://www.schemastore.org/jscsrc.json"
|
|
3185
3236
|
},
|
|
3186
3237
|
{
|
|
3187
3238
|
"name": ".jshintrc",
|
|
3188
3239
|
"description": "JSHint configuration file",
|
|
3189
3240
|
"fileMatch": [".jshintrc"],
|
|
3190
|
-
"url": "https://
|
|
3241
|
+
"url": "https://www.schemastore.org/jshintrc.json"
|
|
3191
3242
|
},
|
|
3192
3243
|
{
|
|
3193
3244
|
"name": ".jsinspectrc",
|
|
3194
3245
|
"description": "JSInspect configuration file",
|
|
3195
3246
|
"fileMatch": [".jsinspectrc"],
|
|
3196
|
-
"url": "https://
|
|
3247
|
+
"url": "https://www.schemastore.org/jsinspectrc.json"
|
|
3197
3248
|
},
|
|
3198
3249
|
{
|
|
3199
3250
|
"name": "JSON-API",
|
|
@@ -3203,35 +3254,35 @@
|
|
|
3203
3254
|
{
|
|
3204
3255
|
"name": "JSON Document Transform",
|
|
3205
3256
|
"description": "JSON Document Transform",
|
|
3206
|
-
"url": "https://
|
|
3257
|
+
"url": "https://www.schemastore.org/jdt.json"
|
|
3207
3258
|
},
|
|
3208
3259
|
{
|
|
3209
3260
|
"name": "JSON Feed",
|
|
3210
3261
|
"description": "the JSON Feed format",
|
|
3211
3262
|
"fileMatch": ["feed.json"],
|
|
3212
|
-
"url": "https://
|
|
3263
|
+
"url": "https://www.schemastore.org/feed.json",
|
|
3213
3264
|
"versions": {
|
|
3214
|
-
"1": "https://
|
|
3215
|
-
"1.1": "https://
|
|
3265
|
+
"1": "https://www.schemastore.org/feed-1.json",
|
|
3266
|
+
"1.1": "https://www.schemastore.org/feed.json"
|
|
3216
3267
|
}
|
|
3217
3268
|
},
|
|
3218
3269
|
{
|
|
3219
3270
|
"name": "*.jsonld",
|
|
3220
3271
|
"description": "JSON Linked Data files",
|
|
3221
3272
|
"fileMatch": ["*.jsonld"],
|
|
3222
|
-
"url": "https://
|
|
3273
|
+
"url": "https://www.schemastore.org/jsonld.json"
|
|
3223
3274
|
},
|
|
3224
3275
|
{
|
|
3225
3276
|
"name": "JSONPatch",
|
|
3226
3277
|
"description": "JSONPatch files",
|
|
3227
3278
|
"fileMatch": ["*.patch", "*.patch.json", "*.patch.yml", "*.patch.yaml"],
|
|
3228
|
-
"url": "https://
|
|
3279
|
+
"url": "https://www.schemastore.org/json-patch.json"
|
|
3229
3280
|
},
|
|
3230
3281
|
{
|
|
3231
3282
|
"name": "jsconfig.json",
|
|
3232
3283
|
"description": "JavaScript project configuration file",
|
|
3233
3284
|
"fileMatch": ["jsconfig.json"],
|
|
3234
|
-
"url": "https://
|
|
3285
|
+
"url": "https://www.schemastore.org/jsconfig.json"
|
|
3235
3286
|
},
|
|
3236
3287
|
{
|
|
3237
3288
|
"name": "k3d.yaml",
|
|
@@ -3303,13 +3354,13 @@
|
|
|
3303
3354
|
"name": "Kestra flow file",
|
|
3304
3355
|
"description": "Kestra Flow definition file, see: kestra.io/docs/workflow-components/flow#flow-sample",
|
|
3305
3356
|
"fileMatch": ["**/flows/*.yml"],
|
|
3306
|
-
"url": "https://
|
|
3357
|
+
"url": "https://www.schemastore.org/kestra-0.19.0.json",
|
|
3307
3358
|
"versions": {
|
|
3308
|
-
"0.18.0": "https://
|
|
3309
|
-
"0.18.1": "https://
|
|
3310
|
-
"0.18.2": "https://
|
|
3311
|
-
"0.18.3": "https://
|
|
3312
|
-
"0.19.0": "https://
|
|
3359
|
+
"0.18.0": "https://www.schemastore.org/kestra-0.18.0.json",
|
|
3360
|
+
"0.18.1": "https://www.schemastore.org/kestra-0.18.1.json",
|
|
3361
|
+
"0.18.2": "https://www.schemastore.org/kestra-0.18.2.json",
|
|
3362
|
+
"0.18.3": "https://www.schemastore.org/kestra-0.18.3.json",
|
|
3363
|
+
"0.19.0": "https://www.schemastore.org/kestra-0.19.0.json"
|
|
3313
3364
|
}
|
|
3314
3365
|
},
|
|
3315
3366
|
{
|
|
@@ -3386,19 +3437,19 @@
|
|
|
3386
3437
|
"name": "kustomization.yaml",
|
|
3387
3438
|
"description": "Kubernetes native configuration management",
|
|
3388
3439
|
"fileMatch": ["kustomization.yaml", "kustomization.yml"],
|
|
3389
|
-
"url": "https://
|
|
3440
|
+
"url": "https://www.schemastore.org/kustomization.json"
|
|
3390
3441
|
},
|
|
3391
3442
|
{
|
|
3392
3443
|
"name": "label-commenter-config.yml",
|
|
3393
3444
|
"description": "A the configuration of the Label Commenter GitHub Action",
|
|
3394
3445
|
"fileMatch": ["**/.github/label-commenter-config.yml"],
|
|
3395
|
-
"url": "https://
|
|
3446
|
+
"url": "https://www.schemastore.org/label-commenter-config.json"
|
|
3396
3447
|
},
|
|
3397
3448
|
{
|
|
3398
3449
|
"name": "launchsettings.json",
|
|
3399
3450
|
"description": "A the ASP.NET LaunchSettings.json files",
|
|
3400
3451
|
"fileMatch": ["launchsettings.json"],
|
|
3401
|
-
"url": "https://
|
|
3452
|
+
"url": "https://www.schemastore.org/launchsettings.json"
|
|
3402
3453
|
},
|
|
3403
3454
|
{
|
|
3404
3455
|
"name": "Lefthook",
|
|
@@ -3427,22 +3478,22 @@
|
|
|
3427
3478
|
"name": "lego.json",
|
|
3428
3479
|
"description": "Config file for the lego-build CLI tool",
|
|
3429
3480
|
"fileMatch": ["lego.json"],
|
|
3430
|
-
"url": "https://
|
|
3481
|
+
"url": "https://www.schemastore.org/lego.json",
|
|
3431
3482
|
"versions": {
|
|
3432
|
-
"1.0": "https://
|
|
3483
|
+
"1.0": "https://www.schemastore.org/lego.json"
|
|
3433
3484
|
}
|
|
3434
3485
|
},
|
|
3435
3486
|
{
|
|
3436
3487
|
"name": "lerna.json",
|
|
3437
3488
|
"description": "A lerna.json files",
|
|
3438
3489
|
"fileMatch": ["lerna.json"],
|
|
3439
|
-
"url": "https://
|
|
3490
|
+
"url": "https://www.schemastore.org/lerna.json"
|
|
3440
3491
|
},
|
|
3441
3492
|
{
|
|
3442
3493
|
"name": "lgtm.yml",
|
|
3443
3494
|
"description": "A lgtm configuration files",
|
|
3444
3495
|
"fileMatch": ["lgtm.yml", ".lgtm.yml"],
|
|
3445
|
-
"url": "https://
|
|
3496
|
+
"url": "https://www.schemastore.org/lgtm.json"
|
|
3446
3497
|
},
|
|
3447
3498
|
{
|
|
3448
3499
|
"name": "liblab.config.json",
|
|
@@ -3454,13 +3505,13 @@
|
|
|
3454
3505
|
"name": "libman.json",
|
|
3455
3506
|
"description": "client-side library config files",
|
|
3456
3507
|
"fileMatch": ["libman.json"],
|
|
3457
|
-
"url": "https://
|
|
3508
|
+
"url": "https://www.schemastore.org/libman.json"
|
|
3458
3509
|
},
|
|
3459
3510
|
{
|
|
3460
3511
|
"name": "license-report-config.json",
|
|
3461
3512
|
"description": "license report tool configuration file",
|
|
3462
3513
|
"fileMatch": ["license-report-config.json"],
|
|
3463
|
-
"url": "https://
|
|
3514
|
+
"url": "https://www.schemastore.org/license-report-config.json"
|
|
3464
3515
|
},
|
|
3465
3516
|
{
|
|
3466
3517
|
"name": "Liferay client-extension.yaml",
|
|
@@ -3472,7 +3523,7 @@
|
|
|
3472
3523
|
"name": "linkinator.config.json",
|
|
3473
3524
|
"description": "Linkinator config file",
|
|
3474
3525
|
"fileMatch": ["linkinator.config.json"],
|
|
3475
|
-
"url": "https://
|
|
3526
|
+
"url": "https://www.schemastore.org/linkinator-config.json"
|
|
3476
3527
|
},
|
|
3477
3528
|
{
|
|
3478
3529
|
"name": "LinkML Metamodel",
|
|
@@ -3490,7 +3541,7 @@
|
|
|
3490
3541
|
"name": "LOOBin",
|
|
3491
3542
|
"description": "LOOBins macOS binaries. Documentation: https://github.com/infosecB/LOOBins",
|
|
3492
3543
|
"fileMatch": ["**/LOOBins/*.yml"],
|
|
3493
|
-
"url": "https://
|
|
3544
|
+
"url": "https://www.schemastore.org/loobin-1.0.json"
|
|
3494
3545
|
},
|
|
3495
3546
|
{
|
|
3496
3547
|
"name": "lotus.yaml",
|
|
@@ -3502,7 +3553,7 @@
|
|
|
3502
3553
|
"name": "local.settings.json",
|
|
3503
3554
|
"description": "Azure Functions local.settings.json files",
|
|
3504
3555
|
"fileMatch": ["local.settings.json"],
|
|
3505
|
-
"url": "https://
|
|
3556
|
+
"url": "https://www.schemastore.org/local.settings.json"
|
|
3506
3557
|
},
|
|
3507
3558
|
{
|
|
3508
3559
|
"name": "localazy.json",
|
|
@@ -3514,25 +3565,25 @@
|
|
|
3514
3565
|
"name": "lsdlschema.json",
|
|
3515
3566
|
"description": "Power BI linguistic schema definition",
|
|
3516
3567
|
"fileMatch": ["*.lsdl.yaml", "*.lsdl.json"],
|
|
3517
|
-
"url": "https://
|
|
3568
|
+
"url": "https://www.schemastore.org/lsdlschema.json"
|
|
3518
3569
|
},
|
|
3519
3570
|
{
|
|
3520
3571
|
"name": ".luaurc",
|
|
3521
3572
|
"description": "Luau language configuration file",
|
|
3522
3573
|
"fileMatch": [".luaurc"],
|
|
3523
|
-
"url": "https://
|
|
3574
|
+
"url": "https://www.schemastore.org/luaurc.json"
|
|
3524
3575
|
},
|
|
3525
3576
|
{
|
|
3526
3577
|
"name": "MapEHR Mapping",
|
|
3527
3578
|
"description": "Mapping for MapEHR.com",
|
|
3528
3579
|
"fileMatch": [".map.yml", ".map.yaml", ".map.json"],
|
|
3529
|
-
"url": "https://
|
|
3580
|
+
"url": "https://www.schemastore.org/mapehr.json"
|
|
3530
3581
|
},
|
|
3531
3582
|
{
|
|
3532
3583
|
"name": "A micro editor config",
|
|
3533
3584
|
"description": "A micro editor config",
|
|
3534
3585
|
"fileMatch": ["**/micro/settings.json"],
|
|
3535
|
-
"url": "https://
|
|
3586
|
+
"url": "https://www.schemastore.org/micro.json"
|
|
3536
3587
|
},
|
|
3537
3588
|
{
|
|
3538
3589
|
"name": "MegaLinter configuration",
|
|
@@ -3577,7 +3628,7 @@
|
|
|
3577
3628
|
"name": "MetricsHub Configuration",
|
|
3578
3629
|
"description": "MetricsHub configuration file",
|
|
3579
3630
|
"fileMatch": ["*metricshub.yaml", "*metricshub.yml"],
|
|
3580
|
-
"url": "https://
|
|
3631
|
+
"url": "https://www.schemastore.org/metricshub.json"
|
|
3581
3632
|
},
|
|
3582
3633
|
{
|
|
3583
3634
|
"name": "MetricsHub Connector Configuration",
|
|
@@ -3590,108 +3641,108 @@
|
|
|
3590
3641
|
"**/metricshub-community-connectors/**/*.yaml",
|
|
3591
3642
|
"**/metricshub-community-connectors/**/*.yml"
|
|
3592
3643
|
],
|
|
3593
|
-
"url": "https://
|
|
3644
|
+
"url": "https://www.schemastore.org/metricshub-connector.json"
|
|
3594
3645
|
},
|
|
3595
3646
|
{
|
|
3596
3647
|
"name": "Microsoft Band Web Tile",
|
|
3597
3648
|
"description": "Microsoft Band Web Tile manifest file",
|
|
3598
|
-
"url": "https://
|
|
3649
|
+
"url": "https://www.schemastore.org/band-manifest.json"
|
|
3599
3650
|
},
|
|
3600
3651
|
{
|
|
3601
3652
|
"name": "mimetypes.json",
|
|
3602
3653
|
"description": "mime type collections",
|
|
3603
3654
|
"fileMatch": ["mimetypes.json"],
|
|
3604
|
-
"url": "https://
|
|
3655
|
+
"url": "https://www.schemastore.org/mimetypes.json"
|
|
3605
3656
|
},
|
|
3606
3657
|
{
|
|
3607
3658
|
"name": "Minecraft Data Pack Advancement",
|
|
3608
3659
|
"description": "Configuration file defining an advancement for a data pack for Minecraft",
|
|
3609
3660
|
"fileMatch": ["**/data/*/advancements/*.json"],
|
|
3610
|
-
"url": "https://
|
|
3661
|
+
"url": "https://www.schemastore.org/minecraft-advancement.json"
|
|
3611
3662
|
},
|
|
3612
3663
|
{
|
|
3613
3664
|
"name": "Minecraft Data Pack Biome",
|
|
3614
3665
|
"description": "Configuration file defining a biome for a data pack for Minecraft",
|
|
3615
3666
|
"fileMatch": ["**/data/*/worldgen/biome/*.json"],
|
|
3616
|
-
"url": "https://
|
|
3667
|
+
"url": "https://www.schemastore.org/minecraft-biome.json"
|
|
3617
3668
|
},
|
|
3618
3669
|
{
|
|
3619
3670
|
"name": "Minecraft Data Pack Configured Carver",
|
|
3620
3671
|
"description": "Configuration file defining a configured carver for a data pack for Minecraft",
|
|
3621
3672
|
"fileMatch": ["**/data/*/worldgen/configured_carver/*.json"],
|
|
3622
|
-
"url": "https://
|
|
3673
|
+
"url": "https://www.schemastore.org/minecraft-configured-carver.json"
|
|
3623
3674
|
},
|
|
3624
3675
|
{
|
|
3625
3676
|
"name": "Minecraft Data Pack Damage Type",
|
|
3626
3677
|
"description": "Configuration file defining a damage type for a data pack for Minecraft",
|
|
3627
3678
|
"fileMatch": ["**/data/*/damage_type/*.json"],
|
|
3628
|
-
"url": "https://
|
|
3679
|
+
"url": "https://www.schemastore.org/minecraft-damage-type.json"
|
|
3629
3680
|
},
|
|
3630
3681
|
{
|
|
3631
3682
|
"name": "Minecraft Data Pack Dimension Type",
|
|
3632
3683
|
"description": "Configuration file defining a dimension type for a data pack for Minecraft",
|
|
3633
3684
|
"fileMatch": ["**/data/*/dimension_type/*.json"],
|
|
3634
|
-
"url": "https://
|
|
3685
|
+
"url": "https://www.schemastore.org/minecraft-dimension-type.json"
|
|
3635
3686
|
},
|
|
3636
3687
|
{
|
|
3637
3688
|
"name": "Minecraft Data Pack Dimension",
|
|
3638
3689
|
"description": "Configuration file defining a dimension for a data pack for Minecraft",
|
|
3639
3690
|
"fileMatch": ["**/data/*/dimension/*.json"],
|
|
3640
|
-
"url": "https://
|
|
3691
|
+
"url": "https://www.schemastore.org/minecraft-dimension.json"
|
|
3641
3692
|
},
|
|
3642
3693
|
{
|
|
3643
3694
|
"name": "Minecraft Data Pack Item Modifier",
|
|
3644
3695
|
"description": "Configuration file defining an item modifier for a data pack for Minecraft",
|
|
3645
3696
|
"fileMatch": ["**/data/*/item_modifiers/*.json"],
|
|
3646
|
-
"url": "https://
|
|
3697
|
+
"url": "https://www.schemastore.org/minecraft-item-modifier.json"
|
|
3647
3698
|
},
|
|
3648
3699
|
{
|
|
3649
3700
|
"name": "Minecraft Data Pack Loot Table",
|
|
3650
3701
|
"description": "Configuration file defining a loot table for a data pack for Minecraft",
|
|
3651
3702
|
"fileMatch": ["**/data/*/loot_tables/**/*.json"],
|
|
3652
|
-
"url": "https://
|
|
3703
|
+
"url": "https://www.schemastore.org/minecraft-loot-table.json"
|
|
3653
3704
|
},
|
|
3654
3705
|
{
|
|
3655
3706
|
"name": "Minecraft Data Pack Metadata",
|
|
3656
3707
|
"description": "Configuration file defining the metadata of a data pack for Minecraft",
|
|
3657
3708
|
"fileMatch": ["**/pack.mcmeta"],
|
|
3658
|
-
"url": "https://
|
|
3709
|
+
"url": "https://www.schemastore.org/minecraft-pack-mcmeta.json"
|
|
3659
3710
|
},
|
|
3660
3711
|
{
|
|
3661
3712
|
"name": "Minecraft Data Pack Predicate",
|
|
3662
3713
|
"description": "Configuration file defining a predicate for a data pack for Minecraft",
|
|
3663
3714
|
"fileMatch": ["**/data/*/predicates/*.json"],
|
|
3664
|
-
"url": "https://
|
|
3715
|
+
"url": "https://www.schemastore.org/minecraft-predicate.json"
|
|
3665
3716
|
},
|
|
3666
3717
|
{
|
|
3667
3718
|
"name": "Minecraft Data Pack Recipe",
|
|
3668
3719
|
"description": "Configuration file defining a recipe for a data pack for Minecraft",
|
|
3669
3720
|
"fileMatch": ["**/data/*/recipes/*.json"],
|
|
3670
|
-
"url": "https://
|
|
3721
|
+
"url": "https://www.schemastore.org/minecraft-recipe.json"
|
|
3671
3722
|
},
|
|
3672
3723
|
{
|
|
3673
3724
|
"name": "Minecraft Data Pack Tag",
|
|
3674
3725
|
"description": "Configuration file defining a tag for a data pack for Minecraft",
|
|
3675
3726
|
"fileMatch": ["**/data/*/tags/**/*.json"],
|
|
3676
|
-
"url": "https://
|
|
3727
|
+
"url": "https://www.schemastore.org/minecraft-tag.json"
|
|
3677
3728
|
},
|
|
3678
3729
|
{
|
|
3679
3730
|
"name": "Minecraft Data Pack Template Pool",
|
|
3680
3731
|
"description": "Configuration file defining a template pool for a data pack for Minecraft",
|
|
3681
3732
|
"fileMatch": ["**/data/*/worldgen/template_pool/*.json"],
|
|
3682
|
-
"url": "https://
|
|
3733
|
+
"url": "https://www.schemastore.org/minecraft-template-pool.json"
|
|
3683
3734
|
},
|
|
3684
3735
|
{
|
|
3685
3736
|
"name": "Minecraft Resource Pack Lang",
|
|
3686
3737
|
"description": "Configuration file defining a language for a resource pack for Minecraft",
|
|
3687
3738
|
"fileMatch": ["**/assets/*/lang/*.json"],
|
|
3688
|
-
"url": "https://
|
|
3739
|
+
"url": "https://www.schemastore.org/minecraft-lang.json"
|
|
3689
3740
|
},
|
|
3690
3741
|
{
|
|
3691
3742
|
"name": "Minecraft Resource Pack Particle",
|
|
3692
3743
|
"description": "Configuration file defining a particle for a resource pack for Minecraft",
|
|
3693
3744
|
"fileMatch": ["**/assets/*/particles/*.json"],
|
|
3694
|
-
"url": "https://
|
|
3745
|
+
"url": "https://www.schemastore.org/minecraft-particle.json"
|
|
3695
3746
|
},
|
|
3696
3747
|
{
|
|
3697
3748
|
"name": "Minecraft Resourcepack Sounds",
|
|
@@ -3703,28 +3754,28 @@
|
|
|
3703
3754
|
"name": "Minecraft Resource Pack Texture Mcmeta",
|
|
3704
3755
|
"description": "Configuration file defining an mcmeta file for a texture for a resource pack for Minecraft",
|
|
3705
3756
|
"fileMatch": ["**/assets/*/textures/**/*.png.mcmeta"],
|
|
3706
|
-
"url": "https://
|
|
3757
|
+
"url": "https://www.schemastore.org/minecraft-texture-mcmeta.json"
|
|
3707
3758
|
},
|
|
3708
3759
|
{
|
|
3709
3760
|
"name": "Minecraft Data Pack Trim Material",
|
|
3710
3761
|
"description": "Configuration file defining a trim material for a data pack for Minecraft",
|
|
3711
3762
|
"fileMatch": ["**/data/*/trim_material/*.json"],
|
|
3712
|
-
"url": "https://
|
|
3763
|
+
"url": "https://www.schemastore.org/minecraft-trim-material.json"
|
|
3713
3764
|
},
|
|
3714
3765
|
{
|
|
3715
3766
|
"name": "Minecraft Data Pack Trim Pattern",
|
|
3716
3767
|
"description": "Configuration file defining a trim pattern for a data pack for Minecraft",
|
|
3717
3768
|
"fileMatch": ["**/data/*/trim_pattern/*.json"],
|
|
3718
|
-
"url": "https://
|
|
3769
|
+
"url": "https://www.schemastore.org/minecraft-trim-pattern.json"
|
|
3719
3770
|
},
|
|
3720
3771
|
{
|
|
3721
3772
|
"name": "mkdocs.yml",
|
|
3722
3773
|
"description": "MkDocs configuration file",
|
|
3723
3774
|
"fileMatch": ["mkdocs.yml"],
|
|
3724
|
-
"url": "https://
|
|
3775
|
+
"url": "https://www.schemastore.org/mkdocs-1.6.json",
|
|
3725
3776
|
"versions": {
|
|
3726
|
-
"1.0": "https://
|
|
3727
|
-
"1.6": "https://
|
|
3777
|
+
"1.0": "https://www.schemastore.org/mkdocs-1.0.json",
|
|
3778
|
+
"1.6": "https://www.schemastore.org/mkdocs-1.6.json"
|
|
3728
3779
|
}
|
|
3729
3780
|
},
|
|
3730
3781
|
{
|
|
@@ -3789,25 +3840,25 @@
|
|
|
3789
3840
|
".mocharc.yml",
|
|
3790
3841
|
".mocharc.yaml"
|
|
3791
3842
|
],
|
|
3792
|
-
"url": "https://
|
|
3843
|
+
"url": "https://www.schemastore.org/mocharc.json"
|
|
3793
3844
|
},
|
|
3794
3845
|
{
|
|
3795
3846
|
"name": ".modernizrrc",
|
|
3796
3847
|
"description": "Webpack modernizr-loader configuration file",
|
|
3797
3848
|
"fileMatch": [".modernizrrc"],
|
|
3798
|
-
"url": "https://
|
|
3849
|
+
"url": "https://www.schemastore.org/modernizrrc.json"
|
|
3799
3850
|
},
|
|
3800
3851
|
{
|
|
3801
3852
|
"name": "Monade CLI Stack Configuration",
|
|
3802
3853
|
"description": "The configuration file to get a local stack up and running with Monade CLI",
|
|
3803
3854
|
"fileMatch": ["monade.yaml", "monade.yml", ".monade.yaml", ".monade.yml"],
|
|
3804
|
-
"url": "https://
|
|
3855
|
+
"url": "https://www.schemastore.org/monade-stack-config.json"
|
|
3805
3856
|
},
|
|
3806
3857
|
{
|
|
3807
3858
|
"name": "mycode.json",
|
|
3808
3859
|
"description": "mycode.js files",
|
|
3809
3860
|
"fileMatch": ["mycode.json"],
|
|
3810
|
-
"url": "https://
|
|
3861
|
+
"url": "https://www.schemastore.org/mycode.json"
|
|
3811
3862
|
},
|
|
3812
3863
|
{
|
|
3813
3864
|
"name": "napari plugin manifest",
|
|
@@ -3819,7 +3870,7 @@
|
|
|
3819
3870
|
"name": "Netlify config",
|
|
3820
3871
|
"description": "Netlify YAML config",
|
|
3821
3872
|
"fileMatch": ["**/admin/config*.yml"],
|
|
3822
|
-
"url": "https://
|
|
3873
|
+
"url": "https://www.schemastore.org/netlify.json"
|
|
3823
3874
|
},
|
|
3824
3875
|
{
|
|
3825
3876
|
"name": "Network-as-Code Data Model",
|
|
@@ -3837,19 +3888,19 @@
|
|
|
3837
3888
|
"name": "Nightwatch.js",
|
|
3838
3889
|
"description": "nightwatch.js config",
|
|
3839
3890
|
"fileMatch": ["nightwatch.json"],
|
|
3840
|
-
"url": "https://
|
|
3891
|
+
"url": "https://www.schemastore.org/nightwatch.json"
|
|
3841
3892
|
},
|
|
3842
3893
|
{
|
|
3843
3894
|
"name": "ninjs (News in JSON)",
|
|
3844
3895
|
"description": "A ninjs by the IPTC. News and publishing information. Documentation: https://iptc.org/standards/ninjs/",
|
|
3845
|
-
"url": "https://
|
|
3896
|
+
"url": "https://www.schemastore.org/ninjs-2.0.json",
|
|
3846
3897
|
"versions": {
|
|
3847
|
-
"2.0": "https://
|
|
3848
|
-
"1.4": "https://
|
|
3849
|
-
"1.3": "https://
|
|
3850
|
-
"1.2": "https://
|
|
3851
|
-
"1.1": "https://
|
|
3852
|
-
"1.0": "https://
|
|
3898
|
+
"2.0": "https://www.schemastore.org/ninjs-2.0.json",
|
|
3899
|
+
"1.4": "https://www.schemastore.org/ninjs-1.4.json",
|
|
3900
|
+
"1.3": "https://www.schemastore.org/ninjs-1.3.json",
|
|
3901
|
+
"1.2": "https://www.schemastore.org/ninjs-1.2.json",
|
|
3902
|
+
"1.1": "https://www.schemastore.org/ninjs-1.1.json",
|
|
3903
|
+
"1.0": "https://www.schemastore.org/ninjs-1.0.json"
|
|
3853
3904
|
}
|
|
3854
3905
|
},
|
|
3855
3906
|
{
|
|
@@ -3861,7 +3912,7 @@
|
|
|
3861
3912
|
"nest-cli.json",
|
|
3862
3913
|
"nest.json"
|
|
3863
3914
|
],
|
|
3864
|
-
"url": "https://
|
|
3915
|
+
"url": "https://www.schemastore.org/nest-cli.json"
|
|
3865
3916
|
},
|
|
3866
3917
|
{
|
|
3867
3918
|
"name": "nlu.json",
|
|
@@ -3873,13 +3924,13 @@
|
|
|
3873
3924
|
"name": ".nodehawkrc",
|
|
3874
3925
|
"description": ".nodehawkrc configuration files",
|
|
3875
3926
|
"fileMatch": [".nodehawkrc"],
|
|
3876
|
-
"url": "https://
|
|
3927
|
+
"url": "https://www.schemastore.org/nodehawkrc.json"
|
|
3877
3928
|
},
|
|
3878
3929
|
{
|
|
3879
3930
|
"name": "nodemon.json",
|
|
3880
3931
|
"description": "nodemon.json configuration files",
|
|
3881
3932
|
"fileMatch": ["nodemon.json"],
|
|
3882
|
-
"url": "https://
|
|
3933
|
+
"url": "https://www.schemastore.org/nodemon.json"
|
|
3883
3934
|
},
|
|
3884
3935
|
{
|
|
3885
3936
|
"name": "notebook.mod.json",
|
|
@@ -3901,12 +3952,12 @@
|
|
|
3901
3952
|
"npmpackagejsonlintrc.json",
|
|
3902
3953
|
".npmpackagejsonlintrc.json"
|
|
3903
3954
|
],
|
|
3904
|
-
"url": "https://
|
|
3955
|
+
"url": "https://www.schemastore.org/npmpackagejsonlintrc.json"
|
|
3905
3956
|
},
|
|
3906
3957
|
{
|
|
3907
3958
|
"name": "npm-badges",
|
|
3908
3959
|
"description": "the NPM package badges",
|
|
3909
|
-
"url": "https://
|
|
3960
|
+
"url": "https://www.schemastore.org/npm-badges.json"
|
|
3910
3961
|
},
|
|
3911
3962
|
{
|
|
3912
3963
|
"name": "nuclei-template.yaml",
|
|
@@ -3917,22 +3968,22 @@
|
|
|
3917
3968
|
{
|
|
3918
3969
|
"name": "nuget-project.json",
|
|
3919
3970
|
"description": "NuGet project.json files",
|
|
3920
|
-
"url": "https://
|
|
3971
|
+
"url": "https://www.schemastore.org/nuget-project.json",
|
|
3921
3972
|
"versions": {
|
|
3922
|
-
"3.3.0": "https://
|
|
3973
|
+
"3.3.0": "https://www.schemastore.org/nuget-project-3.3.0.json"
|
|
3923
3974
|
}
|
|
3924
3975
|
},
|
|
3925
3976
|
{
|
|
3926
3977
|
"name": "NueJS configuration file",
|
|
3927
3978
|
"description": "NueJS site configuration file",
|
|
3928
3979
|
"fileMatch": [],
|
|
3929
|
-
"url": "https://
|
|
3980
|
+
"url": "https://www.schemastore.org/nuejs-site.json"
|
|
3930
3981
|
},
|
|
3931
3982
|
{
|
|
3932
3983
|
"name": "nswag.json",
|
|
3933
3984
|
"description": "nswag configuration",
|
|
3934
3985
|
"fileMatch": ["nswag.json"],
|
|
3935
|
-
"url": "https://
|
|
3986
|
+
"url": "https://www.schemastore.org/nswag.json"
|
|
3936
3987
|
},
|
|
3937
3988
|
{
|
|
3938
3989
|
"name": "Nullstone config",
|
|
@@ -3969,7 +4020,7 @@
|
|
|
3969
4020
|
"name": "ocelot.json",
|
|
3970
4021
|
"description": "the Ocelot Api Gateway",
|
|
3971
4022
|
"fileMatch": ["ocelot.json"],
|
|
3972
|
-
"url": "https://
|
|
4023
|
+
"url": "https://www.schemastore.org/ocelot.json"
|
|
3973
4024
|
},
|
|
3974
4025
|
{
|
|
3975
4026
|
"name": "October CMS columns",
|
|
@@ -3993,7 +4044,7 @@
|
|
|
3993
4044
|
"name": "omnisharp.json",
|
|
3994
4045
|
"description": "Omnisharp Configuration file",
|
|
3995
4046
|
"fileMatch": ["omnisharp.json"],
|
|
3996
|
-
"url": "https://
|
|
4047
|
+
"url": "https://www.schemastore.org/omnisharp.json"
|
|
3997
4048
|
},
|
|
3998
4049
|
{
|
|
3999
4050
|
"name": "openapi.json",
|
|
@@ -4022,13 +4073,13 @@
|
|
|
4022
4073
|
"name": "OpenUtau character yaml",
|
|
4023
4074
|
"description": "OpenUtau voicebank configuration file, character.yaml",
|
|
4024
4075
|
"fileMatch": ["character.yaml"],
|
|
4025
|
-
"url": "https://
|
|
4076
|
+
"url": "https://www.schemastore.org/openutau-character.json"
|
|
4026
4077
|
},
|
|
4027
4078
|
{
|
|
4028
4079
|
"name": "OpenUtau ustx",
|
|
4029
4080
|
"description": "OpenUtau project file, ustx",
|
|
4030
4081
|
"fileMatch": ["*.ustx"],
|
|
4031
|
-
"url": "https://
|
|
4082
|
+
"url": "https://www.schemastore.org/openutau-ustx.json"
|
|
4032
4083
|
},
|
|
4033
4084
|
{
|
|
4034
4085
|
"name": "ops.yaml",
|
|
@@ -4040,18 +4091,18 @@
|
|
|
4040
4091
|
"name": "ONe's service descriptor",
|
|
4041
4092
|
"description": "ONe's service descriptor",
|
|
4042
4093
|
"fileMatch": ["service-descriptor.yml"],
|
|
4043
|
-
"url": "https://
|
|
4094
|
+
"url": "https://www.schemastore.org/one-service-descriptor-schema-0.1.json"
|
|
4044
4095
|
},
|
|
4045
4096
|
{
|
|
4046
4097
|
"name": "ONe's changelog entry",
|
|
4047
4098
|
"description": "ONe's changelog entry",
|
|
4048
4099
|
"fileMatch": ["**/changelogs/*.yml"],
|
|
4049
|
-
"url": "https://
|
|
4100
|
+
"url": "https://www.schemastore.org/one-changelog-schema-0.1.json"
|
|
4050
4101
|
},
|
|
4051
4102
|
{
|
|
4052
4103
|
"name": "openfin.json",
|
|
4053
4104
|
"description": "OpenFin application configuration file",
|
|
4054
|
-
"url": "https://
|
|
4105
|
+
"url": "https://www.schemastore.org/openfin.json"
|
|
4055
4106
|
},
|
|
4056
4107
|
{
|
|
4057
4108
|
"name": "OpenRewrite Resource",
|
|
@@ -4282,29 +4333,29 @@
|
|
|
4282
4333
|
"name": "package.json",
|
|
4283
4334
|
"description": "NPM configuration file",
|
|
4284
4335
|
"fileMatch": ["package.json"],
|
|
4285
|
-
"url": "https://
|
|
4336
|
+
"url": "https://www.schemastore.org/package.json"
|
|
4286
4337
|
},
|
|
4287
4338
|
{
|
|
4288
4339
|
"name": "package.manifest",
|
|
4289
4340
|
"description": "Umbraco package configuration file",
|
|
4290
4341
|
"fileMatch": ["package.manifest"],
|
|
4291
|
-
"url": "https://
|
|
4342
|
+
"url": "https://www.schemastore.org/package.manifest.json",
|
|
4292
4343
|
"versions": {
|
|
4293
|
-
"8.0.0": "https://
|
|
4294
|
-
"7.0.0": "https://
|
|
4344
|
+
"8.0.0": "https://www.schemastore.org/package.manifest-8.0.0.json",
|
|
4345
|
+
"7.0.0": "https://www.schemastore.org/package.manifest-7.0.0.json"
|
|
4295
4346
|
}
|
|
4296
4347
|
},
|
|
4297
4348
|
{
|
|
4298
4349
|
"name": "Packer",
|
|
4299
4350
|
"description": "Packer template JSON configuration",
|
|
4300
4351
|
"fileMatch": ["packer.json"],
|
|
4301
|
-
"url": "https://
|
|
4352
|
+
"url": "https://www.schemastore.org/packer.json"
|
|
4302
4353
|
},
|
|
4303
4354
|
{
|
|
4304
4355
|
"name": "Paper paper-plugin.yml",
|
|
4305
4356
|
"description": "Paper Plugins YAML",
|
|
4306
4357
|
"fileMatch": ["paper-plugin.yml"],
|
|
4307
|
-
"url": "https://
|
|
4358
|
+
"url": "https://www.schemastore.org/paper-plugin.json"
|
|
4308
4359
|
},
|
|
4309
4360
|
{
|
|
4310
4361
|
"name": "pathfinder.yml",
|
|
@@ -4321,19 +4372,19 @@
|
|
|
4321
4372
|
"name": "PDM",
|
|
4322
4373
|
"description": "A modern Python package and dependency manager supporting the latest PEP standard (pdm.toml config file)",
|
|
4323
4374
|
"fileMatch": ["pdm.toml"],
|
|
4324
|
-
"url": "https://
|
|
4375
|
+
"url": "https://www.schemastore.org/pdm.json"
|
|
4325
4376
|
},
|
|
4326
4377
|
{
|
|
4327
4378
|
"name": "pgap_yaml_input_reader",
|
|
4328
4379
|
"description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
|
|
4329
4380
|
"fileMatch": ["submol*.json", "submol*.yml", "submol*.yaml"],
|
|
4330
|
-
"url": "https://
|
|
4381
|
+
"url": "https://www.schemastore.org/pgap_yaml_input_reader.json"
|
|
4331
4382
|
},
|
|
4332
4383
|
{
|
|
4333
4384
|
"name": "pattern.json",
|
|
4334
4385
|
"description": "Patternplate pattern manifest file",
|
|
4335
4386
|
"fileMatch": ["pattern.json"],
|
|
4336
|
-
"url": "https://
|
|
4387
|
+
"url": "https://www.schemastore.org/pattern.json"
|
|
4337
4388
|
},
|
|
4338
4389
|
{
|
|
4339
4390
|
"name": "pixi.toml",
|
|
@@ -4351,24 +4402,24 @@
|
|
|
4351
4402
|
"name": "PocketMine plugin.yml",
|
|
4352
4403
|
"description": "PocketMine plugin manifest file",
|
|
4353
4404
|
"fileMatch": ["plugin.yml"],
|
|
4354
|
-
"url": "https://
|
|
4405
|
+
"url": "https://www.schemastore.org/pocketmine-plugin.json"
|
|
4355
4406
|
},
|
|
4356
4407
|
{
|
|
4357
4408
|
"name": "plagiarize.yaml",
|
|
4358
4409
|
"description": "Yaml Plagiarize",
|
|
4359
4410
|
"fileMatch": ["plagiarize.yaml", "plagiarize.json"],
|
|
4360
|
-
"url": "https://
|
|
4411
|
+
"url": "https://www.schemastore.org/plagiarize.json",
|
|
4361
4412
|
"versions": {
|
|
4362
|
-
"0.0": "https://
|
|
4413
|
+
"0.0": "https://www.schemastore.org/plagiarize-0.0.json"
|
|
4363
4414
|
}
|
|
4364
4415
|
},
|
|
4365
4416
|
{
|
|
4366
4417
|
"name": "plagiarize-me.yaml",
|
|
4367
4418
|
"description": "Yaml Plagiarize MEe",
|
|
4368
4419
|
"fileMatch": ["plagiarize-me.yaml", "plagiarize-me.json"],
|
|
4369
|
-
"url": "https://
|
|
4420
|
+
"url": "https://www.schemastore.org/plagiarize-me.json",
|
|
4370
4421
|
"versions": {
|
|
4371
|
-
"0.0": "https://
|
|
4422
|
+
"0.0": "https://www.schemastore.org/plagiarize-me-0.0.json"
|
|
4372
4423
|
}
|
|
4373
4424
|
},
|
|
4374
4425
|
{
|
|
@@ -4398,7 +4449,7 @@
|
|
|
4398
4449
|
".postcssrc.yaml",
|
|
4399
4450
|
".postcssrc.yml"
|
|
4400
4451
|
],
|
|
4401
|
-
"url": "https://
|
|
4452
|
+
"url": "https://www.schemastore.org/postcssrc.json"
|
|
4402
4453
|
},
|
|
4403
4454
|
{
|
|
4404
4455
|
"name": "Postman collection",
|
|
@@ -4415,31 +4466,31 @@
|
|
|
4415
4466
|
"name": ".powerpages-web-template-manifest",
|
|
4416
4467
|
"description": "Custom manifest declaration for Web templates",
|
|
4417
4468
|
"fileMatch": [".powerpages-web-template-manifest"],
|
|
4418
|
-
"url": "https://
|
|
4469
|
+
"url": "https://www.schemastore.org/powerpages-web-template-manifest.json"
|
|
4419
4470
|
},
|
|
4420
4471
|
{
|
|
4421
4472
|
"name": ".pre-commit-config.yml",
|
|
4422
4473
|
"description": "pre-commit configuration file",
|
|
4423
4474
|
"fileMatch": [".pre-commit-config.yml", ".pre-commit-config.yaml"],
|
|
4424
|
-
"url": "https://
|
|
4475
|
+
"url": "https://www.schemastore.org/pre-commit-config.json"
|
|
4425
4476
|
},
|
|
4426
4477
|
{
|
|
4427
4478
|
"name": ".pre-commit-hooks.yml",
|
|
4428
4479
|
"description": "pre-commit hooks definition file",
|
|
4429
4480
|
"fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
|
|
4430
|
-
"url": "https://
|
|
4481
|
+
"url": "https://www.schemastore.org/pre-commit-hooks.json"
|
|
4431
4482
|
},
|
|
4432
4483
|
{
|
|
4433
4484
|
"name": ".phrase.yml",
|
|
4434
4485
|
"description": "Phrase configuration file",
|
|
4435
4486
|
"fileMatch": [".phrase.yml"],
|
|
4436
|
-
"url": "https://
|
|
4487
|
+
"url": "https://www.schemastore.org/phrase.json"
|
|
4437
4488
|
},
|
|
4438
4489
|
{
|
|
4439
4490
|
"name": ".phraseapp.yml",
|
|
4440
4491
|
"description": "PhraseApp configuration file",
|
|
4441
4492
|
"fileMatch": [".phraseapp.yml"],
|
|
4442
|
-
"url": "https://
|
|
4493
|
+
"url": "https://www.schemastore.org/phraseapp.json"
|
|
4443
4494
|
},
|
|
4444
4495
|
{
|
|
4445
4496
|
"name": "prefect.toml",
|
|
@@ -4456,18 +4507,18 @@
|
|
|
4456
4507
|
".prettierrc.yml",
|
|
4457
4508
|
".prettierrc.yaml"
|
|
4458
4509
|
],
|
|
4459
|
-
"url": "https://
|
|
4510
|
+
"url": "https://www.schemastore.org/prettierrc.json",
|
|
4460
4511
|
"versions": {
|
|
4461
|
-
"1.8.2": "https://
|
|
4462
|
-
"2.8.8": "https://
|
|
4463
|
-
"3.0.0": "https://
|
|
4512
|
+
"1.8.2": "https://www.schemastore.org/prettierrc-1.8.2.json",
|
|
4513
|
+
"2.8.8": "https://www.schemastore.org/prettierrc-2.8.8.json",
|
|
4514
|
+
"3.0.0": "https://www.schemastore.org/prettierrc.json"
|
|
4464
4515
|
}
|
|
4465
4516
|
},
|
|
4466
4517
|
{
|
|
4467
4518
|
"name": "prisma.yml",
|
|
4468
4519
|
"description": "prisma.yml service definition file",
|
|
4469
4520
|
"fileMatch": ["prisma.yml"],
|
|
4470
|
-
"url": "https://
|
|
4521
|
+
"url": "https://www.schemastore.org/prisma.json"
|
|
4471
4522
|
},
|
|
4472
4523
|
{
|
|
4473
4524
|
"name": "ProActions AI-Kit Configuration",
|
|
@@ -4515,52 +4566,52 @@
|
|
|
4515
4566
|
"name": "project.json",
|
|
4516
4567
|
"description": "ASP.NET vNext project configuration file",
|
|
4517
4568
|
"fileMatch": ["project.json"],
|
|
4518
|
-
"url": "https://
|
|
4569
|
+
"url": "https://www.schemastore.org/project.json",
|
|
4519
4570
|
"versions": {
|
|
4520
|
-
"1.0.0-beta3": "https://
|
|
4521
|
-
"1.0.0-beta4": "https://
|
|
4522
|
-
"1.0.0-beta5": "https://
|
|
4523
|
-
"1.0.0-beta6": "https://
|
|
4524
|
-
"1.0.0-beta8": "https://
|
|
4525
|
-
"1.0.0-rc1": "https://
|
|
4526
|
-
"1.0.0-rc1-update1": "https://
|
|
4527
|
-
"1.0.0-rc2": "https://
|
|
4571
|
+
"1.0.0-beta3": "https://www.schemastore.org/project-1.0.0-beta3.json",
|
|
4572
|
+
"1.0.0-beta4": "https://www.schemastore.org/project-1.0.0-beta4.json",
|
|
4573
|
+
"1.0.0-beta5": "https://www.schemastore.org/project-1.0.0-beta5.json",
|
|
4574
|
+
"1.0.0-beta6": "https://www.schemastore.org/project-1.0.0-beta6.json",
|
|
4575
|
+
"1.0.0-beta8": "https://www.schemastore.org/project-1.0.0-beta8.json",
|
|
4576
|
+
"1.0.0-rc1": "https://www.schemastore.org/project-1.0.0-rc1.json",
|
|
4577
|
+
"1.0.0-rc1-update1": "https://www.schemastore.org/project-1.0.0-rc1.json",
|
|
4578
|
+
"1.0.0-rc2": "https://www.schemastore.org/project-1.0.0-rc2.json"
|
|
4528
4579
|
}
|
|
4529
4580
|
},
|
|
4530
4581
|
{
|
|
4531
4582
|
"name": "project-1.0.0-beta3.json",
|
|
4532
4583
|
"description": "ASP.NET vNext project configuration file",
|
|
4533
|
-
"url": "https://
|
|
4584
|
+
"url": "https://www.schemastore.org/project-1.0.0-beta3.json"
|
|
4534
4585
|
},
|
|
4535
4586
|
{
|
|
4536
4587
|
"name": "project-1.0.0-beta4.json",
|
|
4537
4588
|
"description": "ASP.NET vNext project configuration file",
|
|
4538
|
-
"url": "https://
|
|
4589
|
+
"url": "https://www.schemastore.org/project-1.0.0-beta4.json"
|
|
4539
4590
|
},
|
|
4540
4591
|
{
|
|
4541
4592
|
"name": "project-1.0.0-beta5.json",
|
|
4542
4593
|
"description": "ASP.NET vNext project configuration file",
|
|
4543
|
-
"url": "https://
|
|
4594
|
+
"url": "https://www.schemastore.org/project-1.0.0-beta5.json"
|
|
4544
4595
|
},
|
|
4545
4596
|
{
|
|
4546
4597
|
"name": "project-1.0.0-beta6.json",
|
|
4547
4598
|
"description": "ASP.NET vNext project configuration file",
|
|
4548
|
-
"url": "https://
|
|
4599
|
+
"url": "https://www.schemastore.org/project-1.0.0-beta6.json"
|
|
4549
4600
|
},
|
|
4550
4601
|
{
|
|
4551
4602
|
"name": "project-1.0.0-beta8.json",
|
|
4552
4603
|
"description": "ASP.NET vNext project configuration file",
|
|
4553
|
-
"url": "https://
|
|
4604
|
+
"url": "https://www.schemastore.org/project-1.0.0-beta8.json"
|
|
4554
4605
|
},
|
|
4555
4606
|
{
|
|
4556
4607
|
"name": "project-1.0.0-rc1.json",
|
|
4557
4608
|
"description": "ASP.NET vNext project configuration file",
|
|
4558
|
-
"url": "https://
|
|
4609
|
+
"url": "https://www.schemastore.org/project-1.0.0-rc1.json"
|
|
4559
4610
|
},
|
|
4560
4611
|
{
|
|
4561
4612
|
"name": "project-1.0.0-rc2.json",
|
|
4562
4613
|
"description": ".NET Core project configuration file",
|
|
4563
|
-
"url": "https://
|
|
4614
|
+
"url": "https://www.schemastore.org/project-1.0.0-rc2.json"
|
|
4564
4615
|
},
|
|
4565
4616
|
{
|
|
4566
4617
|
"name": "project.owasp.yaml",
|
|
@@ -4572,7 +4623,7 @@
|
|
|
4572
4623
|
"name": "prometheus.json",
|
|
4573
4624
|
"description": "Prometheus configuration file",
|
|
4574
4625
|
"fileMatch": ["prometheus.yml", "prometheus.yaml"],
|
|
4575
|
-
"url": "https://
|
|
4626
|
+
"url": "https://www.schemastore.org/prometheus.json"
|
|
4576
4627
|
},
|
|
4577
4628
|
{
|
|
4578
4629
|
"name": "prometheus.rules.json",
|
|
@@ -4587,7 +4638,7 @@
|
|
|
4587
4638
|
"prometheus.rules.yml",
|
|
4588
4639
|
"prometheus.rules.yaml"
|
|
4589
4640
|
],
|
|
4590
|
-
"url": "https://
|
|
4641
|
+
"url": "https://www.schemastore.org/prometheus.rules.json"
|
|
4591
4642
|
},
|
|
4592
4643
|
{
|
|
4593
4644
|
"name": "prometheus.rules.test.json",
|
|
@@ -4598,55 +4649,55 @@
|
|
|
4598
4649
|
"*.prometheus.test.yml",
|
|
4599
4650
|
"*.prometheus.test.yaml"
|
|
4600
4651
|
],
|
|
4601
|
-
"url": "https://
|
|
4652
|
+
"url": "https://www.schemastore.org/prometheus.rules.test.json"
|
|
4602
4653
|
},
|
|
4603
4654
|
{
|
|
4604
4655
|
"name": "proxies.json",
|
|
4605
4656
|
"description": "Azure Function Proxies proxies.json files",
|
|
4606
4657
|
"fileMatch": ["proxies.json"],
|
|
4607
|
-
"url": "https://
|
|
4658
|
+
"url": "https://www.schemastore.org/proxies.json"
|
|
4608
4659
|
},
|
|
4609
4660
|
{
|
|
4610
4661
|
"name": "publiccode.yml",
|
|
4611
4662
|
"description": "publiccode.yml",
|
|
4612
4663
|
"fileMatch": ["publiccode.yml"],
|
|
4613
|
-
"url": "https://
|
|
4664
|
+
"url": "https://www.schemastore.org/publiccode.json"
|
|
4614
4665
|
},
|
|
4615
4666
|
{
|
|
4616
4667
|
"name": "pubspec.yaml",
|
|
4617
4668
|
"description": "pubspecs, the format used by Dart's dependency manager",
|
|
4618
4669
|
"fileMatch": ["pubspec.yaml"],
|
|
4619
|
-
"url": "https://
|
|
4670
|
+
"url": "https://www.schemastore.org/pubspec.json"
|
|
4620
4671
|
},
|
|
4621
4672
|
{
|
|
4622
4673
|
"name": "Pull Request Labeler",
|
|
4623
4674
|
"description": "A GitHub Action for automatically labelling pull requests",
|
|
4624
4675
|
"fileMatch": ["**/.github/labeler.yml"],
|
|
4625
|
-
"url": "https://
|
|
4676
|
+
"url": "https://www.schemastore.org/pull-request-labeler.json",
|
|
4626
4677
|
"versions": {
|
|
4627
|
-
"4": "https://
|
|
4628
|
-
"5": "https://
|
|
4678
|
+
"4": "https://www.schemastore.org/pull-request-labeler.json",
|
|
4679
|
+
"5": "https://www.schemastore.org/pull-request-labeler-5.json"
|
|
4629
4680
|
}
|
|
4630
4681
|
},
|
|
4631
4682
|
{
|
|
4632
4683
|
"name": ".putout.json",
|
|
4633
4684
|
"description": "🐊Putout configuration file",
|
|
4634
4685
|
"fileMatch": [".putout.json"],
|
|
4635
|
-
"url": "https://
|
|
4686
|
+
"url": "https://www.schemastore.org/putout.json"
|
|
4636
4687
|
},
|
|
4637
4688
|
{
|
|
4638
4689
|
"name": "pyrseas-0.8.json",
|
|
4639
4690
|
"description": "Pyrseas database versioning for Postgres databases, v0.8",
|
|
4640
4691
|
"fileMatch": ["pyrseas-0.8.json"],
|
|
4641
|
-
"url": "https://
|
|
4692
|
+
"url": "https://www.schemastore.org/pyrseas-0.8.json"
|
|
4642
4693
|
},
|
|
4643
4694
|
{
|
|
4644
4695
|
"name": "RadioHound",
|
|
4645
4696
|
"description": "RadioHound data format for spectrum monitoring",
|
|
4646
4697
|
"fileMatch": ["*.rh.json"],
|
|
4647
|
-
"url": "https://
|
|
4698
|
+
"url": "https://www.schemastore.org/radiohound-v0.json",
|
|
4648
4699
|
"versions": {
|
|
4649
|
-
"v0": "https://
|
|
4700
|
+
"v0": "https://www.schemastore.org/radiohound-v0.json"
|
|
4650
4701
|
}
|
|
4651
4702
|
},
|
|
4652
4703
|
{
|
|
@@ -4659,17 +4710,17 @@
|
|
|
4659
4710
|
"name": "Rancher Fleet",
|
|
4660
4711
|
"description": "Rancher Fleet fleet.yaml configuration file",
|
|
4661
4712
|
"fileMatch": ["fleet.yaml"],
|
|
4662
|
-
"url": "https://
|
|
4713
|
+
"url": "https://www.schemastore.org/rancher-fleet-0.8.json",
|
|
4663
4714
|
"versions": {
|
|
4664
|
-
"0.5": "https://
|
|
4665
|
-
"0.8": "https://
|
|
4715
|
+
"0.5": "https://www.schemastore.org/rancher-fleet-0.5.json",
|
|
4716
|
+
"0.8": "https://www.schemastore.org/rancher-fleet-0.8.json"
|
|
4666
4717
|
}
|
|
4667
4718
|
},
|
|
4668
4719
|
{
|
|
4669
4720
|
"name": "config.yaml",
|
|
4670
4721
|
"description": "Projektor settings",
|
|
4671
4722
|
"fileMatch": ["**/.projektor/config.yaml"],
|
|
4672
|
-
"url": "https://
|
|
4723
|
+
"url": "https://www.schemastore.org/projektor.json"
|
|
4673
4724
|
},
|
|
4674
4725
|
{
|
|
4675
4726
|
"name": "Read the Docs",
|
|
@@ -4686,7 +4737,7 @@
|
|
|
4686
4737
|
"name": "Pulumi",
|
|
4687
4738
|
"description": "Pulumi project metadata and configuration",
|
|
4688
4739
|
"fileMatch": ["Pulumi.yaml", "pulumi.yaml"],
|
|
4689
|
-
"url": "https://
|
|
4740
|
+
"url": "https://www.schemastore.org/pulumi.json"
|
|
4690
4741
|
},
|
|
4691
4742
|
{
|
|
4692
4743
|
"name": "PyProject",
|
|
@@ -4718,6 +4769,12 @@
|
|
|
4718
4769
|
],
|
|
4719
4770
|
"url": "https://www.qgoda.net/schemas/qgoda.json"
|
|
4720
4771
|
},
|
|
4772
|
+
{
|
|
4773
|
+
"name": "QType AI DSL",
|
|
4774
|
+
"description": "A DSL for rapid prototyping of AI applications",
|
|
4775
|
+
"fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
|
|
4776
|
+
"url": "https://github.com/lou-k/qtype/blob/main/schema/qtype.schema.json"
|
|
4777
|
+
},
|
|
4721
4778
|
{
|
|
4722
4779
|
"name": "Railway",
|
|
4723
4780
|
"description": "Use Railway config as code to define settings for building and deploying your services",
|
|
@@ -4734,37 +4791,37 @@
|
|
|
4734
4791
|
"name": "rc3 auth",
|
|
4735
4792
|
"description": "RC auth that can be stored at Collection, Folder, or Request levels",
|
|
4736
4793
|
"fileMatch": ["rc-auth.json"],
|
|
4737
|
-
"url": "https://
|
|
4794
|
+
"url": "https://www.schemastore.org/rc3-auth-0.0.3.json"
|
|
4738
4795
|
},
|
|
4739
4796
|
{
|
|
4740
4797
|
"name": "rc3 collection",
|
|
4741
4798
|
"description": "RC collection information",
|
|
4742
4799
|
"fileMatch": ["rc-collection.json"],
|
|
4743
|
-
"url": "https://
|
|
4800
|
+
"url": "https://www.schemastore.org/rc3-collection-0.0.3.json"
|
|
4744
4801
|
},
|
|
4745
4802
|
{
|
|
4746
4803
|
"name": "rc3 environment",
|
|
4747
4804
|
"description": "RC environment for both Global and per Collection environments",
|
|
4748
4805
|
"fileMatch": ["**/environments/*.json", "rc-global.json"],
|
|
4749
|
-
"url": "https://
|
|
4806
|
+
"url": "https://www.schemastore.org/rc3-environment-0.0.3.json"
|
|
4750
4807
|
},
|
|
4751
4808
|
{
|
|
4752
4809
|
"name": "rc3 folder",
|
|
4753
4810
|
"description": "RC folder information",
|
|
4754
4811
|
"fileMatch": ["rc-folder.json"],
|
|
4755
|
-
"url": "https://
|
|
4812
|
+
"url": "https://www.schemastore.org/rc3-folder-0.0.3.json"
|
|
4756
4813
|
},
|
|
4757
4814
|
{
|
|
4758
4815
|
"name": "rc3 request",
|
|
4759
4816
|
"description": "RC request information",
|
|
4760
4817
|
"fileMatch": ["**/*.request"],
|
|
4761
|
-
"url": "https://
|
|
4818
|
+
"url": "https://www.schemastore.org/rc3-request-0.0.3.json"
|
|
4762
4819
|
},
|
|
4763
4820
|
{
|
|
4764
4821
|
"name": "rc3 settings",
|
|
4765
4822
|
"description": "RC settings stored in the users RC_HOME directory",
|
|
4766
4823
|
"fileMatch": ["rc-settings.json"],
|
|
4767
|
-
"url": "https://
|
|
4824
|
+
"url": "https://www.schemastore.org/rc3-settings-0.0.3.json"
|
|
4768
4825
|
},
|
|
4769
4826
|
{
|
|
4770
4827
|
"name": "Red-DiscordBot Cog",
|
|
@@ -4792,7 +4849,7 @@
|
|
|
4792
4849
|
".rehyperc.yaml",
|
|
4793
4850
|
".rehyperc.yml"
|
|
4794
4851
|
],
|
|
4795
|
-
"url": "https://
|
|
4852
|
+
"url": "https://www.schemastore.org/rehyperc.json"
|
|
4796
4853
|
},
|
|
4797
4854
|
{
|
|
4798
4855
|
"name": "release-please-config.json",
|
|
@@ -4821,31 +4878,37 @@
|
|
|
4821
4878
|
".remarkrc.yaml",
|
|
4822
4879
|
".remarkrc.yml"
|
|
4823
4880
|
],
|
|
4824
|
-
"url": "https://
|
|
4881
|
+
"url": "https://www.schemastore.org/remarkrc.json"
|
|
4825
4882
|
},
|
|
4826
4883
|
{
|
|
4827
4884
|
"name": "Replit config",
|
|
4828
4885
|
"description": "replit.com, a cloud IDE and code runner",
|
|
4829
4886
|
"fileMatch": ["replit.toml"],
|
|
4830
|
-
"url": "https://
|
|
4887
|
+
"url": "https://www.schemastore.org/replit.json"
|
|
4831
4888
|
},
|
|
4832
4889
|
{
|
|
4833
4890
|
"name": "*.resjson",
|
|
4834
4891
|
"description": "Windows App localization file",
|
|
4835
4892
|
"fileMatch": ["*.resjson"],
|
|
4836
|
-
"url": "https://
|
|
4893
|
+
"url": "https://www.schemastore.org/resjson.json"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "Rubocop",
|
|
4897
|
+
"description": "A Ruby code style checker (linter) and formatter",
|
|
4898
|
+
"fileMatch": ["*.rubocop.yml"],
|
|
4899
|
+
"url": "https://www.rubyschema.org/rubocop.json"
|
|
4837
4900
|
},
|
|
4838
4901
|
{
|
|
4839
4902
|
"name": "Ruff",
|
|
4840
4903
|
"description": "Ruff, a fast Python linter",
|
|
4841
4904
|
"fileMatch": ["ruff.toml", ".ruff.toml"],
|
|
4842
|
-
"url": "https://
|
|
4905
|
+
"url": "https://www.schemastore.org/ruff.json"
|
|
4843
4906
|
},
|
|
4844
4907
|
{
|
|
4845
4908
|
"name": "Rust Project",
|
|
4846
4909
|
"description": "non-Cargo based Rust projects",
|
|
4847
4910
|
"fileMatch": ["rust-project.json"],
|
|
4848
|
-
"url": "https://
|
|
4911
|
+
"url": "https://www.schemastore.org/rust-project.json"
|
|
4849
4912
|
},
|
|
4850
4913
|
{
|
|
4851
4914
|
"name": "JSON Resume",
|
|
@@ -4925,7 +4988,7 @@
|
|
|
4925
4988
|
"custom_modes.yaml",
|
|
4926
4989
|
"custom_modes.yml"
|
|
4927
4990
|
],
|
|
4928
|
-
"url": "https://
|
|
4991
|
+
"url": "https://www.schemastore.org/roomodes.json"
|
|
4929
4992
|
},
|
|
4930
4993
|
{
|
|
4931
4994
|
"name": "runny",
|
|
@@ -4937,25 +5000,25 @@
|
|
|
4937
5000
|
"name": "rustfmt",
|
|
4938
5001
|
"description": "rustfmt, a tool to format Rust code",
|
|
4939
5002
|
"fileMatch": ["rustfmt.toml"],
|
|
4940
|
-
"url": "https://
|
|
5003
|
+
"url": "https://www.schemastore.org/rustfmt.json"
|
|
4941
5004
|
},
|
|
4942
5005
|
{
|
|
4943
5006
|
"name": "Rust toolchain",
|
|
4944
5007
|
"description": "A declarative managing the Rust toolchain",
|
|
4945
5008
|
"fileMatch": ["rust-toolchain.toml"],
|
|
4946
|
-
"url": "https://
|
|
5009
|
+
"url": "https://www.schemastore.org/rust-toolchain.json"
|
|
4947
5010
|
},
|
|
4948
5011
|
{
|
|
4949
5012
|
"name": "samt",
|
|
4950
5013
|
"description": "SAMT configuration files",
|
|
4951
5014
|
"fileMatch": ["samt.yaml"],
|
|
4952
|
-
"url": "https://
|
|
5015
|
+
"url": "https://www.schemastore.org/samt.json"
|
|
4953
5016
|
},
|
|
4954
5017
|
{
|
|
4955
5018
|
"name": "samtrc",
|
|
4956
5019
|
"description": "SAMT linter configuration files",
|
|
4957
5020
|
"fileMatch": [".samtrc.yaml"],
|
|
4958
|
-
"url": "https://
|
|
5021
|
+
"url": "https://www.schemastore.org/samtrc.json"
|
|
4959
5022
|
},
|
|
4960
5023
|
{
|
|
4961
5024
|
"name": "Sapphire CLI Config",
|
|
@@ -4966,67 +5029,67 @@
|
|
|
4966
5029
|
{
|
|
4967
5030
|
"name": "sarif-1.0.0.json",
|
|
4968
5031
|
"description": "Static Analysis Results Interchange Format (SARIF) version 1",
|
|
4969
|
-
"url": "https://
|
|
5032
|
+
"url": "https://www.schemastore.org/sarif-1.0.0.json"
|
|
4970
5033
|
},
|
|
4971
5034
|
{
|
|
4972
5035
|
"name": "sarif-2.0.0.json",
|
|
4973
5036
|
"description": "Static Analysis Results Interchange Format (SARIF) version 2",
|
|
4974
|
-
"url": "https://
|
|
5037
|
+
"url": "https://www.schemastore.org/sarif-2.0.0.json"
|
|
4975
5038
|
},
|
|
4976
5039
|
{
|
|
4977
5040
|
"name": "sarif-2.1.0-rtm.2",
|
|
4978
5041
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.2",
|
|
4979
|
-
"url": "https://
|
|
5042
|
+
"url": "https://www.schemastore.org/sarif-2.1.0-rtm.2.json"
|
|
4980
5043
|
},
|
|
4981
5044
|
{
|
|
4982
5045
|
"name": "sarif-external-property-file-2.1.0-rtm.2",
|
|
4983
5046
|
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.2",
|
|
4984
|
-
"url": "https://
|
|
5047
|
+
"url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
|
|
4985
5048
|
},
|
|
4986
5049
|
{
|
|
4987
5050
|
"name": "sarif-2.1.0-rtm.3",
|
|
4988
5051
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.3",
|
|
4989
|
-
"url": "https://
|
|
5052
|
+
"url": "https://www.schemastore.org/sarif-2.1.0-rtm.3.json"
|
|
4990
5053
|
},
|
|
4991
5054
|
{
|
|
4992
5055
|
"name": "sarif-external-property-file-2.1.0-rtm.3",
|
|
4993
5056
|
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.3",
|
|
4994
|
-
"url": "https://
|
|
5057
|
+
"url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
|
|
4995
5058
|
},
|
|
4996
5059
|
{
|
|
4997
5060
|
"name": "sarif-2.1.0-rtm.4",
|
|
4998
5061
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.4",
|
|
4999
|
-
"url": "https://
|
|
5062
|
+
"url": "https://www.schemastore.org/sarif-2.1.0-rtm.4.json"
|
|
5000
5063
|
},
|
|
5001
5064
|
{
|
|
5002
5065
|
"name": "sarif-external-property-file-2.1.0-rtm.4",
|
|
5003
5066
|
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.4",
|
|
5004
|
-
"url": "https://
|
|
5067
|
+
"url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
|
|
5005
5068
|
},
|
|
5006
5069
|
{
|
|
5007
5070
|
"name": "sarif-2.1.0-rtm.5",
|
|
5008
5071
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.5",
|
|
5009
|
-
"url": "https://
|
|
5072
|
+
"url": "https://www.schemastore.org/sarif-2.1.0-rtm.5.json"
|
|
5010
5073
|
},
|
|
5011
5074
|
{
|
|
5012
5075
|
"name": "sarif-2.1.0-rtm.6",
|
|
5013
5076
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.6",
|
|
5014
|
-
"url": "https://
|
|
5077
|
+
"url": "https://www.schemastore.org/sarif-2.1.0-rtm.6.json"
|
|
5015
5078
|
},
|
|
5016
5079
|
{
|
|
5017
5080
|
"name": "sarif-external-property-file-2.1.0-rtm.5",
|
|
5018
5081
|
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.5",
|
|
5019
|
-
"url": "https://
|
|
5082
|
+
"url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json"
|
|
5020
5083
|
},
|
|
5021
5084
|
{
|
|
5022
5085
|
"name": "sarif-2.1.0",
|
|
5023
5086
|
"description": "Static Analysis Results Format (SARIF), Version 2.1.0",
|
|
5024
|
-
"url": "https://
|
|
5087
|
+
"url": "https://www.schemastore.org/sarif-2.1.0.json"
|
|
5025
5088
|
},
|
|
5026
5089
|
{
|
|
5027
5090
|
"name": "sarif-external-property-file-2.1.0",
|
|
5028
5091
|
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0",
|
|
5029
|
-
"url": "https://
|
|
5092
|
+
"url": "https://www.schemastore.org/sarif-external-property-file-2.1.0.json"
|
|
5030
5093
|
},
|
|
5031
5094
|
{
|
|
5032
5095
|
"name": "scalingo.json configuration",
|
|
@@ -5037,27 +5100,27 @@
|
|
|
5037
5100
|
{
|
|
5038
5101
|
"name": "Schema Catalog",
|
|
5039
5102
|
"description": "JSON Schema catalog files compatible with SchemaStore.org",
|
|
5040
|
-
"url": "https://
|
|
5103
|
+
"url": "https://www.schemastore.org/schema-catalog.json"
|
|
5041
5104
|
},
|
|
5042
5105
|
{
|
|
5043
5106
|
"name": "schema.org - Action",
|
|
5044
5107
|
"description": "Action as defined by schema.org",
|
|
5045
|
-
"url": "https://
|
|
5108
|
+
"url": "https://www.schemastore.org/schema-org-action.json"
|
|
5046
5109
|
},
|
|
5047
5110
|
{
|
|
5048
5111
|
"name": "schema.org - ContactPoint",
|
|
5049
5112
|
"description": "ContactPoint as defined by schema.org",
|
|
5050
|
-
"url": "https://
|
|
5113
|
+
"url": "https://www.schemastore.org/schema-org-contact-point.json"
|
|
5051
5114
|
},
|
|
5052
5115
|
{
|
|
5053
5116
|
"name": "schema.org - Place",
|
|
5054
5117
|
"description": "Place as defined by schema.org",
|
|
5055
|
-
"url": "https://
|
|
5118
|
+
"url": "https://www.schemastore.org/schema-org-place.json"
|
|
5056
5119
|
},
|
|
5057
5120
|
{
|
|
5058
5121
|
"name": "schema.org - Thing",
|
|
5059
5122
|
"description": "Thing as defined by schema.org",
|
|
5060
|
-
"url": "https://
|
|
5123
|
+
"url": "https://www.schemastore.org/schema-org-thing.json"
|
|
5061
5124
|
},
|
|
5062
5125
|
{
|
|
5063
5126
|
"name": "Scoop manifest",
|
|
@@ -5113,7 +5176,7 @@
|
|
|
5113
5176
|
".releaserc.yml",
|
|
5114
5177
|
".releaserc.json"
|
|
5115
5178
|
],
|
|
5116
|
-
"url": "https://
|
|
5179
|
+
"url": "https://www.schemastore.org/semantic-release.json"
|
|
5117
5180
|
},
|
|
5118
5181
|
{
|
|
5119
5182
|
"name": "Semgrep Rule",
|
|
@@ -5124,7 +5187,7 @@
|
|
|
5124
5187
|
".semgrep.yaml",
|
|
5125
5188
|
".semgrep.yml"
|
|
5126
5189
|
],
|
|
5127
|
-
"url": "https://
|
|
5190
|
+
"url": "https://www.schemastore.org/semgrep.json",
|
|
5128
5191
|
"versions": {
|
|
5129
5192
|
"v1.72.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.72.0/rule_schema_v1.yaml",
|
|
5130
5193
|
"v1.73.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.73.0/rule_schema_v1.yaml",
|
|
@@ -5161,13 +5224,13 @@
|
|
|
5161
5224
|
"name": "Serenity Code Generator (Sergen)",
|
|
5162
5225
|
"description": "Serenity code generator (sergen) configuration file",
|
|
5163
5226
|
"fileMatch": ["sergen.json", "sergen.*.json", "*.sergen.json"],
|
|
5164
|
-
"url": "https://
|
|
5227
|
+
"url": "https://www.schemastore.org/sergen.json"
|
|
5165
5228
|
},
|
|
5166
5229
|
{
|
|
5167
5230
|
"name": "settings.job",
|
|
5168
5231
|
"description": "Azure Webjob settings file",
|
|
5169
5232
|
"fileMatch": ["settings.job"],
|
|
5170
|
-
"url": "https://
|
|
5233
|
+
"url": "https://www.schemastore.org/settings.job.json"
|
|
5171
5234
|
},
|
|
5172
5235
|
{
|
|
5173
5236
|
"name": "Settings.paf",
|
|
@@ -5196,7 +5259,7 @@
|
|
|
5196
5259
|
"name": "Sigrid scope configuration file",
|
|
5197
5260
|
"description": "Analysis scope configuration file used by Sigrid (sigrid-says.com)",
|
|
5198
5261
|
"fileMatch": ["sigrid.yaml"],
|
|
5199
|
-
"url": "https://
|
|
5262
|
+
"url": "https://www.schemastore.org/sigrid-scope-file.schema.json"
|
|
5200
5263
|
},
|
|
5201
5264
|
{
|
|
5202
5265
|
"name": "SIL Kit Participant Configuration",
|
|
@@ -5207,7 +5270,7 @@
|
|
|
5207
5270
|
"*.silkit.json",
|
|
5208
5271
|
"*.silkit.yaml"
|
|
5209
5272
|
],
|
|
5210
|
-
"url": "https://
|
|
5273
|
+
"url": "https://www.schemastore.org/sil-kit-participant-configuration.json"
|
|
5211
5274
|
},
|
|
5212
5275
|
{
|
|
5213
5276
|
"name": "SIL Kit Registry Configuration",
|
|
@@ -5220,18 +5283,18 @@
|
|
|
5220
5283
|
"*.silkit-registry.yml",
|
|
5221
5284
|
"*.silkit-registry.json"
|
|
5222
5285
|
],
|
|
5223
|
-
"url": "https://
|
|
5286
|
+
"url": "https://www.schemastore.org/sil-kit-registry-configuration.json"
|
|
5224
5287
|
},
|
|
5225
5288
|
{
|
|
5226
5289
|
"name": "size-limit configuration",
|
|
5227
5290
|
"description": "Configuration file for size-limit",
|
|
5228
5291
|
"fileMatch": [".size-limit.json"],
|
|
5229
|
-
"url": "https://
|
|
5292
|
+
"url": "https://www.schemastore.org/size-limit.json"
|
|
5230
5293
|
},
|
|
5231
5294
|
{
|
|
5232
5295
|
"name": "Slack app manifest",
|
|
5233
5296
|
"description": "A manifest file containing the settings for a Slack app",
|
|
5234
|
-
"url": "https://
|
|
5297
|
+
"url": "https://www.schemastore.org/slack-app-manifest.json"
|
|
5235
5298
|
},
|
|
5236
5299
|
{
|
|
5237
5300
|
"name": "skyuxconfig.json",
|
|
@@ -5249,7 +5312,7 @@
|
|
|
5249
5312
|
"name": "snowflake-config",
|
|
5250
5313
|
"description": "Configuration file for Snowflake",
|
|
5251
5314
|
"fileMatch": ["**/.snowflake/config.toml", "**/snowflake/config.toml"],
|
|
5252
|
-
"url": "https://
|
|
5315
|
+
"url": "https://www.schemastore.org/snowflake-config.json"
|
|
5253
5316
|
},
|
|
5254
5317
|
{
|
|
5255
5318
|
"name": "snowflake-connections",
|
|
@@ -5258,31 +5321,31 @@
|
|
|
5258
5321
|
"**/.snowflake/connections.toml",
|
|
5259
5322
|
"**/snowflake/connections.toml"
|
|
5260
5323
|
],
|
|
5261
|
-
"url": "https://
|
|
5324
|
+
"url": "https://www.schemastore.org/snowflake-connections.json"
|
|
5262
5325
|
},
|
|
5263
5326
|
{
|
|
5264
5327
|
"name": "Solidarity",
|
|
5265
5328
|
"description": "CLI config for enforcing environment settings",
|
|
5266
5329
|
"fileMatch": [".solidarity", ".solidarity.json"],
|
|
5267
|
-
"url": "https://
|
|
5330
|
+
"url": "https://www.schemastore.org/solidaritySchema.json"
|
|
5268
5331
|
},
|
|
5269
5332
|
{
|
|
5270
5333
|
"name": "Solution filters",
|
|
5271
5334
|
"description": "File that specifies which MSBuild solution to launch and which projects to load",
|
|
5272
5335
|
"fileMatch": ["*.slnf"],
|
|
5273
|
-
"url": "https://
|
|
5336
|
+
"url": "https://www.schemastore.org/solution-filter.json"
|
|
5274
5337
|
},
|
|
5275
5338
|
{
|
|
5276
5339
|
"name": "Source Maps v3",
|
|
5277
5340
|
"description": "Source Map files version 3",
|
|
5278
5341
|
"fileMatch": ["*.map"],
|
|
5279
|
-
"url": "https://
|
|
5342
|
+
"url": "https://www.schemastore.org/sourcemap-v3.json"
|
|
5280
5343
|
},
|
|
5281
5344
|
{
|
|
5282
5345
|
"name": "Sourcery",
|
|
5283
5346
|
"description": "Sourcery YAML files",
|
|
5284
5347
|
"fileMatch": [".sourcery.yaml"],
|
|
5285
|
-
"url": "https://
|
|
5348
|
+
"url": "https://www.schemastore.org/sourcery_yaml_schema.json"
|
|
5286
5349
|
},
|
|
5287
5350
|
{
|
|
5288
5351
|
"name": "Speakeasy Lint Configuration File",
|
|
@@ -5312,23 +5375,23 @@
|
|
|
5312
5375
|
"name": "SpecIF",
|
|
5313
5376
|
"description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. Documentation: https://specif.de and https://github.com/GfSE",
|
|
5314
5377
|
"fileMatch": ["*.specif", "*.specif.json"],
|
|
5315
|
-
"url": "https://
|
|
5378
|
+
"url": "https://www.schemastore.org/specif-1.1.json",
|
|
5316
5379
|
"versions": {
|
|
5317
|
-
"1.0": "https://
|
|
5318
|
-
"1.1": "https://
|
|
5380
|
+
"1.0": "https://www.schemastore.org/specif-1.0.json",
|
|
5381
|
+
"1.1": "https://www.schemastore.org/specif-1.1.json"
|
|
5319
5382
|
}
|
|
5320
5383
|
},
|
|
5321
5384
|
{
|
|
5322
5385
|
"name": "Sponge Mixin configuration",
|
|
5323
5386
|
"description": "Configuration file for SpongePowered's Mixin library",
|
|
5324
5387
|
"fileMatch": ["*.mixins.json"],
|
|
5325
|
-
"url": "https://
|
|
5388
|
+
"url": "https://www.schemastore.org/sponge-mixins.json"
|
|
5326
5389
|
},
|
|
5327
5390
|
{
|
|
5328
5391
|
"name": ".sprite files",
|
|
5329
5392
|
"description": "image sprite generation files",
|
|
5330
5393
|
"fileMatch": ["*.sprite"],
|
|
5331
|
-
"url": "https://
|
|
5394
|
+
"url": "https://www.schemastore.org/sprite.json"
|
|
5332
5395
|
},
|
|
5333
5396
|
{
|
|
5334
5397
|
"name": "SPDX 2.3",
|
|
@@ -5340,31 +5403,31 @@
|
|
|
5340
5403
|
"name": "sqlc configuration",
|
|
5341
5404
|
"description": "Configuration file for sqlc v2",
|
|
5342
5405
|
"fileMatch": ["sqlc.yaml", "sqlc.json", "*.sqlc.yaml"],
|
|
5343
|
-
"url": "https://
|
|
5406
|
+
"url": "https://www.schemastore.org/sqlc-2.0.json"
|
|
5344
5407
|
},
|
|
5345
5408
|
{
|
|
5346
5409
|
"name": "Azure Static Web Apps configuration file",
|
|
5347
5410
|
"description": "Documentation: https://learn.microsoft.com/en-us/azure/static-web-apps/configuration",
|
|
5348
5411
|
"fileMatch": ["staticwebapp.config.json"],
|
|
5349
|
-
"url": "https://
|
|
5412
|
+
"url": "https://www.schemastore.org/staticwebapp.config.json"
|
|
5350
5413
|
},
|
|
5351
5414
|
{
|
|
5352
5415
|
"name": "Azure Static Web Apps CLI configuration file",
|
|
5353
5416
|
"description": "Documentation: https://github.com/Azure/static-web-apps-cli#swa-cliconfigjson-file",
|
|
5354
5417
|
"fileMatch": ["swa-cli.config.json"],
|
|
5355
|
-
"url": "https://
|
|
5418
|
+
"url": "https://www.schemastore.org/swa-cli.config.json"
|
|
5356
5419
|
},
|
|
5357
5420
|
{
|
|
5358
5421
|
"name": "StackBlitz",
|
|
5359
5422
|
"description": "WebContainer project configuration",
|
|
5360
5423
|
"fileMatch": [".stackblitzrc", "**/.stackblitz/config.json"],
|
|
5361
|
-
"url": "https://
|
|
5424
|
+
"url": "https://www.schemastore.org/stackblitzrc.json"
|
|
5362
5425
|
},
|
|
5363
5426
|
{
|
|
5364
5427
|
"name": "Stale",
|
|
5365
5428
|
"description": "Configuration file for Stale for closing abandoned issues and pull requests. Documentation: https://probot.github.io/apps/stale/",
|
|
5366
5429
|
"fileMatch": ["**/.github/stale.yml"],
|
|
5367
|
-
"url": "https://
|
|
5430
|
+
"url": "https://www.schemastore.org/stale.json"
|
|
5368
5431
|
},
|
|
5369
5432
|
{
|
|
5370
5433
|
"name": "Starship",
|
|
@@ -5420,7 +5483,7 @@
|
|
|
5420
5483
|
".stylelintrc.yaml",
|
|
5421
5484
|
".stylelintrc.json"
|
|
5422
5485
|
],
|
|
5423
|
-
"url": "https://
|
|
5486
|
+
"url": "https://www.schemastore.org/stylelintrc.json"
|
|
5424
5487
|
},
|
|
5425
5488
|
{
|
|
5426
5489
|
"name": "SWADL",
|
|
@@ -5432,7 +5495,7 @@
|
|
|
5432
5495
|
"name": "Swagger API 2.0",
|
|
5433
5496
|
"description": "Swagger API 2.0",
|
|
5434
5497
|
"fileMatch": ["swagger.json"],
|
|
5435
|
-
"url": "https://
|
|
5498
|
+
"url": "https://www.schemastore.org/swagger-2.0.json"
|
|
5436
5499
|
},
|
|
5437
5500
|
{
|
|
5438
5501
|
"name": "Synadia Connect Component",
|
|
@@ -5460,7 +5523,7 @@
|
|
|
5460
5523
|
"name": "task.json",
|
|
5461
5524
|
"description": "VSCode Task file",
|
|
5462
5525
|
"fileMatch": ["task.json", "tasks.json"],
|
|
5463
|
-
"url": "https://
|
|
5526
|
+
"url": "https://www.schemastore.org/task.json"
|
|
5464
5527
|
},
|
|
5465
5528
|
{
|
|
5466
5529
|
"name": "Talhelper",
|
|
@@ -5478,7 +5541,7 @@
|
|
|
5478
5541
|
"name": "Taurus",
|
|
5479
5542
|
"description": "Taurus bzt cli framework config",
|
|
5480
5543
|
"fileMatch": ["bzt.yml", "bzt.yaml", "taurus.yml", "taurus.yaml"],
|
|
5481
|
-
"url": "https://
|
|
5544
|
+
"url": "https://www.schemastore.org/taurus.json"
|
|
5482
5545
|
},
|
|
5483
5546
|
{
|
|
5484
5547
|
"name": "Tauticord",
|
|
@@ -5490,13 +5553,13 @@
|
|
|
5490
5553
|
"name": "template.json",
|
|
5491
5554
|
"description": ".NET template files",
|
|
5492
5555
|
"fileMatch": ["**/.template.config/template.json"],
|
|
5493
|
-
"url": "https://
|
|
5556
|
+
"url": "https://www.schemastore.org/template.json"
|
|
5494
5557
|
},
|
|
5495
5558
|
{
|
|
5496
5559
|
"name": "templatsources.json",
|
|
5497
5560
|
"description": "SideWaffle template source",
|
|
5498
5561
|
"fileMatch": ["templatesources.json"],
|
|
5499
|
-
"url": "https://
|
|
5562
|
+
"url": "https://www.schemastore.org/templatesources.json"
|
|
5500
5563
|
},
|
|
5501
5564
|
{
|
|
5502
5565
|
"name": "Tier.run pricing.json",
|
|
@@ -5524,19 +5587,19 @@
|
|
|
5524
5587
|
"name": "tizen_workspace.json",
|
|
5525
5588
|
"description": "Tizen project workspace configuration file",
|
|
5526
5589
|
"fileMatch": ["tizen_workspace.yaml"],
|
|
5527
|
-
"url": "https://
|
|
5590
|
+
"url": "https://www.schemastore.org/tizen_workspace.json"
|
|
5528
5591
|
},
|
|
5529
5592
|
{
|
|
5530
5593
|
"name": "tldr",
|
|
5531
5594
|
"description": "tldr configuration file",
|
|
5532
5595
|
"fileMatch": [".tldr.json"],
|
|
5533
|
-
"url": "https://
|
|
5596
|
+
"url": "https://www.schemastore.org/tldr.json"
|
|
5534
5597
|
},
|
|
5535
5598
|
{
|
|
5536
5599
|
"name": "Tombi",
|
|
5537
5600
|
"description": "Tombi (鳶) is a toolkit for TOML; providing a formatter/linter and language server",
|
|
5538
|
-
"fileMatch": ["tombi.toml"],
|
|
5539
|
-
"url": "https://
|
|
5601
|
+
"fileMatch": ["tombi.toml", "**/tombi/config.toml"],
|
|
5602
|
+
"url": "https://www.schemastore.org/tombi.json"
|
|
5540
5603
|
},
|
|
5541
5604
|
{
|
|
5542
5605
|
"name": "TextMate Grammar",
|
|
@@ -5546,13 +5609,13 @@
|
|
|
5546
5609
|
"*.tmLanguage.yaml",
|
|
5547
5610
|
"*.tmLanguage.yml"
|
|
5548
5611
|
],
|
|
5549
|
-
"url": "https://
|
|
5612
|
+
"url": "https://www.schemastore.org/tmlanguage.json"
|
|
5550
5613
|
},
|
|
5551
5614
|
{
|
|
5552
5615
|
"name": "TestEnvironment.json",
|
|
5553
5616
|
"description": "Visual Studio's test environment config",
|
|
5554
5617
|
"fileMatch": ["testEnvironments.json"],
|
|
5555
|
-
"url": "https://
|
|
5618
|
+
"url": "https://www.schemastore.org/testenvironments.json"
|
|
5556
5619
|
},
|
|
5557
5620
|
{
|
|
5558
5621
|
"name": "Turborepo",
|
|
@@ -5564,28 +5627,28 @@
|
|
|
5564
5627
|
"name": "Travis CI (.travis.yml)",
|
|
5565
5628
|
"description": "Travis CI configuration file",
|
|
5566
5629
|
"fileMatch": [".travis.yml"],
|
|
5567
|
-
"url": "https://
|
|
5630
|
+
"url": "https://www.schemastore.org/travis.json"
|
|
5568
5631
|
},
|
|
5569
5632
|
{
|
|
5570
5633
|
"name": "Traefik v2",
|
|
5571
5634
|
"description": "Traefik v2 YAML configuration file",
|
|
5572
5635
|
"fileMatch": ["traefik.yml", "traefik.yaml"],
|
|
5573
|
-
"url": "https://
|
|
5636
|
+
"url": "https://www.schemastore.org/traefik-v2.json"
|
|
5574
5637
|
},
|
|
5575
5638
|
{
|
|
5576
5639
|
"name": "Traefik v2 File Provider",
|
|
5577
5640
|
"description": "Traefik v2 Dynamic Configuration File Provider",
|
|
5578
|
-
"url": "https://
|
|
5641
|
+
"url": "https://www.schemastore.org/traefik-v2-file-provider.json"
|
|
5579
5642
|
},
|
|
5580
5643
|
{
|
|
5581
5644
|
"name": "Traefik v3",
|
|
5582
5645
|
"description": "Traefik v3 YAML configuration file",
|
|
5583
|
-
"url": "https://
|
|
5646
|
+
"url": "https://www.schemastore.org/traefik-v3.json"
|
|
5584
5647
|
},
|
|
5585
5648
|
{
|
|
5586
5649
|
"name": "Traefik v3 File Provider",
|
|
5587
5650
|
"description": "Traefik v3 Dynamic Configuration File Provider",
|
|
5588
|
-
"url": "https://
|
|
5651
|
+
"url": "https://www.schemastore.org/traefik-v3-file-provider.json"
|
|
5589
5652
|
},
|
|
5590
5653
|
{
|
|
5591
5654
|
"name": "transcend.yml",
|
|
@@ -5603,9 +5666,9 @@
|
|
|
5603
5666
|
"name": "TrueScript for *.tscript files",
|
|
5604
5667
|
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
|
|
5605
5668
|
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
|
|
5606
|
-
"url": "https://
|
|
5669
|
+
"url": "https://www.schemastore.org/truescript.json",
|
|
5607
5670
|
"versions": {
|
|
5608
|
-
"latest": "https://
|
|
5671
|
+
"latest": "https://www.schemastore.org/truescript.json"
|
|
5609
5672
|
}
|
|
5610
5673
|
},
|
|
5611
5674
|
{
|
|
@@ -5618,13 +5681,13 @@
|
|
|
5618
5681
|
"name": "tsconfig.json",
|
|
5619
5682
|
"description": "TypeScript compiler configuration file",
|
|
5620
5683
|
"fileMatch": ["tsconfig*.json"],
|
|
5621
|
-
"url": "https://
|
|
5684
|
+
"url": "https://www.schemastore.org/tsconfig.json"
|
|
5622
5685
|
},
|
|
5623
5686
|
{
|
|
5624
5687
|
"name": "tsd.json",
|
|
5625
5688
|
"description": "DefinitelyTyped description manager (TSD)",
|
|
5626
5689
|
"fileMatch": ["tsd.json"],
|
|
5627
|
-
"url": "https://
|
|
5690
|
+
"url": "https://www.schemastore.org/tsd.json"
|
|
5628
5691
|
},
|
|
5629
5692
|
{
|
|
5630
5693
|
"name": "tsdoc.json",
|
|
@@ -5636,19 +5699,19 @@
|
|
|
5636
5699
|
"name": "tsdrc.json",
|
|
5637
5700
|
"description": "TypeScript Definition manager (tsd) global settings file",
|
|
5638
5701
|
"fileMatch": [".tsdrc"],
|
|
5639
|
-
"url": "https://
|
|
5702
|
+
"url": "https://www.schemastore.org/tsdrc.json"
|
|
5640
5703
|
},
|
|
5641
5704
|
{
|
|
5642
5705
|
"name": "ts-force-config.json",
|
|
5643
5706
|
"description": "Generated Typescript classes for Salesforce",
|
|
5644
5707
|
"fileMatch": ["ts-force-config.json"],
|
|
5645
|
-
"url": "https://
|
|
5708
|
+
"url": "https://www.schemastore.org/ts-force-config.json"
|
|
5646
5709
|
},
|
|
5647
5710
|
{
|
|
5648
5711
|
"name": "tslint.json",
|
|
5649
5712
|
"description": "TypeScript Lint configuration file",
|
|
5650
5713
|
"fileMatch": ["tslint.json", "tslint.yaml", "tslint.yml"],
|
|
5651
|
-
"url": "https://
|
|
5714
|
+
"url": "https://www.schemastore.org/tslint.json"
|
|
5652
5715
|
},
|
|
5653
5716
|
{
|
|
5654
5717
|
"name": "TSON",
|
|
@@ -5678,19 +5741,29 @@
|
|
|
5678
5741
|
"name": "typewiz.json",
|
|
5679
5742
|
"description": "Typewiz configuration file",
|
|
5680
5743
|
"fileMatch": ["typewiz.json"],
|
|
5681
|
-
"url": "https://
|
|
5744
|
+
"url": "https://www.schemastore.org/typewiz.json"
|
|
5682
5745
|
},
|
|
5683
5746
|
{
|
|
5684
5747
|
"name": "typo3.json",
|
|
5685
5748
|
"description": "the Typo3 CMS",
|
|
5686
5749
|
"fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
|
|
5687
|
-
"url": "https://
|
|
5750
|
+
"url": "https://www.schemastore.org/typo3.json"
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"name": "TYPO3 Vendor Bundler config",
|
|
5754
|
+
"description": "Configuration for TYPO3 Vendor Bundler, a Composer library to bundle vendor libraries for TYPO3 extensions in classic mode",
|
|
5755
|
+
"fileMatch": [
|
|
5756
|
+
"typo3-vendor-bundler.json",
|
|
5757
|
+
"typo3-vendor-bundler.yaml",
|
|
5758
|
+
"typo3-vendor-bundler.yml"
|
|
5759
|
+
],
|
|
5760
|
+
"url": "https://raw.githubusercontent.com/eliashaeussler/typo3-vendor-bundler/refs/heads/main/res/typo3-vendor-bundler.schema.json"
|
|
5688
5761
|
},
|
|
5689
5762
|
{
|
|
5690
5763
|
"name": "Typst Manifest",
|
|
5691
5764
|
"description": "Typst package manifest file (typst.toml)",
|
|
5692
5765
|
"fileMatch": ["typst.toml"],
|
|
5693
|
-
"url": "https://
|
|
5766
|
+
"url": "https://www.schemastore.org/typst.json"
|
|
5694
5767
|
},
|
|
5695
5768
|
{
|
|
5696
5769
|
"name": "typos.toml",
|
|
@@ -5702,25 +5775,25 @@
|
|
|
5702
5775
|
"name": "typings.json",
|
|
5703
5776
|
"description": "Typings TypeScript definitions manager definition file",
|
|
5704
5777
|
"fileMatch": ["typings.json"],
|
|
5705
|
-
"url": "https://
|
|
5778
|
+
"url": "https://www.schemastore.org/typings.json"
|
|
5706
5779
|
},
|
|
5707
5780
|
{
|
|
5708
5781
|
"name": "typingsrc.json",
|
|
5709
5782
|
"description": "Typings TypeScript definitions manager configuration file",
|
|
5710
5783
|
"fileMatch": [".typingsrc"],
|
|
5711
|
-
"url": "https://
|
|
5784
|
+
"url": "https://www.schemastore.org/typingsrc.json"
|
|
5712
5785
|
},
|
|
5713
5786
|
{
|
|
5714
5787
|
"name": "Ubuntu Server Autoinstall",
|
|
5715
5788
|
"description": "Settings file for Ubuntu Autoinstall",
|
|
5716
5789
|
"fileMatch": ["user-data"],
|
|
5717
|
-
"url": "https://
|
|
5790
|
+
"url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
|
|
5718
5791
|
},
|
|
5719
5792
|
{
|
|
5720
5793
|
"name": "up.json",
|
|
5721
5794
|
"description": "Up configuration file",
|
|
5722
5795
|
"fileMatch": ["up.json"],
|
|
5723
|
-
"url": "https://
|
|
5796
|
+
"url": "https://www.schemastore.org/up.json"
|
|
5724
5797
|
},
|
|
5725
5798
|
{
|
|
5726
5799
|
"name": "UI5 Manifest",
|
|
@@ -5762,12 +5835,12 @@
|
|
|
5762
5835
|
"name": "UTAM Page Object",
|
|
5763
5836
|
"description": "UI Test Automation Model page object. Documentation: https://utam.dev/",
|
|
5764
5837
|
"fileMatch": ["*.utam.json", ".utam.json"],
|
|
5765
|
-
"url": "https://
|
|
5838
|
+
"url": "https://www.schemastore.org/utam-page-object.json",
|
|
5766
5839
|
"versions": {
|
|
5767
|
-
"current": "https://
|
|
5768
|
-
"1.5.0": "https://
|
|
5769
|
-
"2.0.3": "https://
|
|
5770
|
-
"2.2.0": "https://
|
|
5840
|
+
"current": "https://www.schemastore.org/utam-page-object.json",
|
|
5841
|
+
"1.5.0": "https://www.schemastore.org/utam-page-object-1.5.0.json",
|
|
5842
|
+
"2.0.3": "https://www.schemastore.org/utam-page-object-2.0.3.json",
|
|
5843
|
+
"2.2.0": "https://www.schemastore.org/utam-page-object-2.2.0.json"
|
|
5771
5844
|
}
|
|
5772
5845
|
},
|
|
5773
5846
|
{
|
|
@@ -5808,19 +5881,19 @@
|
|
|
5808
5881
|
"name": "Vector",
|
|
5809
5882
|
"description": "Configuration file for Vector, an observability data pipeline agent and aggregator",
|
|
5810
5883
|
"fileMatch": ["vector.json", "vector.toml", "vector.yaml"],
|
|
5811
|
-
"url": "https://
|
|
5884
|
+
"url": "https://www.schemastore.org/vector.json"
|
|
5812
5885
|
},
|
|
5813
5886
|
{
|
|
5814
5887
|
"name": "vega.json",
|
|
5815
5888
|
"description": "Vega visualization specification file",
|
|
5816
5889
|
"fileMatch": ["*.vg", "*.vg.json"],
|
|
5817
|
-
"url": "https://
|
|
5890
|
+
"url": "https://www.schemastore.org/vega.json"
|
|
5818
5891
|
},
|
|
5819
5892
|
{
|
|
5820
5893
|
"name": "vega-lite.json",
|
|
5821
5894
|
"description": "Vega-Lite visualization specification file",
|
|
5822
5895
|
"fileMatch": ["*.vl", "*.vl.json"],
|
|
5823
|
-
"url": "https://
|
|
5896
|
+
"url": "https://www.schemastore.org/vega-lite.json"
|
|
5824
5897
|
},
|
|
5825
5898
|
{
|
|
5826
5899
|
"name": "Vela Pipeline Configuration",
|
|
@@ -5839,18 +5912,18 @@
|
|
|
5839
5912
|
"venvironment.json",
|
|
5840
5913
|
"*.venvironment.json"
|
|
5841
5914
|
],
|
|
5842
|
-
"url": "https://
|
|
5915
|
+
"url": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
|
|
5843
5916
|
"versions": {
|
|
5844
|
-
"1.0.0": "https://
|
|
5845
|
-
"1.1.0": "https://
|
|
5846
|
-
"1.1.1": "https://
|
|
5847
|
-
"2.0.0": "https://
|
|
5848
|
-
"2.1.0": "https://
|
|
5849
|
-
"2.2.0": "https://
|
|
5850
|
-
"3.0.0": "https://
|
|
5851
|
-
"3.1.0": "https://
|
|
5852
|
-
"3.2.0": "https://
|
|
5853
|
-
"4.0.0": "https://
|
|
5917
|
+
"1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
|
|
5918
|
+
"1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
|
|
5919
|
+
"1.1.1": "https://www.schemastore.org/venvironment-schema-v1.1.1.json",
|
|
5920
|
+
"2.0.0": "https://www.schemastore.org/venvironment-schema-v2.0.0.json",
|
|
5921
|
+
"2.1.0": "https://www.schemastore.org/venvironment-schema-v2.1.0.json",
|
|
5922
|
+
"2.2.0": "https://www.schemastore.org/venvironment-schema-v2.2.0.json",
|
|
5923
|
+
"3.0.0": "https://www.schemastore.org/venvironment-schema-v3.0.0.json",
|
|
5924
|
+
"3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
|
|
5925
|
+
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
|
|
5926
|
+
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json"
|
|
5854
5927
|
}
|
|
5855
5928
|
},
|
|
5856
5929
|
{
|
|
@@ -5864,15 +5937,15 @@
|
|
|
5864
5937
|
"venvironment-basic.json",
|
|
5865
5938
|
"*.venvironment-basic.json"
|
|
5866
5939
|
],
|
|
5867
|
-
"url": "https://
|
|
5940
|
+
"url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
|
|
5868
5941
|
"versions": {
|
|
5869
|
-
"1.0.0": "https://
|
|
5870
|
-
"1.1.0": "https://
|
|
5871
|
-
"2.0.0": "https://
|
|
5872
|
-
"2.1.0": "https://
|
|
5873
|
-
"3.0.0": "https://
|
|
5874
|
-
"3.2.0": "https://
|
|
5875
|
-
"4.0.0": "https://
|
|
5942
|
+
"1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
|
|
5943
|
+
"1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
|
|
5944
|
+
"2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
|
|
5945
|
+
"2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
|
|
5946
|
+
"3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
|
|
5947
|
+
"3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
|
|
5948
|
+
"4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
|
|
5876
5949
|
}
|
|
5877
5950
|
},
|
|
5878
5951
|
{
|
|
@@ -5886,9 +5959,9 @@
|
|
|
5886
5959
|
"venvplus.json",
|
|
5887
5960
|
"*.venvplus.json"
|
|
5888
5961
|
],
|
|
5889
|
-
"url": "https://
|
|
5962
|
+
"url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
|
|
5890
5963
|
"versions": {
|
|
5891
|
-
"1.0.0": "https://
|
|
5964
|
+
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
|
|
5892
5965
|
}
|
|
5893
5966
|
},
|
|
5894
5967
|
{
|
|
@@ -5902,9 +5975,9 @@
|
|
|
5902
5975
|
"venvplus-basic.json",
|
|
5903
5976
|
"*.venvplus-basic.json"
|
|
5904
5977
|
],
|
|
5905
|
-
"url": "https://
|
|
5978
|
+
"url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
|
|
5906
5979
|
"versions": {
|
|
5907
|
-
"1.0.0": "https://
|
|
5980
|
+
"1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
|
|
5908
5981
|
}
|
|
5909
5982
|
},
|
|
5910
5983
|
{
|
|
@@ -5944,75 +6017,75 @@
|
|
|
5944
6017
|
"vhwdebugger-binding.yml",
|
|
5945
6018
|
"*.vhwdebugger-binding.yml"
|
|
5946
6019
|
],
|
|
5947
|
-
"url": "https://
|
|
6020
|
+
"url": "https://www.schemastore.org/vhwdebugger-binding-schema.json"
|
|
5948
6021
|
},
|
|
5949
6022
|
{
|
|
5950
6023
|
"name": "vim-addon-info",
|
|
5951
6024
|
"description": "vim plugin addon-info.json metadata files",
|
|
5952
6025
|
"fileMatch": ["**/*vim*/addon-info.json"],
|
|
5953
|
-
"url": "https://
|
|
6026
|
+
"url": "https://www.schemastore.org/vim-addon-info.json"
|
|
5954
6027
|
},
|
|
5955
6028
|
{
|
|
5956
6029
|
"name": "vsls.json",
|
|
5957
6030
|
"description": "Visual Studio Live Share configuration file",
|
|
5958
6031
|
"fileMatch": [".vsls.json"],
|
|
5959
|
-
"url": "https://
|
|
6032
|
+
"url": "https://www.schemastore.org/vsls.json"
|
|
5960
6033
|
},
|
|
5961
6034
|
{
|
|
5962
6035
|
"name": "vs-2017.3.host.json",
|
|
5963
6036
|
"description": "Visual Studio template host file",
|
|
5964
6037
|
"fileMatch": ["vs-2017.3.host.json"],
|
|
5965
|
-
"url": "https://
|
|
6038
|
+
"url": "https://www.schemastore.org/vs-2017.3.host.json"
|
|
5966
6039
|
},
|
|
5967
6040
|
{
|
|
5968
6041
|
"name": "vs-nesting.json",
|
|
5969
6042
|
"description": "Visual Studio's file nesting feature",
|
|
5970
6043
|
"fileMatch": ["*.filenesting.json", ".filenesting.json"],
|
|
5971
|
-
"url": "https://
|
|
6044
|
+
"url": "https://www.schemastore.org/vs-nesting.json"
|
|
5972
6045
|
},
|
|
5973
6046
|
{
|
|
5974
6047
|
"name": ".vsconfig",
|
|
5975
6048
|
"description": "Visual Studio component configuration files",
|
|
5976
6049
|
"fileMatch": ["*.vsconfig"],
|
|
5977
|
-
"url": "https://
|
|
6050
|
+
"url": "https://www.schemastore.org/vsconfig.json"
|
|
5978
6051
|
},
|
|
5979
6052
|
{
|
|
5980
6053
|
"name": ".vsext",
|
|
5981
6054
|
"description": "Visual Studio extension pack manifests",
|
|
5982
6055
|
"fileMatch": ["*.vsext"],
|
|
5983
|
-
"url": "https://
|
|
6056
|
+
"url": "https://www.schemastore.org/vsext.json"
|
|
5984
6057
|
},
|
|
5985
6058
|
{
|
|
5986
6059
|
"name": "VSIX CLI publishing",
|
|
5987
6060
|
"description": "Visual Studio extension publishing",
|
|
5988
6061
|
"fileMatch": ["vs-publish.json"],
|
|
5989
|
-
"url": "https://
|
|
6062
|
+
"url": "https://www.schemastore.org/vsix-publish.json"
|
|
5990
6063
|
},
|
|
5991
6064
|
{
|
|
5992
6065
|
"name": "vss-extension.json",
|
|
5993
6066
|
"description": "Azure DevOps Extensions",
|
|
5994
6067
|
"fileMatch": ["vss-extension.json"],
|
|
5995
|
-
"url": "https://
|
|
6068
|
+
"url": "https://www.schemastore.org/vss-extension.json"
|
|
5996
6069
|
},
|
|
5997
6070
|
{
|
|
5998
6071
|
"name": "vtesttree.yaml",
|
|
5999
6072
|
"description": "Vector test execution tree description",
|
|
6000
6073
|
"fileMatch": ["*.vtesttree.yaml", "*.vtesttree.yml", "*.vtesttree.json"],
|
|
6001
|
-
"url": "https://
|
|
6074
|
+
"url": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json",
|
|
6002
6075
|
"versions": {
|
|
6003
|
-
"1.0.0": "https://
|
|
6004
|
-
"2.0.0": "https://
|
|
6005
|
-
"2.1.0": "https://
|
|
6006
|
-
"2.2.0": "https://
|
|
6007
|
-
"2.3.0": "https://
|
|
6008
|
-
"2.4.0": "https://
|
|
6076
|
+
"1.0.0": "https://www.schemastore.org/vtesttree-schema-v1.0.0.json",
|
|
6077
|
+
"2.0.0": "https://www.schemastore.org/vtesttree-schema-v2.0.0.json",
|
|
6078
|
+
"2.1.0": "https://www.schemastore.org/vtesttree-schema-v2.1.0.json",
|
|
6079
|
+
"2.2.0": "https://www.schemastore.org/vtesttree-schema-v2.2.0.json",
|
|
6080
|
+
"2.3.0": "https://www.schemastore.org/vtesttree-schema-v2.3.0.json",
|
|
6081
|
+
"2.4.0": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json"
|
|
6009
6082
|
}
|
|
6010
6083
|
},
|
|
6011
6084
|
{
|
|
6012
6085
|
"name": "vtestunit.yaml",
|
|
6013
6086
|
"description": "Vector test unit description",
|
|
6014
6087
|
"fileMatch": ["*.vtestunit.yaml", "*.vtestunit.yml", "*.vtestunit.json"],
|
|
6015
|
-
"url": "https://
|
|
6088
|
+
"url": "https://www.schemastore.org/vtestunit-schema.json"
|
|
6016
6089
|
},
|
|
6017
6090
|
{
|
|
6018
6091
|
"name": "v8r",
|
|
@@ -6024,31 +6097,31 @@
|
|
|
6024
6097
|
"name": "WebExtensions",
|
|
6025
6098
|
"description": "WebExtension manifest files",
|
|
6026
6099
|
"fileMatch": ["manifest.json"],
|
|
6027
|
-
"url": "https://
|
|
6100
|
+
"url": "https://www.schemastore.org/webextension.json"
|
|
6028
6101
|
},
|
|
6029
6102
|
{
|
|
6030
6103
|
"name": "Web App Manifest",
|
|
6031
6104
|
"description": "Web Application manifest file",
|
|
6032
6105
|
"fileMatch": ["manifest.json", "*.webmanifest"],
|
|
6033
|
-
"url": "https://
|
|
6106
|
+
"url": "https://www.schemastore.org/web-manifest-combined.json"
|
|
6034
6107
|
},
|
|
6035
6108
|
{
|
|
6036
6109
|
"name": "webjobs-list.json",
|
|
6037
6110
|
"description": "Azure Webjob list file",
|
|
6038
6111
|
"fileMatch": ["webjobs-list.json"],
|
|
6039
|
-
"url": "https://
|
|
6112
|
+
"url": "https://www.schemastore.org/webjobs-list.json"
|
|
6040
6113
|
},
|
|
6041
6114
|
{
|
|
6042
6115
|
"name": "webjobpublishsettings.json",
|
|
6043
6116
|
"description": "Azure Webjobs publish settings file",
|
|
6044
6117
|
"fileMatch": ["webjobpublishsettings.json"],
|
|
6045
|
-
"url": "https://
|
|
6118
|
+
"url": "https://www.schemastore.org/webjob-publish-settings.json"
|
|
6046
6119
|
},
|
|
6047
6120
|
{
|
|
6048
6121
|
"name": "Web types",
|
|
6049
6122
|
"description": "JSON standard for web component libraries metadata",
|
|
6050
6123
|
"fileMatch": ["web-types.json", "*.web-types.json"],
|
|
6051
|
-
"url": "https://
|
|
6124
|
+
"url": "https://www.schemastore.org/web-types.json"
|
|
6052
6125
|
},
|
|
6053
6126
|
{
|
|
6054
6127
|
"name": "Wrangler CLI",
|
|
@@ -6104,7 +6177,7 @@
|
|
|
6104
6177
|
"name": "xunit.runner.json",
|
|
6105
6178
|
"description": "Configuration file for unit test projects using xUnit.net",
|
|
6106
6179
|
"fileMatch": ["xunit.runner.json", "*.xunit.runner.json"],
|
|
6107
|
-
"url": "https://
|
|
6180
|
+
"url": "https://www.schemastore.org/xunit.runner.schema.json",
|
|
6108
6181
|
"versions": {
|
|
6109
6182
|
"v2.2": "https://xunit.net/schema/v2.2/xunit.runner.schema.json",
|
|
6110
6183
|
"v2.3": "https://xunit.net/schema/v2.3/xunit.runner.schema.json",
|
|
@@ -6115,25 +6188,25 @@
|
|
|
6115
6188
|
"name": "servicehub.service.json",
|
|
6116
6189
|
"description": "Microsoft ServiceHub Service",
|
|
6117
6190
|
"fileMatch": ["*.servicehub.service.json"],
|
|
6118
|
-
"url": "https://
|
|
6191
|
+
"url": "https://www.schemastore.org/servicehub.service.schema.json"
|
|
6119
6192
|
},
|
|
6120
6193
|
{
|
|
6121
6194
|
"name": "servicehub.config.json",
|
|
6122
6195
|
"description": "Microsoft ServiceHub Configuration",
|
|
6123
6196
|
"fileMatch": ["servicehub.config.json"],
|
|
6124
|
-
"url": "https://
|
|
6197
|
+
"url": "https://www.schemastore.org/servicehub.config.schema.json"
|
|
6125
6198
|
},
|
|
6126
6199
|
{
|
|
6127
6200
|
"name": ".cryproj (generic)",
|
|
6128
6201
|
"description": "A CRYENGINE projects (.cryproj files)",
|
|
6129
6202
|
"fileMatch": ["*.cryproj"],
|
|
6130
|
-
"url": "https://
|
|
6203
|
+
"url": "https://www.schemastore.org/cryproj.json",
|
|
6131
6204
|
"versions": {
|
|
6132
|
-
"dev": "https://
|
|
6133
|
-
"5.2": "https://
|
|
6134
|
-
"5.3": "https://
|
|
6135
|
-
"5.4": "https://
|
|
6136
|
-
"5.5": "https://
|
|
6205
|
+
"dev": "https://www.schemastore.org/cryproj.dev.schema.json",
|
|
6206
|
+
"5.2": "https://www.schemastore.org/cryproj.52.schema.json",
|
|
6207
|
+
"5.3": "https://www.schemastore.org/cryproj.53.schema.json",
|
|
6208
|
+
"5.4": "https://www.schemastore.org/cryproj.54.schema.json",
|
|
6209
|
+
"5.5": "https://www.schemastore.org/cryproj.55.schema.json"
|
|
6137
6210
|
}
|
|
6138
6211
|
},
|
|
6139
6212
|
{
|
|
@@ -6153,13 +6226,13 @@
|
|
|
6153
6226
|
"**/tmuxinator/*.yaml",
|
|
6154
6227
|
"**/tmuxinator/*.yml"
|
|
6155
6228
|
],
|
|
6156
|
-
"url": "https://
|
|
6229
|
+
"url": "https://www.schemastore.org/tmuxinator.json"
|
|
6157
6230
|
},
|
|
6158
6231
|
{
|
|
6159
6232
|
"name": "huskyrc",
|
|
6160
6233
|
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
|
|
6161
6234
|
"fileMatch": [".huskyrc", ".huskyrc.json"],
|
|
6162
|
-
"url": "https://
|
|
6235
|
+
"url": "https://www.schemastore.org/huskyrc.json"
|
|
6163
6236
|
},
|
|
6164
6237
|
{
|
|
6165
6238
|
"name": "lint-staged (.lintstagedrc)",
|
|
@@ -6170,7 +6243,7 @@
|
|
|
6170
6243
|
".lintstagedrc.yaml",
|
|
6171
6244
|
".lintstagedrc.yml"
|
|
6172
6245
|
],
|
|
6173
|
-
"url": "https://
|
|
6246
|
+
"url": "https://www.schemastore.org/lintstagedrc.schema.json"
|
|
6174
6247
|
},
|
|
6175
6248
|
{
|
|
6176
6249
|
"name": "mirrord config",
|
|
@@ -6204,13 +6277,13 @@
|
|
|
6204
6277
|
"name": "mta.yaml",
|
|
6205
6278
|
"description": "A MTA projects v3.3",
|
|
6206
6279
|
"fileMatch": ["mta.yaml", "mta.yml"],
|
|
6207
|
-
"url": "https://
|
|
6280
|
+
"url": "https://www.schemastore.org/mta.json"
|
|
6208
6281
|
},
|
|
6209
6282
|
{
|
|
6210
6283
|
"name": "mtad.yaml",
|
|
6211
6284
|
"description": "A MTA deployment descriptors v3.3",
|
|
6212
6285
|
"fileMatch": ["mtad.yaml", "mtad.yml"],
|
|
6213
|
-
"url": "https://
|
|
6286
|
+
"url": "https://www.schemastore.org/mtad.json"
|
|
6214
6287
|
},
|
|
6215
6288
|
{
|
|
6216
6289
|
"name": "Motif config",
|
|
@@ -6222,27 +6295,27 @@
|
|
|
6222
6295
|
"name": ".mtaext",
|
|
6223
6296
|
"description": "A MTA extension descriptors v3.3",
|
|
6224
6297
|
"fileMatch": ["*.mtaext"],
|
|
6225
|
-
"url": "https://
|
|
6298
|
+
"url": "https://www.schemastore.org/mtaext.json"
|
|
6226
6299
|
},
|
|
6227
6300
|
{
|
|
6228
6301
|
"name": "xs-app.json",
|
|
6229
6302
|
"description": "the SAP Application Router v8.2.2",
|
|
6230
6303
|
"fileMatch": ["xs-app.json"],
|
|
6231
|
-
"url": "https://
|
|
6304
|
+
"url": "https://www.schemastore.org/xs-app.json"
|
|
6232
6305
|
},
|
|
6233
6306
|
{
|
|
6234
6307
|
"name": "Opctl",
|
|
6235
6308
|
"description": "Opctl describing an op",
|
|
6236
6309
|
"fileMatch": ["**/.opspec/*/*.yml", "**/.opspec/*/*.yaml"],
|
|
6237
|
-
"url": "https://
|
|
6310
|
+
"url": "https://www.schemastore.org/opspec-io-0.1.7.json"
|
|
6238
6311
|
},
|
|
6239
6312
|
{
|
|
6240
6313
|
"name": "HEMTT",
|
|
6241
6314
|
"description": "HEMTT Project File",
|
|
6242
6315
|
"fileMatch": ["hemtt.json", "hemtt.toml"],
|
|
6243
|
-
"url": "https://
|
|
6316
|
+
"url": "https://www.schemastore.org/hemtt-0.6.2.json",
|
|
6244
6317
|
"versions": {
|
|
6245
|
-
"0.6.2": "https://
|
|
6318
|
+
"0.6.2": "https://www.schemastore.org/hemtt-0.6.2.json"
|
|
6246
6319
|
}
|
|
6247
6320
|
},
|
|
6248
6321
|
{
|
|
@@ -6255,7 +6328,7 @@
|
|
|
6255
6328
|
"name": "now",
|
|
6256
6329
|
"description": "ZEIT Now project configuration file",
|
|
6257
6330
|
"fileMatch": ["now.json"],
|
|
6258
|
-
"url": "https://
|
|
6331
|
+
"url": "https://www.schemastore.org/now.json"
|
|
6259
6332
|
},
|
|
6260
6333
|
{
|
|
6261
6334
|
"name": "taskcat",
|
|
@@ -6267,13 +6340,13 @@
|
|
|
6267
6340
|
"name": "BizTalkServerApplicationSchema",
|
|
6268
6341
|
"description": "BizTalk server application inventory json file",
|
|
6269
6342
|
"fileMatch": ["BizTalkServerInventory.json"],
|
|
6270
|
-
"url": "https://
|
|
6343
|
+
"url": "https://www.schemastore.org/BizTalkServerApplicationSchema.json"
|
|
6271
6344
|
},
|
|
6272
6345
|
{
|
|
6273
6346
|
"name": "httpmockrc",
|
|
6274
6347
|
"description": "Http-mocker is a tool for mock local requests or proxy remote requests",
|
|
6275
6348
|
"fileMatch": [".httpmockrc", ".httpmock.json"],
|
|
6276
|
-
"url": "https://
|
|
6349
|
+
"url": "https://www.schemastore.org/httpmockrc.json"
|
|
6277
6350
|
},
|
|
6278
6351
|
{
|
|
6279
6352
|
"name": "nitro.json",
|
|
@@ -6304,7 +6377,7 @@
|
|
|
6304
6377
|
"name": "zuul",
|
|
6305
6378
|
"description": "Zuul CI configuration file",
|
|
6306
6379
|
"fileMatch": ["**/*zuul.d/*.yaml", ".zuul.yaml"],
|
|
6307
|
-
"url": "https://
|
|
6380
|
+
"url": "https://www.schemastore.org/zuul.json"
|
|
6308
6381
|
},
|
|
6309
6382
|
{
|
|
6310
6383
|
"name": "Briefcase",
|
|
@@ -6322,7 +6395,7 @@
|
|
|
6322
6395
|
"name": "jsdoc",
|
|
6323
6396
|
"description": "JSDoc configuration file",
|
|
6324
6397
|
"fileMatch": ["conf.json", "jsdoc.json"],
|
|
6325
|
-
"url": "https://
|
|
6398
|
+
"url": "https://www.schemastore.org/jsdoc-1.0.0.json"
|
|
6326
6399
|
},
|
|
6327
6400
|
{
|
|
6328
6401
|
"name": "Ray",
|
|
@@ -6351,7 +6424,7 @@
|
|
|
6351
6424
|
"name": "helmfile",
|
|
6352
6425
|
"description": "Helmfile is a declarative spec for deploying helm charts",
|
|
6353
6426
|
"fileMatch": ["helmfile.yaml", "**/helmfile.d/**/*.yaml"],
|
|
6354
|
-
"url": "https://
|
|
6427
|
+
"url": "https://www.schemastore.org/helmfile.json"
|
|
6355
6428
|
},
|
|
6356
6429
|
{
|
|
6357
6430
|
"name": "helmwave",
|
|
@@ -6363,7 +6436,7 @@
|
|
|
6363
6436
|
"name": "Container Structure Test",
|
|
6364
6437
|
"description": "The Container Structure Tests provide a powerful framework to validate the structure of a container image",
|
|
6365
6438
|
"fileMatch": ["container-structure-test.yaml", "structure-test.yaml"],
|
|
6366
|
-
"url": "https://
|
|
6439
|
+
"url": "https://www.schemastore.org/container-structure-test.json"
|
|
6367
6440
|
},
|
|
6368
6441
|
{
|
|
6369
6442
|
"name": "Žinoma",
|
|
@@ -6375,17 +6448,17 @@
|
|
|
6375
6448
|
"name": "Windows Package Manager Singleton Manifest",
|
|
6376
6449
|
"description": "Windows Package Manager Singleton Manifest file",
|
|
6377
6450
|
"fileMatch": ["**/manifests/?/*/*/*/*.*.yaml"],
|
|
6378
|
-
"url": "https://
|
|
6451
|
+
"url": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json",
|
|
6379
6452
|
"versions": {
|
|
6380
|
-
"0.1": "https://
|
|
6381
|
-
"1.0.0": "https://
|
|
6453
|
+
"0.1": "https://www.schemastore.org/winget-pkgs-singleton-0.1.json",
|
|
6454
|
+
"1.0.0": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json"
|
|
6382
6455
|
}
|
|
6383
6456
|
},
|
|
6384
6457
|
{
|
|
6385
6458
|
"name": "Windows Package Manager Installer Manifest",
|
|
6386
6459
|
"description": "Windows Package Manager Installer Manifest file, used for detailing installer specific metadata",
|
|
6387
6460
|
"fileMatch": ["**/manifests/?/*/*/*/*.*.installer.yaml"],
|
|
6388
|
-
"url": "https://
|
|
6461
|
+
"url": "https://www.schemastore.org/winget-pkgs-installer-1.0.0.json"
|
|
6389
6462
|
},
|
|
6390
6463
|
{
|
|
6391
6464
|
"name": "Windows Package Manager Locale Manifest",
|
|
@@ -6401,12 +6474,12 @@
|
|
|
6401
6474
|
"**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
|
|
6402
6475
|
"**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
|
|
6403
6476
|
],
|
|
6404
|
-
"url": "https://
|
|
6477
|
+
"url": "https://www.schemastore.org/winget-pkgs-locale-1.0.0.json"
|
|
6405
6478
|
},
|
|
6406
6479
|
{
|
|
6407
6480
|
"name": "Winutil",
|
|
6408
6481
|
"description": "Configuration for files in \"ChrisTitusTech/winutil\"",
|
|
6409
|
-
"url": "https://
|
|
6482
|
+
"url": "https://www.schemastore.org/winutil-presets.json"
|
|
6410
6483
|
},
|
|
6411
6484
|
{
|
|
6412
6485
|
"name": "commitlint (.commitlintrc)",
|
|
@@ -6417,7 +6490,7 @@
|
|
|
6417
6490
|
".commitlintrc.yaml",
|
|
6418
6491
|
".commitlintrc.yml"
|
|
6419
6492
|
],
|
|
6420
|
-
"url": "https://
|
|
6493
|
+
"url": "https://www.schemastore.org/commitlintrc.json"
|
|
6421
6494
|
},
|
|
6422
6495
|
{
|
|
6423
6496
|
"name": "Uniswap Token List",
|
|
@@ -6429,7 +6502,7 @@
|
|
|
6429
6502
|
"name": "yamllint",
|
|
6430
6503
|
"description": "yamllint uses a set of rules to check source files for problems",
|
|
6431
6504
|
"fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
|
|
6432
|
-
"url": "https://
|
|
6505
|
+
"url": "https://www.schemastore.org/yamllint.json"
|
|
6433
6506
|
},
|
|
6434
6507
|
{
|
|
6435
6508
|
"name": "Yippee-Ki-JSON configuration YML",
|
|
@@ -6460,39 +6533,39 @@
|
|
|
6460
6533
|
"name": "devinit",
|
|
6461
6534
|
"description": "Devinit configuration file",
|
|
6462
6535
|
"fileMatch": ["devinit.json", ".devinit.json"],
|
|
6463
|
-
"url": "https://
|
|
6536
|
+
"url": "https://www.schemastore.org/devinit.schema-6.0.json",
|
|
6464
6537
|
"versions": {
|
|
6465
|
-
"1.0": "https://
|
|
6466
|
-
"2.0": "https://
|
|
6467
|
-
"3.0": "https://
|
|
6468
|
-
"4.0": "https://
|
|
6469
|
-
"5.0": "https://
|
|
6470
|
-
"6.0": "https://
|
|
6538
|
+
"1.0": "https://www.schemastore.org/devinit.schema-1.0.json",
|
|
6539
|
+
"2.0": "https://www.schemastore.org/devinit.schema-2.0.json",
|
|
6540
|
+
"3.0": "https://www.schemastore.org/devinit.schema-3.0.json",
|
|
6541
|
+
"4.0": "https://www.schemastore.org/devinit.schema-4.0.json",
|
|
6542
|
+
"5.0": "https://www.schemastore.org/devinit.schema-5.0.json",
|
|
6543
|
+
"6.0": "https://www.schemastore.org/devinit.schema-6.0.json"
|
|
6471
6544
|
}
|
|
6472
6545
|
},
|
|
6473
6546
|
{
|
|
6474
6547
|
"name": "djlint",
|
|
6475
6548
|
"description": "djLint configuration file",
|
|
6476
6549
|
"fileMatch": [".djlintrc"],
|
|
6477
|
-
"url": "https://
|
|
6550
|
+
"url": "https://www.schemastore.org/djlint.json"
|
|
6478
6551
|
},
|
|
6479
6552
|
{
|
|
6480
6553
|
"name": "tsoa",
|
|
6481
6554
|
"description": "the tsoa configuration file",
|
|
6482
6555
|
"fileMatch": ["**/tsoa.json"],
|
|
6483
|
-
"url": "https://
|
|
6556
|
+
"url": "https://www.schemastore.org/tsoa.json"
|
|
6484
6557
|
},
|
|
6485
6558
|
{
|
|
6486
6559
|
"name": "API Builder",
|
|
6487
6560
|
"description": "apibuilder.io",
|
|
6488
6561
|
"fileMatch": ["**/api.json"],
|
|
6489
|
-
"url": "https://
|
|
6562
|
+
"url": "https://www.schemastore.org/apibuilder.json"
|
|
6490
6563
|
},
|
|
6491
6564
|
{
|
|
6492
6565
|
"name": "Gradle Enterprise",
|
|
6493
6566
|
"description": "Gradle Enterprise configuration",
|
|
6494
6567
|
"fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
|
|
6495
|
-
"url": "https://docs.gradle.com/
|
|
6568
|
+
"url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
|
|
6496
6569
|
"versions": {
|
|
6497
6570
|
"1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
|
|
6498
6571
|
"2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
|
|
@@ -6504,7 +6577,8 @@
|
|
|
6504
6577
|
"8.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-8.json",
|
|
6505
6578
|
"9.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-9.json",
|
|
6506
6579
|
"10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
|
|
6507
|
-
"11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json"
|
|
6580
|
+
"11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json",
|
|
6581
|
+
"12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json"
|
|
6508
6582
|
}
|
|
6509
6583
|
},
|
|
6510
6584
|
{
|
|
@@ -6533,13 +6607,13 @@
|
|
|
6533
6607
|
"name": "Better Code Hub",
|
|
6534
6608
|
"description": "Configuration file for Better Code Hub to override the default configuration",
|
|
6535
6609
|
"fileMatch": [".bettercodehub.yml"],
|
|
6536
|
-
"url": "https://
|
|
6610
|
+
"url": "https://www.schemastore.org/bettercodehub.json"
|
|
6537
6611
|
},
|
|
6538
6612
|
{
|
|
6539
6613
|
"name": "Starlake Data Pipeline",
|
|
6540
6614
|
"description": "Starlake Data Pipeline",
|
|
6541
6615
|
"fileMatch": ["*.sl.yml"],
|
|
6542
|
-
"url": "https://
|
|
6616
|
+
"url": "https://www.schemastore.org/starlake.json"
|
|
6543
6617
|
},
|
|
6544
6618
|
{
|
|
6545
6619
|
"name": "swcrc",
|
|
@@ -6551,19 +6625,19 @@
|
|
|
6551
6625
|
"name": "OpenWeather Road Risk API",
|
|
6552
6626
|
"description": "OpenWeather Road Risk API responses",
|
|
6553
6627
|
"fileMatch": [],
|
|
6554
|
-
"url": "https://
|
|
6628
|
+
"url": "https://www.schemastore.org/openweather.roadrisk.json"
|
|
6555
6629
|
},
|
|
6556
6630
|
{
|
|
6557
6631
|
"name": "OpenWeather Current Weather API",
|
|
6558
6632
|
"description": "OpenWeather Current Weather API responses",
|
|
6559
6633
|
"fileMatch": [],
|
|
6560
|
-
"url": "https://
|
|
6634
|
+
"url": "https://www.schemastore.org/openweather.current.json"
|
|
6561
6635
|
},
|
|
6562
6636
|
{
|
|
6563
6637
|
"name": "JSON-e templates",
|
|
6564
6638
|
"description": "JSON-e templates",
|
|
6565
6639
|
"fileMatch": [],
|
|
6566
|
-
"url": "https://
|
|
6640
|
+
"url": "https://www.schemastore.org/jsone.json"
|
|
6567
6641
|
},
|
|
6568
6642
|
{
|
|
6569
6643
|
"name": "Taskfile config",
|
|
@@ -6591,7 +6665,7 @@
|
|
|
6591
6665
|
"*.hammerkit.yaml",
|
|
6592
6666
|
"*.hammerkit.yml"
|
|
6593
6667
|
],
|
|
6594
|
-
"url": "https://
|
|
6668
|
+
"url": "https://www.schemastore.org/hammerkit.json"
|
|
6595
6669
|
},
|
|
6596
6670
|
{
|
|
6597
6671
|
"name": "Containerlab",
|
|
@@ -6631,10 +6705,10 @@
|
|
|
6631
6705
|
"**/db/changelog/**/*.yml",
|
|
6632
6706
|
"**/db/changelog/**/*.json"
|
|
6633
6707
|
],
|
|
6634
|
-
"url": "https://
|
|
6708
|
+
"url": "https://www.schemastore.org/liquibase-3.2.json",
|
|
6635
6709
|
"versions": {
|
|
6636
|
-
"1.0": "https://
|
|
6637
|
-
"3.2": "https://
|
|
6710
|
+
"1.0": "https://www.schemastore.org/liquibase.json",
|
|
6711
|
+
"3.2": "https://www.schemastore.org/liquibase-3.2.json"
|
|
6638
6712
|
}
|
|
6639
6713
|
},
|
|
6640
6714
|
{
|
|
@@ -6720,7 +6794,15 @@
|
|
|
6720
6794
|
"v4beta2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta2.json",
|
|
6721
6795
|
"v4beta3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta3.json",
|
|
6722
6796
|
"v4beta4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta4.json",
|
|
6723
|
-
"v4beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta5.json"
|
|
6797
|
+
"v4beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta5.json",
|
|
6798
|
+
"v4beta6": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta6.json",
|
|
6799
|
+
"v4beta7": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta7.json",
|
|
6800
|
+
"v4beta8": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta8.json",
|
|
6801
|
+
"v4beta9": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta9.json",
|
|
6802
|
+
"v4beta10": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta10.json",
|
|
6803
|
+
"v4beta11": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta11.json",
|
|
6804
|
+
"v4beta12": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta12.json",
|
|
6805
|
+
"v4beta13": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/main/docs-v2/content/en/schemas/v4beta13.json"
|
|
6724
6806
|
}
|
|
6725
6807
|
},
|
|
6726
6808
|
{
|
|
@@ -6739,13 +6821,13 @@
|
|
|
6739
6821
|
"name": "markdown-link-check",
|
|
6740
6822
|
"description": "markdown-link-check",
|
|
6741
6823
|
"fileMatch": [".markdown-link-check.json"],
|
|
6742
|
-
"url": "https://
|
|
6824
|
+
"url": "https://www.schemastore.org/markdown-link-check.json"
|
|
6743
6825
|
},
|
|
6744
6826
|
{
|
|
6745
6827
|
"name": "maturin",
|
|
6746
6828
|
"description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages",
|
|
6747
6829
|
"fileMatch": ["maturin.toml"],
|
|
6748
|
-
"url": "https://
|
|
6830
|
+
"url": "https://www.schemastore.org/maturin.json"
|
|
6749
6831
|
},
|
|
6750
6832
|
{
|
|
6751
6833
|
"name": "Mason Registry",
|
|
@@ -6792,10 +6874,10 @@
|
|
|
6792
6874
|
"name": "mboats",
|
|
6793
6875
|
"description": "MBOATS Configuration",
|
|
6794
6876
|
"fileMatch": ["*.mboats.yaml", "*.mboats.yml"],
|
|
6795
|
-
"url": "https://
|
|
6877
|
+
"url": "https://www.schemastore.org/mboats-config-0.2.json",
|
|
6796
6878
|
"versions": {
|
|
6797
|
-
"0.1": "https://
|
|
6798
|
-
"0.2": "https://
|
|
6879
|
+
"0.1": "https://www.schemastore.org/mboats-config-0.1.json",
|
|
6880
|
+
"0.2": "https://www.schemastore.org/mboats-config-0.2.json"
|
|
6799
6881
|
}
|
|
6800
6882
|
},
|
|
6801
6883
|
{
|
|
@@ -6856,7 +6938,7 @@
|
|
|
6856
6938
|
"name": "Qodana",
|
|
6857
6939
|
"description": "A standard qodana.yaml (or qodana.yml) format for Qodana configuration. Documentation: https://jetbrains.com/qodana",
|
|
6858
6940
|
"fileMatch": ["qodana.yaml", "qodana.yml"],
|
|
6859
|
-
"url": "https://
|
|
6941
|
+
"url": "https://www.schemastore.org/qodana-1.0.json"
|
|
6860
6942
|
},
|
|
6861
6943
|
{
|
|
6862
6944
|
"name": "Tye",
|
|
@@ -6868,19 +6950,19 @@
|
|
|
6868
6950
|
"name": "unist",
|
|
6869
6951
|
"description": "unist syntax trees",
|
|
6870
6952
|
"fileMatch": [],
|
|
6871
|
-
"url": "https://
|
|
6953
|
+
"url": "https://www.schemastore.org/unist.json"
|
|
6872
6954
|
},
|
|
6873
6955
|
{
|
|
6874
6956
|
"name": "Hugo Theme",
|
|
6875
6957
|
"description": "Hugo theme config file",
|
|
6876
6958
|
"fileMatch": [],
|
|
6877
|
-
"url": "https://
|
|
6959
|
+
"url": "https://www.schemastore.org/hugo-theme.json"
|
|
6878
6960
|
},
|
|
6879
6961
|
{
|
|
6880
6962
|
"name": "Hugo",
|
|
6881
6963
|
"description": "Hugo static site generator config file",
|
|
6882
6964
|
"fileMatch": ["hugo.toml", "hugo.json", "hugo.yaml"],
|
|
6883
|
-
"url": "https://
|
|
6965
|
+
"url": "https://www.schemastore.org/hugo.json"
|
|
6884
6966
|
},
|
|
6885
6967
|
{
|
|
6886
6968
|
"name": "Cheatsheets",
|
|
@@ -6890,7 +6972,7 @@
|
|
|
6890
6972
|
"**/cheat/conf.yml",
|
|
6891
6973
|
"**/.cheat/conf.yml"
|
|
6892
6974
|
],
|
|
6893
|
-
"url": "https://
|
|
6975
|
+
"url": "https://www.schemastore.org/cheatsheets.json"
|
|
6894
6976
|
},
|
|
6895
6977
|
{
|
|
6896
6978
|
"name": "deployed-cli",
|
|
@@ -6901,7 +6983,7 @@
|
|
|
6901
6983
|
".deployed.yaml",
|
|
6902
6984
|
".deployed.yml"
|
|
6903
6985
|
],
|
|
6904
|
-
"url": "https://
|
|
6986
|
+
"url": "https://www.schemastore.org/deployed.json"
|
|
6905
6987
|
},
|
|
6906
6988
|
{
|
|
6907
6989
|
"name": "Xstate Machine",
|
|
@@ -6948,7 +7030,7 @@
|
|
|
6948
7030
|
"name": "clang-format (.clang-format)",
|
|
6949
7031
|
"description": "yaml clang-format config",
|
|
6950
7032
|
"fileMatch": [".clang-format"],
|
|
6951
|
-
"url": "https://
|
|
7033
|
+
"url": "https://www.schemastore.org/clang-format.json"
|
|
6952
7034
|
},
|
|
6953
7035
|
{
|
|
6954
7036
|
"name": "Estuary Flow Catalog",
|
|
@@ -7022,7 +7104,7 @@
|
|
|
7022
7104
|
"name": "AVA Configuration",
|
|
7023
7105
|
"description": "configuring AVA, the Node.js test runner",
|
|
7024
7106
|
"fileMatch": ["ava.config.json"],
|
|
7025
|
-
"url": "https://
|
|
7107
|
+
"url": "https://www.schemastore.org/ava.json"
|
|
7026
7108
|
},
|
|
7027
7109
|
{
|
|
7028
7110
|
"name": "Datahub Ingestion Recipe",
|
|
@@ -7040,19 +7122,19 @@
|
|
|
7040
7122
|
"name": "jscpd Configuration",
|
|
7041
7123
|
"description": "Copy/paste detector for programming source code",
|
|
7042
7124
|
"fileMatch": [".jscpd.json"],
|
|
7043
|
-
"url": "https://
|
|
7125
|
+
"url": "https://www.schemastore.org/jscpd.json"
|
|
7044
7126
|
},
|
|
7045
7127
|
{
|
|
7046
7128
|
"name": "Pterodactyl",
|
|
7047
7129
|
"description": "Pterodactyl, a free game server control panel",
|
|
7048
7130
|
"fileMatch": ["egg-*.json"],
|
|
7049
|
-
"url": "https://
|
|
7131
|
+
"url": "https://www.schemastore.org/pterodactyl.json"
|
|
7050
7132
|
},
|
|
7051
7133
|
{
|
|
7052
7134
|
"name": "Hardware Sentry Configuration",
|
|
7053
7135
|
"description": "Hardware Sentry configuration file",
|
|
7054
7136
|
"fileMatch": ["*hws-config*.yaml", "*hws-config*.yml"],
|
|
7055
|
-
"url": "https://
|
|
7137
|
+
"url": "https://www.schemastore.org/hws-config.json"
|
|
7056
7138
|
},
|
|
7057
7139
|
{
|
|
7058
7140
|
"name": "devspace.yaml",
|
|
@@ -7064,46 +7146,46 @@
|
|
|
7064
7146
|
"name": "Monika Configuration",
|
|
7065
7147
|
"description": "Monika configuration file",
|
|
7066
7148
|
"fileMatch": ["*monika*.yaml", "*monika*.yml", "monika.json"],
|
|
7067
|
-
"url": "https://
|
|
7149
|
+
"url": "https://www.schemastore.org/monika-config-schema.json"
|
|
7068
7150
|
},
|
|
7069
7151
|
{
|
|
7070
7152
|
"name": "Istanbul",
|
|
7071
7153
|
"description": "Istanbul, a JavaScript code coverage tool",
|
|
7072
7154
|
"fileMatch": [".nycrc", ".nycrc.json", ".nycrc.yaml", ".nycrc.yml"],
|
|
7073
|
-
"url": "https://
|
|
7155
|
+
"url": "https://www.schemastore.org/nycrc.json"
|
|
7074
7156
|
},
|
|
7075
7157
|
{
|
|
7076
7158
|
"name": "MongoDB Atlas Search Index Definition",
|
|
7077
7159
|
"description": "MongoDB Atlas Search index",
|
|
7078
7160
|
"fileMatch": ["*-index.json"],
|
|
7079
|
-
"url": "https://
|
|
7161
|
+
"url": "https://www.schemastore.org/mongodb-atlas-search-index-definition.json"
|
|
7080
7162
|
},
|
|
7081
7163
|
{
|
|
7082
7164
|
"name": "KODE/CI build.yaml",
|
|
7083
7165
|
"description": "yaml kode/ci build",
|
|
7084
7166
|
"fileMatch": ["**/.kode/*.yaml"],
|
|
7085
|
-
"url": "https://
|
|
7167
|
+
"url": "https://www.schemastore.org/kode-ci-build-1.0.0.json"
|
|
7086
7168
|
},
|
|
7087
7169
|
{
|
|
7088
7170
|
"name": "Kong DBLess config",
|
|
7089
7171
|
"description": "dbless configuration YAML",
|
|
7090
7172
|
"fileMatch": ["kong.yaml", "kong.yml"],
|
|
7091
|
-
"url": "https://
|
|
7173
|
+
"url": "https://www.schemastore.org/kong_json_schema.json"
|
|
7092
7174
|
},
|
|
7093
7175
|
{
|
|
7094
7176
|
"name": "Embrace Config",
|
|
7095
7177
|
"description": "Embrace configuration file",
|
|
7096
7178
|
"fileMatch": ["embrace-config.json"],
|
|
7097
|
-
"url": "https://
|
|
7179
|
+
"url": "https://www.schemastore.org/embrace-config-schema-1.0.0.json"
|
|
7098
7180
|
},
|
|
7099
7181
|
{
|
|
7100
7182
|
"name": "petstore-v1.0",
|
|
7101
7183
|
"description": "petstore yaml validation",
|
|
7102
7184
|
"fileMatch": ["petstore-v1.0.json"],
|
|
7103
|
-
"url": "https://
|
|
7185
|
+
"url": "https://www.schemastore.org/petstore-v1.0.json",
|
|
7104
7186
|
"versions": {
|
|
7105
|
-
"1.0": "https://
|
|
7106
|
-
"0.2": "https://
|
|
7187
|
+
"1.0": "https://www.schemastore.org/petstore-v1.0.json",
|
|
7188
|
+
"0.2": "https://www.schemastore.org/mboats-config-0.2.json"
|
|
7107
7189
|
}
|
|
7108
7190
|
},
|
|
7109
7191
|
{
|
|
@@ -7113,19 +7195,19 @@
|
|
|
7113
7195
|
"**/.jfrog-pipelines/**/*.yml",
|
|
7114
7196
|
"**/.jfrog-pipelines/**/*.yaml"
|
|
7115
7197
|
],
|
|
7116
|
-
"url": "https://
|
|
7198
|
+
"url": "https://www.schemastore.org/jfrog-pipelines.json"
|
|
7117
7199
|
},
|
|
7118
7200
|
{
|
|
7119
7201
|
"name": "Safebox Config",
|
|
7120
7202
|
"description": "Documentation: https://github.com/monebag/safebox",
|
|
7121
7203
|
"fileMatch": ["*safebox*.yaml", "*safebox*.yml"],
|
|
7122
|
-
"url": "https://
|
|
7204
|
+
"url": "https://www.schemastore.org/safebox-schema-v1.0.0.json"
|
|
7123
7205
|
},
|
|
7124
7206
|
{
|
|
7125
7207
|
"name": "Sublime Syntax",
|
|
7126
7208
|
"description": "Sublime Text/Merge syntax highlighting definition",
|
|
7127
7209
|
"fileMatch": ["*.sublime-syntax"],
|
|
7128
|
-
"url": "https://
|
|
7210
|
+
"url": "https://www.schemastore.org/sublime-syntax.json"
|
|
7129
7211
|
},
|
|
7130
7212
|
{
|
|
7131
7213
|
"name": "Keycloak REST API",
|
|
@@ -7158,9 +7240,9 @@
|
|
|
7158
7240
|
"name": "QueryFirst config file",
|
|
7159
7241
|
"description": "Config options for QueryFirst, SQL wrapper generator",
|
|
7160
7242
|
"fileMatch": ["qfconfig.json"],
|
|
7161
|
-
"url": "https://
|
|
7243
|
+
"url": "https://www.schemastore.org/qfconfig.json",
|
|
7162
7244
|
"versions": {
|
|
7163
|
-
"1.0": "https://
|
|
7245
|
+
"1.0": "https://www.schemastore.org/qfconfig.json"
|
|
7164
7246
|
}
|
|
7165
7247
|
},
|
|
7166
7248
|
{
|
|
@@ -7173,43 +7255,43 @@
|
|
|
7173
7255
|
"name": "Unreal Engine Uplugin",
|
|
7174
7256
|
"description": "Unreal Engine plugin configuration file",
|
|
7175
7257
|
"fileMatch": [".uplugin"],
|
|
7176
|
-
"url": "https://
|
|
7258
|
+
"url": "https://www.schemastore.org/uplugin.json"
|
|
7177
7259
|
},
|
|
7178
7260
|
{
|
|
7179
7261
|
"name": "Unreal Engine Uproject",
|
|
7180
7262
|
"description": "Unreal Engine project configuration file",
|
|
7181
7263
|
"fileMatch": [".uproject"],
|
|
7182
|
-
"url": "https://
|
|
7264
|
+
"url": "https://www.schemastore.org/uproject.json"
|
|
7183
7265
|
},
|
|
7184
7266
|
{
|
|
7185
7267
|
"name": "Pantsbuild",
|
|
7186
7268
|
"description": "Pantsbuild configuration file",
|
|
7187
7269
|
"fileMatch": ["pants*.toml"],
|
|
7188
|
-
"url": "https://
|
|
7270
|
+
"url": "https://www.schemastore.org/pantsbuild-2.26.0.json",
|
|
7189
7271
|
"versions": {
|
|
7190
|
-
"2.14.0": "https://
|
|
7191
|
-
"2.15.0": "https://
|
|
7192
|
-
"2.16.0": "https://
|
|
7193
|
-
"2.17.0": "https://
|
|
7194
|
-
"2.18.0": "https://
|
|
7195
|
-
"2.19.0": "https://
|
|
7196
|
-
"2.20.0": "https://
|
|
7197
|
-
"2.21.0": "https://
|
|
7198
|
-
"2.24.0": "https://
|
|
7199
|
-
"2.26.0": "https://
|
|
7272
|
+
"2.14.0": "https://www.schemastore.org/pantsbuild-2.14.0.json",
|
|
7273
|
+
"2.15.0": "https://www.schemastore.org/pantsbuild-2.15.0.json",
|
|
7274
|
+
"2.16.0": "https://www.schemastore.org/pantsbuild-2.16.0.json",
|
|
7275
|
+
"2.17.0": "https://www.schemastore.org/pantsbuild-2.17.0.json",
|
|
7276
|
+
"2.18.0": "https://www.schemastore.org/pantsbuild-2.18.0.json",
|
|
7277
|
+
"2.19.0": "https://www.schemastore.org/pantsbuild-2.19.0.json",
|
|
7278
|
+
"2.20.0": "https://www.schemastore.org/pantsbuild-2.20.0.json",
|
|
7279
|
+
"2.21.0": "https://www.schemastore.org/pantsbuild-2.21.0.json",
|
|
7280
|
+
"2.24.0": "https://www.schemastore.org/pantsbuild-2.24.0.json",
|
|
7281
|
+
"2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json"
|
|
7200
7282
|
}
|
|
7201
7283
|
},
|
|
7202
7284
|
{
|
|
7203
7285
|
"name": "All Contributors configuration file",
|
|
7204
7286
|
"description": "The configuration file used by the All Contributors CLI and GitHub bot",
|
|
7205
7287
|
"fileMatch": [".all-contributorsrc"],
|
|
7206
|
-
"url": "https://
|
|
7288
|
+
"url": "https://www.schemastore.org/all-contributors.json"
|
|
7207
7289
|
},
|
|
7208
7290
|
{
|
|
7209
7291
|
"name": "ES6 Import Sorter (.es6importsorterrc.json)",
|
|
7210
7292
|
"description": "The configuration file used for ES6 Import Sorter, a VSCode extension",
|
|
7211
7293
|
"fileMatch": [".es6importsorterrc.json"],
|
|
7212
|
-
"url": "https://
|
|
7294
|
+
"url": "https://www.schemastore.org/es6importsorterrc.json"
|
|
7213
7295
|
},
|
|
7214
7296
|
{
|
|
7215
7297
|
"name": "completely.yml",
|
|
@@ -7245,7 +7327,7 @@
|
|
|
7245
7327
|
"name": "bpkg",
|
|
7246
7328
|
"description": "A lightweight Bash package manager",
|
|
7247
7329
|
"fileMatch": ["bpkg.json"],
|
|
7248
|
-
"url": "https://
|
|
7330
|
+
"url": "https://www.schemastore.org/bpkg.json"
|
|
7249
7331
|
},
|
|
7250
7332
|
{
|
|
7251
7333
|
"name": "micro-settings.json",
|
|
@@ -7263,7 +7345,7 @@
|
|
|
7263
7345
|
"name": "AutoAPICase",
|
|
7264
7346
|
"description": "auto api case",
|
|
7265
7347
|
"fileMatch": ["**/test_data/**/*.yml"],
|
|
7266
|
-
"url": "https://
|
|
7348
|
+
"url": "https://www.schemastore.org/case_schema.json"
|
|
7267
7349
|
},
|
|
7268
7350
|
{
|
|
7269
7351
|
"name": "secrethub.yml",
|
|
@@ -7275,13 +7357,13 @@
|
|
|
7275
7357
|
"name": "Dynamic Bash Aliases (.aliases)",
|
|
7276
7358
|
"description": "Dynamic Bash aliases",
|
|
7277
7359
|
"fileMatch": [".aliases"],
|
|
7278
|
-
"url": "https://
|
|
7360
|
+
"url": "https://www.schemastore.org/aliases.json"
|
|
7279
7361
|
},
|
|
7280
7362
|
{
|
|
7281
7363
|
"name": "Micro Editor Syntax",
|
|
7282
7364
|
"description": "Micro Editor syntaxes",
|
|
7283
7365
|
"fileMatch": ["**/micro/runtime/syntax/*.yaml"],
|
|
7284
|
-
"url": "https://
|
|
7366
|
+
"url": "https://www.schemastore.org/micro-syntax.json"
|
|
7285
7367
|
},
|
|
7286
7368
|
{
|
|
7287
7369
|
"name": "lazygit",
|
|
@@ -7293,7 +7375,7 @@
|
|
|
7293
7375
|
"name": "lazydocker",
|
|
7294
7376
|
"description": "lazydocker settings",
|
|
7295
7377
|
"fileMatch": ["**/lazydocker/config.yml"],
|
|
7296
|
-
"url": "https://
|
|
7378
|
+
"url": "https://www.schemastore.org/lazydocker.json"
|
|
7297
7379
|
},
|
|
7298
7380
|
{
|
|
7299
7381
|
"name": "custom-elements.json",
|
|
@@ -7305,19 +7387,19 @@
|
|
|
7305
7387
|
"name": "warp-keysets.json",
|
|
7306
7388
|
"description": "Warp keyboard shortcut presets",
|
|
7307
7389
|
"fileMatch": ["**/.warp/keybindings.yaml"],
|
|
7308
|
-
"url": "https://
|
|
7390
|
+
"url": "https://www.schemastore.org/warp-keysets.json"
|
|
7309
7391
|
},
|
|
7310
7392
|
{
|
|
7311
7393
|
"name": "warp-themes.json",
|
|
7312
7394
|
"description": "Warp themes",
|
|
7313
7395
|
"fileMatch": ["**/.warp/themes/*.yaml"],
|
|
7314
|
-
"url": "https://
|
|
7396
|
+
"url": "https://www.schemastore.org/warp-themes.json"
|
|
7315
7397
|
},
|
|
7316
7398
|
{
|
|
7317
7399
|
"name": "warp-workflows.json",
|
|
7318
7400
|
"description": "Warp workflows",
|
|
7319
7401
|
"fileMatch": ["**/.warp/workflows/*.yaml"],
|
|
7320
|
-
"url": "https://
|
|
7402
|
+
"url": "https://www.schemastore.org/warp-workflows.json"
|
|
7321
7403
|
},
|
|
7322
7404
|
{
|
|
7323
7405
|
"name": "Goblet",
|
|
@@ -7329,17 +7411,17 @@
|
|
|
7329
7411
|
"name": "Databricks Asset Bundles",
|
|
7330
7412
|
"description": "Databricks Asset Bundles config",
|
|
7331
7413
|
"fileMatch": ["databricks.yml", "databricks.yaml"],
|
|
7332
|
-
"url": "https://
|
|
7414
|
+
"url": "https://www.schemastore.org/databricks-asset-bundles.json"
|
|
7333
7415
|
},
|
|
7334
7416
|
{
|
|
7335
7417
|
"name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
|
|
7336
7418
|
"description": "Meta-validation JSON Schema Draft 7 (unofficial with '$ref' and 'format')",
|
|
7337
|
-
"url": "https://
|
|
7419
|
+
"url": "https://www.schemastore.org/schema-draft-v4.json"
|
|
7338
7420
|
},
|
|
7339
7421
|
{
|
|
7340
7422
|
"name": "JSON Schema Draft 7 (unofficial strict)",
|
|
7341
7423
|
"description": "Meta-validation JSON Schema Draft 7 (unofficial strict)",
|
|
7342
|
-
"url": "https://
|
|
7424
|
+
"url": "https://www.schemastore.org/metaschema-draft-07-unofficial-strict.json"
|
|
7343
7425
|
},
|
|
7344
7426
|
{
|
|
7345
7427
|
"name": "Visivo",
|
|
@@ -7364,19 +7446,19 @@
|
|
|
7364
7446
|
"name": "TunnelHub",
|
|
7365
7447
|
"description": "TunnelHub Automation Configuration File",
|
|
7366
7448
|
"fileMatch": ["tunnelhub.yml", "tunnelhub.yaml"],
|
|
7367
|
-
"url": "https://
|
|
7449
|
+
"url": "https://www.schemastore.org/tunnelhub.json"
|
|
7368
7450
|
},
|
|
7369
7451
|
{
|
|
7370
7452
|
"name": "ty",
|
|
7371
7453
|
"description": "ty, a fast Python type checker",
|
|
7372
7454
|
"fileMatch": ["ty.toml"],
|
|
7373
|
-
"url": "https://
|
|
7455
|
+
"url": "https://www.schemastore.org/ty.json"
|
|
7374
7456
|
},
|
|
7375
7457
|
{
|
|
7376
7458
|
"name": "Problem object RFC9457",
|
|
7377
7459
|
"description": "Problem object per RFC 9457",
|
|
7378
7460
|
"fileMatch": [],
|
|
7379
|
-
"url": "https://
|
|
7461
|
+
"url": "https://www.schemastore.org/problem-object-rfc9457.json"
|
|
7380
7462
|
},
|
|
7381
7463
|
{
|
|
7382
7464
|
"name": "apko",
|
|
@@ -7408,7 +7490,7 @@
|
|
|
7408
7490
|
"name": "Minecraft Custom Main Menu Mod",
|
|
7409
7491
|
"description": "Minecraft 1.12 Forge mod 'Custom Main Menu' config",
|
|
7410
7492
|
"fileMatch": ["mainmenu.yml", "mainmenu.yaml", "mainmenu.json"],
|
|
7411
|
-
"url": "https://
|
|
7493
|
+
"url": "https://www.schemastore.org/minecraft-custom-main-menu-mod.json"
|
|
7412
7494
|
},
|
|
7413
7495
|
{
|
|
7414
7496
|
"name": "rivet.yaml (legacy)",
|
|
@@ -7437,21 +7519,21 @@
|
|
|
7437
7519
|
"name": "Rudder techniques",
|
|
7438
7520
|
"description": "Rudder techniques",
|
|
7439
7521
|
"fileMatch": ["technique.yml", "technique.ids.yml"],
|
|
7440
|
-
"url": "https://
|
|
7522
|
+
"url": "https://www.schemastore.org/rudder-techniques.json"
|
|
7441
7523
|
},
|
|
7442
7524
|
{
|
|
7443
7525
|
"name": "SkyPilot Task JSON",
|
|
7444
7526
|
"description": "SkyPilot Task JSON to specify a task (resource requirements, setup commands, run commands, file mounts, storage mounts, and so on)",
|
|
7445
7527
|
"fileMatch": ["skypilot-task.yml", "skypilot-task.yaml"],
|
|
7446
|
-
"url": "https://
|
|
7528
|
+
"url": "https://www.schemastore.org/skypilot-task.json"
|
|
7447
7529
|
},
|
|
7448
7530
|
{
|
|
7449
7531
|
"name": "Adobe UXP Manifest",
|
|
7450
7532
|
"description": "Plug-in manifest for Adobe's Unified Extensibility Platform",
|
|
7451
7533
|
"fileMatch": [],
|
|
7452
|
-
"url": "https://
|
|
7534
|
+
"url": "https://www.schemastore.org/uxp-manifest-5.json",
|
|
7453
7535
|
"versions": {
|
|
7454
|
-
"5": "https://
|
|
7536
|
+
"5": "https://www.schemastore.org/uxp-manifest-5.json"
|
|
7455
7537
|
}
|
|
7456
7538
|
},
|
|
7457
7539
|
{
|
|
@@ -7476,7 +7558,7 @@
|
|
|
7476
7558
|
"name": "GlazeWM settings",
|
|
7477
7559
|
"description": "GlazeWM settings",
|
|
7478
7560
|
"fileMatch": ["**/.glaze-wm/config.yaml"],
|
|
7479
|
-
"url": "https://
|
|
7561
|
+
"url": "https://www.schemastore.org/glazewm.json"
|
|
7480
7562
|
},
|
|
7481
7563
|
{
|
|
7482
7564
|
"name": "CGS Card Game Specification (cgs.json)",
|
|
@@ -7558,7 +7640,7 @@
|
|
|
7558
7640
|
"name": "Cloud Foundry Application Manifest",
|
|
7559
7641
|
"description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
|
|
7560
7642
|
"fileMatch": [],
|
|
7561
|
-
"url": "https://
|
|
7643
|
+
"url": "https://www.schemastore.org/cloudfoundry-application-manifest.json"
|
|
7562
7644
|
},
|
|
7563
7645
|
{
|
|
7564
7646
|
"name": ".omletrc",
|
|
@@ -7573,7 +7655,7 @@
|
|
|
7573
7655
|
"omletrc.yaml",
|
|
7574
7656
|
"omletrc.yml"
|
|
7575
7657
|
],
|
|
7576
|
-
"url": "https://
|
|
7658
|
+
"url": "https://www.schemastore.org/omletrc.json"
|
|
7577
7659
|
},
|
|
7578
7660
|
{
|
|
7579
7661
|
"name": "vcluster",
|
|
@@ -7625,19 +7707,19 @@
|
|
|
7625
7707
|
"name": "mprocs Configuration file",
|
|
7626
7708
|
"description": "mprocs (https://github.com/pvolok/mprocs) Configuration file using JSON/YAML",
|
|
7627
7709
|
"fileMatch": ["mprocs.json", "mprocs.yaml", "mprocs.yml"],
|
|
7628
|
-
"url": "https://
|
|
7710
|
+
"url": "https://www.schemastore.org/mprocs-0.6.4.json"
|
|
7629
7711
|
},
|
|
7630
7712
|
{
|
|
7631
7713
|
"name": "Language configuration",
|
|
7632
7714
|
"description": "Configuration file for language features in VS Code and Visual Studio",
|
|
7633
7715
|
"fileMatch": ["language-configuration.json"],
|
|
7634
|
-
"url": "https://
|
|
7716
|
+
"url": "https://www.schemastore.org/language-configuration.json"
|
|
7635
7717
|
},
|
|
7636
7718
|
{
|
|
7637
7719
|
"name": "Any",
|
|
7638
7720
|
"description": "Valid for any JSON file",
|
|
7639
7721
|
"fileMatch": [],
|
|
7640
|
-
"url": "https://
|
|
7722
|
+
"url": "https://www.schemastore.org/any.json"
|
|
7641
7723
|
},
|
|
7642
7724
|
{
|
|
7643
7725
|
"name": "Zerops.io config",
|
|
@@ -7736,31 +7818,31 @@
|
|
|
7736
7818
|
"name": "Elm",
|
|
7737
7819
|
"description": "elm.json file",
|
|
7738
7820
|
"fileMatch": ["elm.json"],
|
|
7739
|
-
"url": "https://
|
|
7821
|
+
"url": "https://www.schemastore.org/elm.json"
|
|
7740
7822
|
},
|
|
7741
7823
|
{
|
|
7742
7824
|
"name": "Cloud Run Spec v1",
|
|
7743
7825
|
"description": "Specification for Cloud Run Admin API v1",
|
|
7744
7826
|
"fileMatch": ["cloud-run-v1.yml", "cloud-run-v1.yaml"],
|
|
7745
|
-
"url": "https://
|
|
7827
|
+
"url": "https://www.schemastore.org/cloud-run-v1.json"
|
|
7746
7828
|
},
|
|
7747
7829
|
{
|
|
7748
7830
|
"name": "YouTrack App",
|
|
7749
7831
|
"description": "JetBrains YouTrack App manifest file",
|
|
7750
7832
|
"fileMatch": [],
|
|
7751
|
-
"url": "https://
|
|
7833
|
+
"url": "https://www.schemastore.org/youtrack-app.json"
|
|
7752
7834
|
},
|
|
7753
7835
|
{
|
|
7754
7836
|
"name": "Settings for a Cinnamon spice",
|
|
7755
7837
|
"description": "Settings for a Cinnamon spice",
|
|
7756
7838
|
"fileMatch": ["**/*@*/**/settings-schema.json"],
|
|
7757
|
-
"url": "https://
|
|
7839
|
+
"url": "https://www.schemastore.org/cinnamon-spice-settings.json"
|
|
7758
7840
|
},
|
|
7759
7841
|
{
|
|
7760
7842
|
"name": "Metadata for a Cinnamon spice",
|
|
7761
7843
|
"description": "Metadata for a Cinnamon spice",
|
|
7762
7844
|
"fileMatch": ["**/*@*/**/metadata.json"],
|
|
7763
|
-
"url": "https://
|
|
7845
|
+
"url": "https://www.schemastore.org/cinnamon-spice-metadata.json"
|
|
7764
7846
|
},
|
|
7765
7847
|
{
|
|
7766
7848
|
"name": "Yandex Workflow Language",
|
|
@@ -7772,13 +7854,13 @@
|
|
|
7772
7854
|
"name": "Application list for a WinUtil",
|
|
7773
7855
|
"description": "Application list for a WinUtil",
|
|
7774
7856
|
"fileMatch": ["**/*winutil*/config/applications.json"],
|
|
7775
|
-
"url": "https://
|
|
7857
|
+
"url": "https://www.schemastore.org/winutil-applications.json"
|
|
7776
7858
|
},
|
|
7777
7859
|
{
|
|
7778
7860
|
"name": "Preset list for a WinUtil",
|
|
7779
7861
|
"description": "Preset list for a WinUtil",
|
|
7780
7862
|
"fileMatch": ["**/*winutil*/config/preset.json"],
|
|
7781
|
-
"url": "https://
|
|
7863
|
+
"url": "https://www.schemastore.org/winutil-preset.json"
|
|
7782
7864
|
},
|
|
7783
7865
|
{
|
|
7784
7866
|
"name": "GitHub Actions typing",
|
|
@@ -7790,19 +7872,19 @@
|
|
|
7790
7872
|
"name": "Tab list for a LinUtil",
|
|
7791
7873
|
"description": "Tab list for a LinUtil",
|
|
7792
7874
|
"fileMatch": ["**/*linutil*/**/tabs.toml"],
|
|
7793
|
-
"url": "https://
|
|
7875
|
+
"url": "https://www.schemastore.org/linutil-tabs.json"
|
|
7794
7876
|
},
|
|
7795
7877
|
{
|
|
7796
7878
|
"name": "Tab data for a LinUtil",
|
|
7797
7879
|
"description": "Tab data for a LinUtil",
|
|
7798
7880
|
"fileMatch": ["**/*linutil*/**/tab_data.toml"],
|
|
7799
|
-
"url": "https://
|
|
7881
|
+
"url": "https://www.schemastore.org/linutil-tab-data.json"
|
|
7800
7882
|
},
|
|
7801
7883
|
{
|
|
7802
7884
|
"name": "ArchitectFX",
|
|
7803
7885
|
"description": "Grammar for ArchitectFX's trees",
|
|
7804
7886
|
"fileMatch": ["*.jdsl"],
|
|
7805
|
-
"url": "https://
|
|
7887
|
+
"url": "https://www.schemastore.org/architectfx.json"
|
|
7806
7888
|
},
|
|
7807
7889
|
{
|
|
7808
7890
|
"name": "Eidolon Resource",
|
|
@@ -7844,7 +7926,7 @@
|
|
|
7844
7926
|
"name": "WireMock stub mapping",
|
|
7845
7927
|
"description": "WireMock stub mapping JSON. See https://wiremock.org/docs/stubbing/",
|
|
7846
7928
|
"fileMatch": ["wiremock-stub-mapping.yml", "wiremock-stub-mapping.yaml"],
|
|
7847
|
-
"url": "https://
|
|
7929
|
+
"url": "https://www.schemastore.org/wiremock-stub-mapping.json"
|
|
7848
7930
|
},
|
|
7849
7931
|
{
|
|
7850
7932
|
"name": "Bitmovin Encoding Template",
|
|
@@ -7860,16 +7942,16 @@
|
|
|
7860
7942
|
"dtool-dataset.yaml",
|
|
7861
7943
|
"dtool-dataset.json"
|
|
7862
7944
|
],
|
|
7863
|
-
"url": "https://
|
|
7945
|
+
"url": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json",
|
|
7864
7946
|
"versions": {
|
|
7865
|
-
"v1.0": "https://
|
|
7947
|
+
"v1.0": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json"
|
|
7866
7948
|
}
|
|
7867
7949
|
},
|
|
7868
7950
|
{
|
|
7869
7951
|
"name": "pnpm Workspace (pnpm-workspace.yaml)",
|
|
7870
7952
|
"description": "Workspace file for pnpm",
|
|
7871
7953
|
"fileMatch": ["pnpm-workspace.yaml"],
|
|
7872
|
-
"url": "https://
|
|
7954
|
+
"url": "https://www.schemastore.org/pnpm-workspace.json"
|
|
7873
7955
|
},
|
|
7874
7956
|
{
|
|
7875
7957
|
"name": "Chamaleon template",
|
|
@@ -7893,13 +7975,13 @@
|
|
|
7893
7975
|
"name": "ctfd-setup configuration file",
|
|
7894
7976
|
"description": "CTFer.io ctfd-setup utility configuration file",
|
|
7895
7977
|
"fileMatch": [".ctfd.yaml"],
|
|
7896
|
-
"url": "https://
|
|
7978
|
+
"url": "https://www.schemastore.org/ctfd.json"
|
|
7897
7979
|
},
|
|
7898
7980
|
{
|
|
7899
7981
|
"name": "AMX Muse Program Descriptor",
|
|
7900
7982
|
"description": "A MUSE program descriptor file",
|
|
7901
7983
|
"fileMatch": [],
|
|
7902
|
-
"url": "https://
|
|
7984
|
+
"url": "https://www.schemastore.org/amx-muse.json"
|
|
7903
7985
|
},
|
|
7904
7986
|
{
|
|
7905
7987
|
"name": "DonateCaseBetterCasino menu",
|
|
@@ -7914,13 +7996,13 @@
|
|
|
7914
7996
|
"**/testdata/patient/patients.yml",
|
|
7915
7997
|
"**/testdata/patient/patients.yaml"
|
|
7916
7998
|
],
|
|
7917
|
-
"url": "https://
|
|
7999
|
+
"url": "https://www.schemastore.org/gematik-test-patients.json"
|
|
7918
8000
|
},
|
|
7919
8001
|
{
|
|
7920
8002
|
"name": "gematik health care provider list",
|
|
7921
8003
|
"description": "A list of health care providers in german telemedicine",
|
|
7922
8004
|
"fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
|
|
7923
|
-
"url": "https://
|
|
8005
|
+
"url": "https://www.schemastore.org/gematik-test-hcps.json"
|
|
7924
8006
|
},
|
|
7925
8007
|
{
|
|
7926
8008
|
"name": "gematik health care provider institution list",
|
|
@@ -7929,7 +8011,7 @@
|
|
|
7929
8011
|
"**/testdata/institution/hcpi.yml",
|
|
7930
8012
|
"**/testdata/institution/hcpi.yaml"
|
|
7931
8013
|
],
|
|
7932
|
-
"url": "https://
|
|
8014
|
+
"url": "https://www.schemastore.org/gematik-test-hcpis.json"
|
|
7933
8015
|
},
|
|
7934
8016
|
{
|
|
7935
8017
|
"name": "gematik health care insurance list",
|
|
@@ -7938,13 +8020,13 @@
|
|
|
7938
8020
|
"**/testdata/insurance/insurance.yml",
|
|
7939
8021
|
"**/testdata/insurance/insurance.yaml"
|
|
7940
8022
|
],
|
|
7941
|
-
"url": "https://
|
|
8023
|
+
"url": "https://www.schemastore.org/gematik-test-hcpis.json"
|
|
7942
8024
|
},
|
|
7943
8025
|
{
|
|
7944
8026
|
"name": "gematik tiger test environment configuration",
|
|
7945
8027
|
"description": "A configuration file for the test environment of the gematik Tiger test platform",
|
|
7946
8028
|
"fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
|
|
7947
|
-
"url": "https://
|
|
8029
|
+
"url": "https://www.schemastore.org/gematik-tiger.json"
|
|
7948
8030
|
},
|
|
7949
8031
|
{
|
|
7950
8032
|
"name": "Tugboat QA config.yml",
|
|
@@ -7974,7 +8056,7 @@
|
|
|
7974
8056
|
"name": "Unified Tenant Configuration Management (UTCM) Monitor",
|
|
7975
8057
|
"description": "Configuration file for the Unified Tenant Configuration Management (UTCM) Monitor",
|
|
7976
8058
|
"fileMatch": ["*.utcm-monitor.json"],
|
|
7977
|
-
"url": "https://
|
|
8059
|
+
"url": "https://www.schemastore.org/utcm-monitor.json"
|
|
7978
8060
|
},
|
|
7979
8061
|
{
|
|
7980
8062
|
"name": "Restate",
|
|
@@ -8059,16 +8141,16 @@
|
|
|
8059
8141
|
"name": "vtcfg",
|
|
8060
8142
|
"description": "Vector VT System Configuration",
|
|
8061
8143
|
"fileMatch": ["*.vtcfg"],
|
|
8062
|
-
"url": "https://
|
|
8144
|
+
"url": "https://www.schemastore.org/vtcfg-v19.0.0.json",
|
|
8063
8145
|
"versions": {
|
|
8064
|
-
"19.0.0": "https://
|
|
8146
|
+
"19.0.0": "https://www.schemastore.org/vtcfg-v19.0.0.json"
|
|
8065
8147
|
}
|
|
8066
8148
|
},
|
|
8067
8149
|
{
|
|
8068
8150
|
"name": "sake",
|
|
8069
8151
|
"description": "Configuration for Sake, Swift-based utility for managing project commands",
|
|
8070
8152
|
"fileMatch": [".sake.yml"],
|
|
8071
|
-
"url": "https://
|
|
8153
|
+
"url": "https://www.schemastore.org/sake.json"
|
|
8072
8154
|
},
|
|
8073
8155
|
{
|
|
8074
8156
|
"name": "Open Know-How",
|
|
@@ -8083,7 +8165,7 @@
|
|
|
8083
8165
|
"*.okh.yaml",
|
|
8084
8166
|
"*.okh.yml"
|
|
8085
8167
|
],
|
|
8086
|
-
"url": "https://
|
|
8168
|
+
"url": "https://www.schemastore.org/okh.json"
|
|
8087
8169
|
},
|
|
8088
8170
|
{
|
|
8089
8171
|
"name": "Contextive Glossary",
|
|
@@ -8093,37 +8175,37 @@
|
|
|
8093
8175
|
"*.glossary.yml",
|
|
8094
8176
|
"*.glossary.yaml"
|
|
8095
8177
|
],
|
|
8096
|
-
"url": "https://
|
|
8178
|
+
"url": "https://www.schemastore.org/contextive-glossary.json"
|
|
8097
8179
|
},
|
|
8098
8180
|
{
|
|
8099
8181
|
"name": "Google Digital Assetlinks",
|
|
8100
8182
|
"description": "JSON-encoded statement list in a well-known location on a principal",
|
|
8101
8183
|
"fileMatch": ["assetlinks.json"],
|
|
8102
|
-
"url": "https://
|
|
8184
|
+
"url": "https://www.schemastore.org/assetlinks.json"
|
|
8103
8185
|
},
|
|
8104
8186
|
{
|
|
8105
8187
|
"name": "Pylock",
|
|
8106
8188
|
"description": "PEP 751 lock file",
|
|
8107
8189
|
"fileMatch": ["pylock.toml", "pylock.*.toml"],
|
|
8108
|
-
"url": "https://
|
|
8190
|
+
"url": "https://www.schemastore.org/pylock.json"
|
|
8109
8191
|
},
|
|
8110
8192
|
{
|
|
8111
8193
|
"name": "Stylua Config",
|
|
8112
8194
|
"description": "Stylua configuration",
|
|
8113
8195
|
"fileMatch": [".stylua.toml", "stylua.toml"],
|
|
8114
|
-
"url": "https://
|
|
8196
|
+
"url": "https://www.schemastore.org/stylua.json"
|
|
8115
8197
|
},
|
|
8116
8198
|
{
|
|
8117
8199
|
"name": "Taplo",
|
|
8118
8200
|
"description": "Taplo configuration file",
|
|
8119
8201
|
"fileMatch": [".taplo.toml", "taplo.toml"],
|
|
8120
|
-
"url": "https://
|
|
8202
|
+
"url": "https://www.schemastore.org/taplo.json"
|
|
8121
8203
|
},
|
|
8122
8204
|
{
|
|
8123
8205
|
"name": "Aider",
|
|
8124
8206
|
"description": "Aider configuration file",
|
|
8125
8207
|
"fileMatch": [".aider.conf.yml"],
|
|
8126
|
-
"url": "https://
|
|
8208
|
+
"url": "https://www.schemastore.org/aider-0.82.json"
|
|
8127
8209
|
},
|
|
8128
8210
|
{
|
|
8129
8211
|
"name": "CDK Environment Manager, environment definition",
|
|
@@ -8133,7 +8215,7 @@
|
|
|
8133
8215
|
"**/environment-definition.yaml",
|
|
8134
8216
|
"**/environment-definition.yml"
|
|
8135
8217
|
],
|
|
8136
|
-
"url": "https://
|
|
8218
|
+
"url": "https://www.schemastore.org/ti8m-cdk-environment-definition.json"
|
|
8137
8219
|
},
|
|
8138
8220
|
{
|
|
8139
8221
|
"name": "CDK Environment Manager, concrete environments definition",
|
|
@@ -8143,7 +8225,7 @@
|
|
|
8143
8225
|
"**/concrete-environments.yaml",
|
|
8144
8226
|
"**/concrete-environments.yml"
|
|
8145
8227
|
],
|
|
8146
|
-
"url": "https://
|
|
8228
|
+
"url": "https://www.schemastore.org/ti8m-cdk-concrete-environments.json"
|
|
8147
8229
|
},
|
|
8148
8230
|
{
|
|
8149
8231
|
"name": "CDK Environment Manager, concrete environment configuration",
|
|
@@ -8153,7 +8235,7 @@
|
|
|
8153
8235
|
"**/environment_config/*.yaml",
|
|
8154
8236
|
"**/environment_config/*.yml"
|
|
8155
8237
|
],
|
|
8156
|
-
"url": "https://
|
|
8238
|
+
"url": "https://www.schemastore.org/ti8m-cdk-concrete-environment-config.json"
|
|
8157
8239
|
},
|
|
8158
8240
|
{
|
|
8159
8241
|
"name": "tm_devices configuration file",
|
|
@@ -8176,7 +8258,18 @@
|
|
|
8176
8258
|
"name": "Power Pages Configuration",
|
|
8177
8259
|
"description": "Power Pages configuration file for Bring Your Own Code (BYOC) sites",
|
|
8178
8260
|
"fileMatch": ["powerpages.config.json"],
|
|
8179
|
-
"url": "https://
|
|
8261
|
+
"url": "https://www.schemastore.org/powerpages.config.json"
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"name": "Hecate Input Schema",
|
|
8265
|
+
"description": "Input schema for Hecate, for generating PDE simulation code",
|
|
8266
|
+
"fileMatch": [
|
|
8267
|
+
"*.hecate.yml",
|
|
8268
|
+
"*.hecate.yaml",
|
|
8269
|
+
"*.hecate",
|
|
8270
|
+
"*.hecate.json"
|
|
8271
|
+
],
|
|
8272
|
+
"url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
|
|
8180
8273
|
}
|
|
8181
8274
|
]
|
|
8182
8275
|
}
|