@theia/core 1.64.0-next.0 → 1.64.0-next.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +1 -1
  2. package/lib/browser/catalog.json +782 -725
  3. package/lib/browser/hover-service.d.ts +9 -3
  4. package/lib/browser/hover-service.d.ts.map +1 -1
  5. package/lib/browser/hover-service.js +25 -13
  6. package/lib/browser/hover-service.js.map +1 -1
  7. package/lib/browser/menu/browser-menu-plugin.js +1 -1
  8. package/lib/browser/menu/browser-menu-plugin.js.map +1 -1
  9. package/lib/browser/saveable-service.d.ts.map +1 -1
  10. package/lib/browser/saveable-service.js +4 -0
  11. package/lib/browser/saveable-service.js.map +1 -1
  12. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -1
  13. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +5 -0
  14. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
  15. package/lib/browser/status-bar/status-bar.d.ts +2 -1
  16. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  17. package/lib/browser/status-bar/status-bar.js +14 -7
  18. package/lib/browser/status-bar/status-bar.js.map +1 -1
  19. package/lib/browser/tree/tree-widget.d.ts +8 -0
  20. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  21. package/lib/browser/tree/tree-widget.js +38 -26
  22. package/lib/browser/tree/tree-widget.js.map +1 -1
  23. package/lib/browser/widgets/alert-message.js +1 -2
  24. package/lib/browser/widgets/alert-message.js.map +1 -1
  25. package/lib/browser/widgets/select-component.d.ts +2 -0
  26. package/lib/browser/widgets/select-component.d.ts.map +1 -1
  27. package/lib/browser/widgets/select-component.js +1 -1
  28. package/lib/browser/widgets/select-component.js.map +1 -1
  29. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  30. package/lib/electron-main/electron-main-application.js +21 -7
  31. package/lib/electron-main/electron-main-application.js.map +1 -1
  32. package/lib/node/setting-service.d.ts +5 -1
  33. package/lib/node/setting-service.d.ts.map +1 -1
  34. package/lib/node/setting-service.js +25 -10
  35. package/lib/node/setting-service.js.map +1 -1
  36. package/lib/node/setting-service.spec.d.ts +2 -0
  37. package/lib/node/setting-service.spec.d.ts.map +1 -0
  38. package/lib/node/setting-service.spec.js +84 -0
  39. package/lib/node/setting-service.spec.js.map +1 -0
  40. package/package.json +4 -4
  41. package/src/browser/hover-service.ts +31 -13
  42. package/src/browser/menu/browser-menu-plugin.ts +1 -1
  43. package/src/browser/saveable-service.ts +4 -0
  44. package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +8 -0
  45. package/src/browser/status-bar/status-bar.tsx +14 -7
  46. package/src/browser/style/alert-messages.css +20 -17
  47. package/src/browser/style/breadcrumbs.css +1 -2
  48. package/src/browser/style/dialog.css +3 -2
  49. package/src/browser/style/index.css +5 -3
  50. package/src/browser/style/progress-bar.css +3 -0
  51. package/src/browser/style/select-component.css +1 -4
  52. package/src/browser/style/sidepanel.css +10 -14
  53. package/src/browser/style/split-widget.css +4 -0
  54. package/src/browser/style/status-bar.css +23 -20
  55. package/src/browser/style/tabs.css +15 -13
  56. package/src/browser/style/tree.css +5 -3
  57. package/src/browser/style/view-container.css +3 -7
  58. package/src/browser/tree/tree-widget.tsx +50 -27
  59. package/src/browser/widgets/alert-message.tsx +2 -2
  60. package/src/browser/widgets/select-component.tsx +4 -1
  61. package/src/electron-main/electron-main-application.ts +22 -7
  62. package/src/node/setting-service.spec.ts +97 -0
  63. package/src/node/setting-service.ts +25 -11
@@ -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://json.schemastore.org/accelerator.json"
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://json.schemastore.org/grpc-api-gateway.json"
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://json.schemastore.org/aspire-8.0.json",
65
+ "url": "https://www.schemastore.org/aspire-8.0.json",
66
66
  "versions": {
67
- "8.0": "https://json.schemastore.org/aspire-8.0.json"
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://json.schemastore.org/anywork-ac-1.1.json",
74
+ "url": "https://www.schemastore.org/anywork-ac-1.1.json",
75
75
  "versions": {
76
- "1.0": "https://json.schemastore.org/anywork-ac-1.0.json"
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://json.schemastore.org/factorial-drupal-breakpoints-css-0.2.0.json"
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://json.schemastore.org/agripparc-1.4.json",
113
+ "url": "https://www.schemastore.org/agripparc-1.4.json",
114
114
  "versions": {
115
- "1.2": "https://json.schemastore.org/agripparc-1.2.json",
116
- "1.3": "https://json.schemastore.org/agripparc-1.3.json",
117
- "1.4": "https://json.schemastore.org/agripparc-1.4.json"
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,46 +127,47 @@
127
127
  "name": ".aiproj.json",
128
128
  "description": "Settings for project analysis by the Application Inspector",
129
129
  "fileMatch": [".aiproj.json"],
130
- "url": "https://json.schemastore.org/aiproj-1.6.json",
130
+ "url": "https://www.schemastore.org/aiproj-1.7.json",
131
131
  "versions": {
132
- "1.0": "https://json.schemastore.org/aiproj-1.0.json",
133
- "1.1": "https://json.schemastore.org/aiproj-1.1.json",
134
- "1.2": "https://json.schemastore.org/aiproj-1.2.json",
135
- "1.3": "https://json.schemastore.org/aiproj-1.3.json",
136
- "1.4": "https://json.schemastore.org/aiproj-1.4.json",
137
- "1.5": "https://json.schemastore.org/aiproj-1.5.json",
138
- "1.6": "https://json.schemastore.org/aiproj-1.6.json"
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
+ "1.7": "https://www.schemastore.org/aiproj-1.7.json"
139
140
  }
140
141
  },
141
142
  {
142
143
  "name": "ABCInventoryModuleData",
143
144
  "description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
144
145
  "fileMatch": ["abc-inventory-module-data-*.json"],
145
- "url": "https://json.schemastore.org/abc-inventory-module-data-5.1.0.json",
146
+ "url": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json",
146
147
  "versions": {
147
- "1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
148
- "2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
149
- "3.0.0": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json",
150
- "4.0.0": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json",
151
- "5.1.0": "https://json.schemastore.org/abc-inventory-module-data-5.1.0.json"
148
+ "1.0.0": "https://www.schemastore.org/abc-inventory-module-data-1.0.0.json",
149
+ "2.0.0": "https://www.schemastore.org/abc-inventory-module-data-2.0.0.json",
150
+ "3.0.0": "https://www.schemastore.org/abc-inventory-module-data-3.0.0.json",
151
+ "4.0.0": "https://www.schemastore.org/abc-inventory-module-data-4.0.0.json",
152
+ "5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json"
152
153
  }
153
154
  },
154
155
  {
155
156
  "name": "ABCSupplyPlan",
156
157
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
157
158
  "fileMatch": ["abc-supply-plan-*.json"],
158
- "url": "https://json.schemastore.org/abc-supply-plan-10.0.0.json",
159
+ "url": "https://www.schemastore.org/abc-supply-plan-10.0.0.json",
159
160
  "versions": {
160
- "1.0.0": "https://json.schemastore.org/abc-supply-plan-1.0.0.json",
161
- "2.0.0": "https://json.schemastore.org/abc-supply-plan-2.0.0.json",
162
- "3.0.0": "https://json.schemastore.org/abc-supply-plan-3.0.0.json",
163
- "4.0.0": "https://json.schemastore.org/abc-supply-plan-4.0.0.json",
164
- "5.0.0": "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
165
- "6.0.0": "https://json.schemastore.org/abc-supply-plan-6.0.0.json",
166
- "7.0.0": "https://json.schemastore.org/abc-supply-plan-7.0.0.json",
167
- "8.0.0": "https://json.schemastore.org/abc-supply-plan-8.0.0.json",
168
- "9.0.0": "https://json.schemastore.org/abc-supply-plan-9.0.0.json",
169
- "10.0.0": "https://json.schemastore.org/abc-supply-plan-10.0.0.json"
161
+ "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
162
+ "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
163
+ "3.0.0": "https://www.schemastore.org/abc-supply-plan-3.0.0.json",
164
+ "4.0.0": "https://www.schemastore.org/abc-supply-plan-4.0.0.json",
165
+ "5.0.0": "https://www.schemastore.org/abc-supply-plan-5.0.0.json",
166
+ "6.0.0": "https://www.schemastore.org/abc-supply-plan-6.0.0.json",
167
+ "7.0.0": "https://www.schemastore.org/abc-supply-plan-7.0.0.json",
168
+ "8.0.0": "https://www.schemastore.org/abc-supply-plan-8.0.0.json",
169
+ "9.0.0": "https://www.schemastore.org/abc-supply-plan-9.0.0.json",
170
+ "10.0.0": "https://www.schemastore.org/abc-supply-plan-10.0.0.json"
170
171
  }
171
172
  },
172
173
  {
@@ -182,7 +183,7 @@
182
183
  "*.aiconfig.yml",
183
184
  "*.aiconfig.yaml"
184
185
  ],
185
- "url": "https://json.schemastore.org/aiconfig-1.0.json"
186
+ "url": "https://www.schemastore.org/aiconfig-1.0.json"
186
187
  },
187
188
  {
188
189
  "name": "Airlock Microgateway",
@@ -193,11 +194,11 @@
193
194
  "airlock-microgateway-config.yaml",
194
195
  "airlock-microgateway-config.yml"
195
196
  ],
196
- "url": "https://json.schemastore.org/airlock-microgateway-3.2.json",
197
+ "url": "https://www.schemastore.org/airlock-microgateway-3.2.json",
197
198
  "versions": {
198
- "3.0": "https://json.schemastore.org/airlock-microgateway-3.0.json",
199
- "3.1": "https://json.schemastore.org/airlock-microgateway-3.1.json",
200
- "3.2": "https://json.schemastore.org/airlock-microgateway-3.2.json"
199
+ "3.0": "https://www.schemastore.org/airlock-microgateway-3.0.json",
200
+ "3.1": "https://www.schemastore.org/airlock-microgateway-3.1.json",
201
+ "3.2": "https://www.schemastore.org/airlock-microgateway-3.2.json"
201
202
  }
202
203
  },
203
204
  {
@@ -216,7 +217,7 @@
216
217
  "name": "apple-app-site-association",
217
218
  "description": "Apple Universal Link, App Site Association",
218
219
  "fileMatch": ["apple-app-site-association"],
219
- "url": "https://json.schemastore.org/apple-app-site-association.json"
220
+ "url": "https://www.schemastore.org/apple-app-site-association.json"
220
221
  },
221
222
  {
222
223
  "name": "App config Spotify Backstage",
@@ -229,7 +230,7 @@
229
230
  "app-config.production.yaml",
230
231
  "app-config.production.yml"
231
232
  ],
232
- "url": "https://json.schemastore.org/app-config.json"
233
+ "url": "https://www.schemastore.org/app-config.json"
233
234
  },
234
235
  {
235
236
  "name": "app-definition.yaml",
@@ -247,19 +248,19 @@
247
248
  "name": "appsscript.json",
248
249
  "description": "Google Apps Script manifest file",
249
250
  "fileMatch": ["appsscript.json"],
250
- "url": "https://json.schemastore.org/appsscript.json"
251
+ "url": "https://www.schemastore.org/appsscript.json"
251
252
  },
252
253
  {
253
254
  "name": "appsettings.json",
254
255
  "description": "ASP.NET Core's configuration file",
255
256
  "fileMatch": ["appsettings.json", "appsettings.*.json"],
256
- "url": "https://json.schemastore.org/appsettings.json"
257
+ "url": "https://www.schemastore.org/appsettings.json"
257
258
  },
258
259
  {
259
260
  "name": "appveyor.yml",
260
261
  "description": "AppVeyor CI configuration file",
261
262
  "fileMatch": ["appveyor.yml"],
262
- "url": "https://json.schemastore.org/appveyor.json"
263
+ "url": "https://www.schemastore.org/appveyor.json"
263
264
  },
264
265
  {
265
266
  "name": "appsettings.StormPetrel.json",
@@ -328,7 +329,7 @@
328
329
  "name": "artifacthub-repo.yml",
329
330
  "description": "Artifact Hub repository metadata file",
330
331
  "fileMatch": ["artifacthub-repo.yml"],
331
- "url": "https://json.schemastore.org/artifacthub-repo.json"
332
+ "url": "https://www.schemastore.org/artifacthub-repo.json"
332
333
  },
333
334
  {
334
335
  "name": "asm-lsp",
@@ -340,7 +341,7 @@
340
341
  "name": "AssemblyScript",
341
342
  "description": "AssemblyScript is TypeScript-like language that is compiled to WebAssembly (wasm)",
342
343
  "fileMatch": ["asconfig.json"],
343
- "url": "https://json.schemastore.org/asconfig-schema.json"
344
+ "url": "https://www.schemastore.org/asconfig-schema.json"
344
345
  },
345
346
  {
346
347
  "name": "AsyncAPI",
@@ -364,85 +365,85 @@
364
365
  "name": "Aurora Agile Meta-Framework",
365
366
  "description": "Yaml for Aurora Agile Meta-Framework",
366
367
  "fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
367
- "url": "https://json.schemastore.org/aurora-1.2.json",
368
+ "url": "https://www.schemastore.org/aurora-1.2.json",
368
369
  "versions": {
369
- "1.0": "https://json.schemastore.org/aurora-1.0.json",
370
- "1.1": "https://json.schemastore.org/aurora-1.1.json",
371
- "1.2": "https://json.schemastore.org/aurora-1.2.json"
370
+ "1.0": "https://www.schemastore.org/aurora-1.0.json",
371
+ "1.1": "https://www.schemastore.org/aurora-1.1.json",
372
+ "1.2": "https://www.schemastore.org/aurora-1.2.json"
372
373
  }
373
374
  },
374
375
  {
375
376
  "name": "Avro Avsc",
376
377
  "description": "Avro Avsc file",
377
378
  "fileMatch": ["*.avsc"],
378
- "url": "https://json.schemastore.org/avro-avsc.json"
379
+ "url": "https://www.schemastore.org/avro-avsc.json"
379
380
  },
380
381
  {
381
382
  "name": "AWS AppConfig Feature Flags-v1",
382
383
  "description": "AWS CDK AppConfig Feature Flags",
383
384
  "fileMatch": ["*.appConfig.featureFlags.json"],
384
- "url": "https://json.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
385
+ "url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
385
386
  },
386
387
  {
387
388
  "name": "Azure Container App template for defining an immutable revision",
388
389
  "description": "Azure Container App template for defining an immutable revision",
389
390
  "fileMatch": ["*.containerapp-template.json"],
390
- "url": "https://json.schemastore.org/azure-containerapp-template.json"
391
+ "url": "https://www.schemastore.org/azure-containerapp-template.json"
391
392
  },
392
393
  {
393
394
  "name": "Azure Device Update for IoT Hub import manifest",
394
395
  "description": "Azure Device Update for IoT Hub import manifest",
395
396
  "fileMatch": ["*.importmanifest.json"],
396
- "url": "https://json.schemastore.org/azure-deviceupdate-import-manifest-5.0.json",
397
+ "url": "https://www.schemastore.org/azure-deviceupdate-import-manifest-5.0.json",
397
398
  "versions": {
398
- "4.0": "https://json.schemastore.org/azure-deviceupdate-import-manifest-4.0.json",
399
- "5.0": "https://json.schemastore.org/azure-deviceupdate-import-manifest-5.0.json"
399
+ "4.0": "https://www.schemastore.org/azure-deviceupdate-import-manifest-4.0.json",
400
+ "5.0": "https://www.schemastore.org/azure-deviceupdate-import-manifest-5.0.json"
400
401
  }
401
402
  },
402
403
  {
403
404
  "name": "Azure Device Update for IoT Hub update manifest",
404
405
  "description": "Azure Device Update for IoT Hub update manifest",
405
406
  "fileMatch": ["*.updatemanifest.json"],
406
- "url": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json",
407
+ "url": "https://www.schemastore.org/azure-deviceupdate-update-manifest-5.json",
407
408
  "versions": {
408
- "4": "https://json.schemastore.org/azure-deviceupdate-update-manifest-4.json",
409
- "5": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json"
409
+ "4": "https://www.schemastore.org/azure-deviceupdate-update-manifest-4.json",
410
+ "5": "https://www.schemastore.org/azure-deviceupdate-update-manifest-5.json"
410
411
  }
411
412
  },
412
413
  {
413
414
  "name": "Azure DevOps extension manifest",
414
415
  "description": "Azure DevOps extension manifest",
415
- "url": "https://json.schemastore.org/azure-devops-extension-manifest-1.0.json",
416
+ "url": "https://www.schemastore.org/azure-devops-extension-manifest-1.0.json",
416
417
  "versions": {
417
- "1.0": "https://json.schemastore.org/azure-devops-extension-manifest-1.0.json"
418
+ "1.0": "https://www.schemastore.org/azure-devops-extension-manifest-1.0.json"
418
419
  }
419
420
  },
420
421
  {
421
422
  "name": "Azure IoT EdgeAgent deployment",
422
423
  "description": "Azure IoT EdgeAgent deployment",
423
- "url": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
424
+ "url": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.1.json",
424
425
  "versions": {
425
- "1.0": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.0.json",
426
- "1.1": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json"
426
+ "1.0": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.0.json",
427
+ "1.1": "https://www.schemastore.org/azure-iot-edgeagent-deployment-1.1.json"
427
428
  }
428
429
  },
429
430
  {
430
431
  "name": "Azure IoT EdgeHub deployment",
431
432
  "description": "Azure IoT EdgeHub deployment",
432
- "url": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
433
+ "url": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.2.json",
433
434
  "versions": {
434
- "1.0": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.0.json",
435
- "1.1": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
436
- "1.2": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json"
435
+ "1.0": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.0.json",
436
+ "1.1": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.1.json",
437
+ "1.2": "https://www.schemastore.org/azure-iot-edgehub-deployment-1.2.json"
437
438
  }
438
439
  },
439
440
  {
440
441
  "name": "Azure IoT Edge deployment",
441
442
  "description": "Azure IoT Edge deployment",
442
- "url": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json",
443
+ "url": "https://www.schemastore.org/azure-iot-edge-deployment-2.0.json",
443
444
  "versions": {
444
- "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-1.0.json",
445
- "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json"
445
+ "1.0": "https://www.schemastore.org/azure-iot-edge-deployment-1.0.json",
446
+ "1.1": "https://www.schemastore.org/azure-iot-edge-deployment-2.0.json"
446
447
  }
447
448
  },
448
449
  {
@@ -452,12 +453,12 @@
452
453
  "deployment.template.json",
453
454
  "deployment.debug.template.json"
454
455
  ],
455
- "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
456
+ "url": "https://www.schemastore.org/azure-iot-edge-deployment-template-4.0.json",
456
457
  "versions": {
457
- "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-template-1.0.json",
458
- "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
459
- "1.2": "https://json.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
460
- "1.3": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json"
458
+ "1.0": "https://www.schemastore.org/azure-iot-edge-deployment-template-1.0.json",
459
+ "1.1": "https://www.schemastore.org/azure-iot-edge-deployment-template-2.0.json",
460
+ "1.2": "https://www.schemastore.org/azure-iot-edge-deployment-template-3.0.json",
461
+ "1.3": "https://www.schemastore.org/azure-iot-edge-deployment-template-4.0.json"
461
462
  }
462
463
  },
463
464
  {
@@ -527,37 +528,37 @@
527
528
  "name": "buf.yaml",
528
529
  "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",
529
530
  "fileMatch": ["buf.yaml"],
530
- "url": "https://json.schemastore.org/buf.json"
531
+ "url": "https://www.schemastore.org/buf.json"
531
532
  },
532
533
  {
533
534
  "name": "buf.gen.yaml",
534
535
  "description": "buf.gen.yaml is a configuration file used by the buf generate command to generate integration code for the languages of your choice",
535
536
  "fileMatch": ["buf.gen.yaml"],
536
- "url": "https://json.schemastore.org/buf.gen.json"
537
+ "url": "https://www.schemastore.org/buf.gen.json"
537
538
  },
538
539
  {
539
540
  "name": "buf.plugin.yaml",
540
541
  "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",
541
542
  "fileMatch": ["buf.plugin.yaml"],
542
- "url": "https://json.schemastore.org/buf.plugin.json"
543
+ "url": "https://www.schemastore.org/buf.plugin.json"
543
544
  },
544
545
  {
545
546
  "name": "buf.work.yaml",
546
547
  "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)",
547
548
  "fileMatch": ["buf.work.yaml"],
548
- "url": "https://json.schemastore.org/buf.work.json"
549
+ "url": "https://www.schemastore.org/buf.work.json"
549
550
  },
550
551
  {
551
552
  "name": "cargo-mutants-config.yaml",
552
553
  "description": "cargo-mutants configuration file",
553
554
  "fileMatch": ["**/.cargo/mutants.toml"],
554
- "url": "https://json.schemastore.org/cargo-mutants-config.json"
555
+ "url": "https://www.schemastore.org/cargo-mutants-config.json"
555
556
  },
556
557
  {
557
558
  "name": "Cinnamon Spice info.json",
558
559
  "description": "The 'info.json' metadata file used in Cinnamon Spice components",
559
560
  "fileMatch": [],
560
- "url": "https://json.schemastore.org/cinnamon-spice.info.json"
561
+ "url": "https://www.schemastore.org/cinnamon-spice.info.json"
561
562
  },
562
563
  {
563
564
  "name": "CodeRabbit",
@@ -611,6 +612,12 @@
611
612
  ],
612
613
  "url": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
613
614
  },
615
+ {
616
+ "name": "Lando (landofile)",
617
+ "description": "The configuration file for a Lando app. Documentation: https://github.com/4lando/lando-spec",
618
+ "fileMatch": [".lando.yml", ".lando.*.yml"],
619
+ "url": "https://4lando.github.io/lando-spec/landofile-spec.json"
620
+ },
614
621
  {
615
622
  "name": "latexindent configuration",
616
623
  "description": "Configuration file for latexindent",
@@ -627,7 +634,7 @@
627
634
  "name": "Loki",
628
635
  "description": "Like Prometheus, but for logs",
629
636
  "fileMatch": ["loki.yml", "loki.yaml"],
630
- "url": "https://json.schemastore.org/loki.json"
637
+ "url": "https://www.schemastore.org/loki.json"
631
638
  },
632
639
  {
633
640
  "name": "Azure Pipelines",
@@ -645,7 +652,7 @@
645
652
  "name": "Foxx Manifest",
646
653
  "description": "ArangoDB Foxx service manifest file",
647
654
  "fileMatch": ["manifest.json"],
648
- "url": "https://json.schemastore.org/foxx-manifest.json"
655
+ "url": "https://www.schemastore.org/foxx-manifest.json"
649
656
  },
650
657
  {
651
658
  "name": "flagd flag configuration",
@@ -668,7 +675,7 @@
668
675
  "name": "fly.io Configuration",
669
676
  "description": "fly.io, a cloud provider, configuration",
670
677
  "fileMatch": ["fly.toml"],
671
- "url": "https://json.schemastore.org/fly.json"
678
+ "url": "https://www.schemastore.org/fly.json"
672
679
  },
673
680
  {
674
681
  "name": "Freifunk.de Community API",
@@ -702,19 +709,19 @@
702
709
  "name": ".asmdef",
703
710
  "description": "Unity 3D assembly definition file",
704
711
  "fileMatch": ["*.asmdef"],
705
- "url": "https://json.schemastore.org/asmdef.json"
712
+ "url": "https://www.schemastore.org/asmdef.json"
706
713
  },
707
714
  {
708
715
  "name": "babelrc.json",
709
716
  "description": "Babel configuration file",
710
717
  "fileMatch": [".babelrc", ".babelrc.json", "babel.config.json"],
711
- "url": "https://json.schemastore.org/babelrc.json"
718
+ "url": "https://www.schemastore.org/babelrc.json"
712
719
  },
713
720
  {
714
721
  "name": ".backportrc.json",
715
722
  "description": "Backport configuration file",
716
723
  "fileMatch": [".backportrc.json"],
717
- "url": "https://json.schemastore.org/backportrc.json"
724
+ "url": "https://www.schemastore.org/backportrc.json"
718
725
  },
719
726
  {
720
727
  "name": "batect.yml",
@@ -726,7 +733,7 @@
726
733
  "name": "bamboo-spec",
727
734
  "description": "The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo",
728
735
  "fileMatch": ["**/bamboo-specs/*.yaml", "**/bamboo-specs/*.yml"],
729
- "url": "https://json.schemastore.org/bamboo-spec.json"
736
+ "url": "https://www.schemastore.org/bamboo-spec.json"
730
737
  },
731
738
  {
732
739
  "name": "beef-database-codegen",
@@ -796,13 +803,13 @@
796
803
  "name": "bigquery-table",
797
804
  "description": "BigQuery table",
798
805
  "fileMatch": ["*.bigquery.json"],
799
- "url": "https://json.schemastore.org/bigquery-table.json"
806
+ "url": "https://www.schemastore.org/bigquery-table.json"
800
807
  },
801
808
  {
802
809
  "name": "Bigconfig",
803
810
  "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",
804
811
  "fileMatch": ["bigconfig.yml", "bigconfig.yaml"],
805
- "url": "https://json.schemastore.org/bigconfig.json"
812
+ "url": "https://www.schemastore.org/bigconfig.json"
806
813
  },
807
814
  {
808
815
  "name": "bitbucket-pipelines",
@@ -814,53 +821,53 @@
814
821
  "name": "bitrise",
815
822
  "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",
816
823
  "fileMatch": ["bitrise.yml", "bitrise.yaml", "bitrise.json"],
817
- "url": "https://json.schemastore.org/bitrise.json"
824
+ "url": "https://www.schemastore.org/bitrise.json"
818
825
  },
819
826
  {
820
827
  "name": "bitrise-step",
821
828
  "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",
822
829
  "fileMatch": ["step.yml"],
823
- "url": "https://json.schemastore.org/bitrise-step.json"
830
+ "url": "https://www.schemastore.org/bitrise-step.json"
824
831
  },
825
832
  {
826
833
  "name": ".bootstraprc",
827
834
  "description": "Webpack bootstrap-loader configuration file",
828
835
  "fileMatch": [".bootstraprc"],
829
- "url": "https://json.schemastore.org/bootstraprc.json"
836
+ "url": "https://www.schemastore.org/bootstraprc.json"
830
837
  },
831
838
  {
832
839
  "name": "bower.json",
833
840
  "description": "Bower package description file",
834
841
  "fileMatch": ["bower.json", ".bower.json"],
835
- "url": "https://json.schemastore.org/bower.json"
842
+ "url": "https://www.schemastore.org/bower.json"
836
843
  },
837
844
  {
838
845
  "name": ".bowerrc",
839
846
  "description": "Bower configuration file",
840
847
  "fileMatch": [".bowerrc"],
841
- "url": "https://json.schemastore.org/bowerrc.json"
848
+ "url": "https://www.schemastore.org/bowerrc.json"
842
849
  },
843
850
  {
844
851
  "name": "BOSH CPI Config",
845
852
  "description": "CPI-specific config for BOSH Director",
846
- "url": "https://json.schemastore.org/bosh-cpi-config.json"
853
+ "url": "https://www.schemastore.org/bosh-cpi-config.json"
847
854
  },
848
855
  {
849
856
  "name": "BOSH Deploy Config",
850
857
  "description": "Deploy config for BOSH CLI",
851
- "url": "https://json.schemastore.org/bosh-deploy-config.json"
858
+ "url": "https://www.schemastore.org/bosh-deploy-config.json"
852
859
  },
853
860
  {
854
861
  "name": "Boyka Framework",
855
862
  "description": "Boyka Framework config file",
856
863
  "fileMatch": ["boyka-config.json"],
857
- "url": "https://json.schemastore.org/boyka-config.json"
864
+ "url": "https://www.schemastore.org/boyka-config.json"
858
865
  },
859
866
  {
860
867
  "name": "behat.yml",
861
868
  "description": "Behat configuration file",
862
869
  "fileMatch": ["behat.yml", "*.behat.yml"],
863
- "url": "https://json.schemastore.org/behat.json"
870
+ "url": "https://www.schemastore.org/behat.json"
864
871
  },
865
872
  {
866
873
  "name": "partial-black.json",
@@ -872,13 +879,13 @@
872
879
  "name": "bozr.suite.json",
873
880
  "description": "Bozr test suite file",
874
881
  "fileMatch": [".suite.json", ".xsuite.json"],
875
- "url": "https://json.schemastore.org/bozr.json"
882
+ "url": "https://www.schemastore.org/bozr.json"
876
883
  },
877
884
  {
878
885
  "name": "browser.i18n.json",
879
886
  "description": "browser.i18n messages.json translation file",
880
887
  "fileMatch": ["messages.json"],
881
- "url": "https://json.schemastore.org/browser.i18n.json"
888
+ "url": "https://www.schemastore.org/browser.i18n.json"
882
889
  },
883
890
  {
884
891
  "name": "browsh configuration",
@@ -912,7 +919,7 @@
912
919
  "name": "Bukkit plugin.yml",
913
920
  "description": "Minecraft Bukkit plugin description files",
914
921
  "fileMatch": ["plugin.yml"],
915
- "url": "https://json.schemastore.org/bukkit-plugin.json"
922
+ "url": "https://www.schemastore.org/bukkit-plugin.json"
916
923
  },
917
924
  {
918
925
  "name": "Buildkite",
@@ -937,35 +944,35 @@
937
944
  "name": ".build.yml",
938
945
  "description": "Sourcehut Build Manifest",
939
946
  "fileMatch": [".build.yml"],
940
- "url": "https://json.schemastore.org/sourcehut-build-0.65.0.json",
947
+ "url": "https://www.schemastore.org/sourcehut-build-0.65.0.json",
941
948
  "versions": {
942
- "0.41.2": "https://json.schemastore.org/sourcehut-build-0.41.2.json",
943
- "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json"
949
+ "0.41.2": "https://www.schemastore.org/sourcehut-build-0.41.2.json",
950
+ "0.65.0": "https://www.schemastore.org/sourcehut-build-0.65.0.json"
944
951
  }
945
952
  },
946
953
  {
947
954
  "name": "bun.lock",
948
955
  "description": "bun.lock file",
949
956
  "fileMatch": ["bun.lock"],
950
- "url": "https://json.schemastore.org/bun-lock.json"
957
+ "url": "https://www.schemastore.org/bun-lock.json"
951
958
  },
952
959
  {
953
960
  "name": "bundleconfig.json",
954
961
  "description": "bundleconfig.json files",
955
962
  "fileMatch": ["bundleconfig.json"],
956
- "url": "https://json.schemastore.org/bundleconfig.json"
963
+ "url": "https://www.schemastore.org/bundleconfig.json"
957
964
  },
958
965
  {
959
966
  "name": "bunfig.toml",
960
967
  "description": "bunfig.toml file",
961
968
  "fileMatch": ["bunfig.toml"],
962
- "url": "https://json.schemastore.org/bunfig.json"
969
+ "url": "https://www.schemastore.org/bunfig.json"
963
970
  },
964
971
  {
965
972
  "name": "BungeeCord plugin.yml",
966
973
  "description": "BungeeCord plugin description files",
967
974
  "fileMatch": ["plugin.yml", "bungee.yml"],
968
- "url": "https://json.schemastore.org/bungee-plugin.json"
975
+ "url": "https://www.schemastore.org/bungee-plugin.json"
969
976
  },
970
977
  {
971
978
  "name": "block.json",
@@ -986,13 +993,13 @@
986
993
  "name": "BX CI",
987
994
  "description": "CI configuration for Amdocs Bill Experience projects",
988
995
  "fileMatch": ["**/bxci.yaml", "**/bxci.yml"],
989
- "url": "https://json.schemastore.org/bxci.schema-3.x.json",
996
+ "url": "https://www.schemastore.org/bxci.schema-3.x.json",
990
997
  "versions": {
991
- "1.0": "https://json.schemastore.org/bxci.schema-1.0.json",
992
- "1.0.1": "https://json.schemastore.org/bxci.schema-1.0.1.json",
993
- "2.0.0": "https://json.schemastore.org/bxci.schema-2.0.0.json",
994
- "2.x": "https://json.schemastore.org/bxci.schema-2.x.json",
995
- "3.x": "https://json.schemastore.org/bxci.schema-2.x.json"
998
+ "1.0": "https://www.schemastore.org/bxci.schema-1.0.json",
999
+ "1.0.1": "https://www.schemastore.org/bxci.schema-1.0.1.json",
1000
+ "2.0.0": "https://www.schemastore.org/bxci.schema-2.0.0.json",
1001
+ "2.x": "https://www.schemastore.org/bxci.schema-2.x.json",
1002
+ "3.x": "https://www.schemastore.org/bxci.schema-2.x.json"
996
1003
  }
997
1004
  },
998
1005
  {
@@ -1075,19 +1082,19 @@
1075
1082
  "name": "Cargo Manifest",
1076
1083
  "description": "Manifest for Cargo, the Rust package manager and build tool",
1077
1084
  "fileMatch": ["Cargo.toml"],
1078
- "url": "https://json.schemastore.org/cargo.json"
1085
+ "url": "https://www.schemastore.org/cargo.json"
1079
1086
  },
1080
1087
  {
1081
1088
  "name": "Cargo Make",
1082
1089
  "description": "cargo-make, a Rust task runner and build tool",
1083
1090
  "fileMatch": ["Makefile.toml"],
1084
- "url": "https://json.schemastore.org/cargo-make.json"
1091
+ "url": "https://www.schemastore.org/cargo-make.json"
1085
1092
  },
1086
1093
  {
1087
1094
  "name": "Catalog Info Backstage",
1088
1095
  "description": "Backstage Catalog Info",
1089
1096
  "fileMatch": ["catalog-info.yaml"],
1090
- "url": "https://json.schemastore.org/catalog-info.json"
1097
+ "url": "https://www.schemastore.org/catalog-info.json"
1091
1098
  },
1092
1099
  {
1093
1100
  "name": "Charmcraft",
@@ -1140,7 +1147,7 @@
1140
1147
  "name": "Convex",
1141
1148
  "description": "Configuration for Convex project settings",
1142
1149
  "fileMatch": ["convex.json"],
1143
- "url": "https://json.schemastore.org/convex.json"
1150
+ "url": "https://www.schemastore.org/convex.json"
1144
1151
  },
1145
1152
  {
1146
1153
  "name": "Conjure",
@@ -1200,7 +1207,7 @@
1200
1207
  "name": "Claude Code Settings",
1201
1208
  "description": "Configuration file for Claude Code",
1202
1209
  "fileMatch": ["**/.claude/settings.json"],
1203
- "url": "https://json.schemastore.org/claude-code-settings.json"
1210
+ "url": "https://www.schemastore.org/claude-code-settings.json"
1204
1211
  },
1205
1212
  {
1206
1213
  "name": "CVE Record Format",
@@ -1284,7 +1291,7 @@
1284
1291
  "name": "Dein Config",
1285
1292
  "description": "Dein.vim, a Vim/Neovim plugin manager",
1286
1293
  "fileMatch": ["dein.toml"],
1287
- "url": "https://json.schemastore.org/dein.json"
1294
+ "url": "https://www.schemastore.org/dein.json"
1288
1295
  },
1289
1296
  {
1290
1297
  "name": "Dependency cruiser",
@@ -1323,97 +1330,97 @@
1323
1330
  "name": "Drupal Breakpoints",
1324
1331
  "description": "Drupal configuration for breakpoints",
1325
1332
  "fileMatch": ["*.breakpoints.yml"],
1326
- "url": "https://json.schemastore.org/drupal-breakpoints.json"
1333
+ "url": "https://www.schemastore.org/drupal-breakpoints.json"
1327
1334
  },
1328
1335
  {
1329
1336
  "name": "Drupal Info",
1330
1337
  "description": "Drupal configuration for info",
1331
1338
  "fileMatch": ["*.info.yml"],
1332
- "url": "https://json.schemastore.org/drupal-info.json"
1339
+ "url": "https://www.schemastore.org/drupal-info.json"
1333
1340
  },
1334
1341
  {
1335
1342
  "name": "Drupal Layouts",
1336
1343
  "description": "Drupal configuration for layouts",
1337
1344
  "fileMatch": ["*.layouts.yml"],
1338
- "url": "https://json.schemastore.org/drupal-layouts.json"
1345
+ "url": "https://www.schemastore.org/drupal-layouts.json"
1339
1346
  },
1340
1347
  {
1341
1348
  "name": "Drupal Libraries",
1342
1349
  "description": "Drupal configuration for libraries",
1343
1350
  "fileMatch": ["*.libraries.yml"],
1344
- "url": "https://json.schemastore.org/drupal-libraries.json"
1351
+ "url": "https://www.schemastore.org/drupal-libraries.json"
1345
1352
  },
1346
1353
  {
1347
1354
  "name": "Drupal Links Action",
1348
1355
  "description": "Drupal configuration for action links",
1349
1356
  "fileMatch": ["*.links.action.yml"],
1350
- "url": "https://json.schemastore.org/drupal-links-action.json"
1357
+ "url": "https://www.schemastore.org/drupal-links-action.json"
1351
1358
  },
1352
1359
  {
1353
1360
  "name": "Drupal Links Contextual",
1354
1361
  "description": "Drupal configuration for contextual links",
1355
1362
  "fileMatch": ["*.links.contextual.yml"],
1356
- "url": "https://json.schemastore.org/drupal-links-contextual.json"
1363
+ "url": "https://www.schemastore.org/drupal-links-contextual.json"
1357
1364
  },
1358
1365
  {
1359
1366
  "name": "Drupal Links Menu",
1360
1367
  "description": "Drupal configuration for menu links",
1361
1368
  "fileMatch": ["*.links.menu.yml"],
1362
- "url": "https://json.schemastore.org/drupal-links-menu.json"
1369
+ "url": "https://www.schemastore.org/drupal-links-menu.json"
1363
1370
  },
1364
1371
  {
1365
1372
  "name": "Drupal Links Task",
1366
1373
  "description": "Drupal configuration for task links",
1367
1374
  "fileMatch": ["*.links.task.yml"],
1368
- "url": "https://json.schemastore.org/drupal-links-task.json"
1375
+ "url": "https://www.schemastore.org/drupal-links-task.json"
1369
1376
  },
1370
1377
  {
1371
1378
  "name": "Drupal Migration",
1372
1379
  "description": "Drupal configuration for migration",
1373
1380
  "fileMatch": ["*.migration.*.yml", "**/migrations/*.yml"],
1374
- "url": "https://json.schemastore.org/drupal-migration.json"
1381
+ "url": "https://www.schemastore.org/drupal-migration.json"
1375
1382
  },
1376
1383
  {
1377
1384
  "name": "Drupal Permissions",
1378
1385
  "description": "Drupal configuration for permissions",
1379
1386
  "fileMatch": ["*.permissions.yml"],
1380
- "url": "https://json.schemastore.org/drupal-permissions.json"
1387
+ "url": "https://www.schemastore.org/drupal-permissions.json"
1381
1388
  },
1382
1389
  {
1383
1390
  "name": "Drupal Recipe",
1384
1391
  "description": "Drupal configuration for recipe",
1385
1392
  "fileMatch": ["drupal-recipe.yml", "drupal-recipe.yaml"],
1386
- "url": "https://json.schemastore.org/drupal-recipe.json"
1393
+ "url": "https://www.schemastore.org/drupal-recipe.json"
1387
1394
  },
1388
1395
  {
1389
1396
  "name": "Drupal Routing",
1390
1397
  "description": "Drupal configuration for routing",
1391
1398
  "fileMatch": ["*.routing.yml"],
1392
- "url": "https://json.schemastore.org/drupal-routing.json"
1399
+ "url": "https://www.schemastore.org/drupal-routing.json"
1393
1400
  },
1394
1401
  {
1395
1402
  "name": "Drupal Config",
1396
1403
  "description": "Drupal configuration for config",
1397
1404
  "fileMatch": ["**/config/schema/*.schema.yml"],
1398
- "url": "https://json.schemastore.org/drupal-config.json"
1405
+ "url": "https://www.schemastore.org/drupal-config.json"
1399
1406
  },
1400
1407
  {
1401
1408
  "name": "Drupal Services",
1402
1409
  "description": "Drupal configuration for services",
1403
1410
  "fileMatch": ["*.services.yml"],
1404
- "url": "https://json.schemastore.org/drupal-services.json"
1411
+ "url": "https://www.schemastore.org/drupal-services.json"
1405
1412
  },
1406
1413
  {
1407
1414
  "name": "Helm Chart.yaml",
1408
1415
  "description": "The Chart.yaml file is required for a chart",
1409
1416
  "fileMatch": ["Chart.yaml"],
1410
- "url": "https://json.schemastore.org/chart.json"
1417
+ "url": "https://www.schemastore.org/chart.json"
1411
1418
  },
1412
1419
  {
1413
1420
  "name": "Helm Chart.lock",
1414
1421
  "description": "The Chart.lock file locks dependencies from Chart.yaml",
1415
1422
  "fileMatch": ["Chart.lock"],
1416
- "url": "https://json.schemastore.org/chart-lock.json"
1423
+ "url": "https://www.schemastore.org/chart-lock.json"
1417
1424
  },
1418
1425
  {
1419
1426
  "name": "Helm Unittest Test Suite",
@@ -1425,25 +1432,25 @@
1425
1432
  "name": "CircleCI config.yml",
1426
1433
  "description": "CircleCI config files",
1427
1434
  "fileMatch": ["**/.circleci/config.yml"],
1428
- "url": "https://json.schemastore.org/circleciconfig.json"
1435
+ "url": "https://www.schemastore.org/circleciconfig.json"
1429
1436
  },
1430
1437
  {
1431
1438
  "name": "Code Climate",
1432
1439
  "description": "Configuration file as an alternative for configuring your repository in the settings page",
1433
1440
  "fileMatch": [".codeclimate.yml", ".codeclimate.json"],
1434
- "url": "https://json.schemastore.org/codeclimate.json"
1441
+ "url": "https://www.schemastore.org/codeclimate.json"
1435
1442
  },
1436
1443
  {
1437
1444
  "name": ".cirrus.yml",
1438
1445
  "description": "Cirrus CI configuration files",
1439
1446
  "fileMatch": [".cirrus.yml"],
1440
- "url": "https://json.schemastore.org/cirrus.json"
1447
+ "url": "https://www.schemastore.org/cirrus.json"
1441
1448
  },
1442
1449
  {
1443
1450
  "name": ".clasp.json",
1444
1451
  "description": "Google Apps Script CLI project file",
1445
1452
  "fileMatch": [".clasp.json"],
1446
- "url": "https://json.schemastore.org/clasp.json"
1453
+ "url": "https://www.schemastore.org/clasp.json"
1447
1454
  },
1448
1455
  {
1449
1456
  "name": "clangd",
@@ -1454,25 +1461,25 @@
1454
1461
  ".clangd.yaml",
1455
1462
  "**/clangd/config.yaml"
1456
1463
  ],
1457
- "url": "https://json.schemastore.org/clangd.json"
1464
+ "url": "https://www.schemastore.org/clangd.json"
1458
1465
  },
1459
1466
  {
1460
1467
  "name": "clang-tidy",
1461
1468
  "description": "clang-tidy linter from LLVM",
1462
1469
  "fileMatch": [".clang-tidy", "clang-tidy.yml", "clang-tidy.yaml"],
1463
- "url": "https://json.schemastore.org/clang-tidy.json"
1470
+ "url": "https://www.schemastore.org/clang-tidy.json"
1464
1471
  },
1465
1472
  {
1466
1473
  "name": "clib",
1467
1474
  "description": "C package manager-ish",
1468
1475
  "fileMatch": ["clib.json"],
1469
- "url": "https://json.schemastore.org/clib.json"
1476
+ "url": "https://www.schemastore.org/clib.json"
1470
1477
  },
1471
1478
  {
1472
1479
  "name": "cloudify",
1473
1480
  "description": "Cloudify Blueprint",
1474
1481
  "fileMatch": ["*.cfy.yaml"],
1475
- "url": "https://json.schemastore.org/cloudify.json"
1482
+ "url": "https://www.schemastore.org/cloudify.json"
1476
1483
  },
1477
1484
  {
1478
1485
  "name": "cloud-init: cloud-config userdata",
@@ -1507,19 +1514,19 @@
1507
1514
  "name": "Codecov configuration files",
1508
1515
  "description": "codecov.yml files",
1509
1516
  "fileMatch": [".codecov.yml", "codecov.yml"],
1510
- "url": "https://json.schemastore.org/codecov.json"
1517
+ "url": "https://www.schemastore.org/codecov.json"
1511
1518
  },
1512
1519
  {
1513
1520
  "name": "CodeShip Pro services configuration files",
1514
1521
  "description": "codeship-services.yml files",
1515
1522
  "fileMatch": ["codeship-services.yml"],
1516
- "url": "https://json.schemastore.org/codeship-services.json"
1523
+ "url": "https://www.schemastore.org/codeship-services.json"
1517
1524
  },
1518
1525
  {
1519
1526
  "name": "CodeShip Pro steps configuration files",
1520
1527
  "description": "codeship-steps.yml files",
1521
1528
  "fileMatch": ["codeship-steps.yml"],
1522
- "url": "https://json.schemastore.org/codeship-steps.json"
1529
+ "url": "https://www.schemastore.org/codeship-steps.json"
1523
1530
  },
1524
1531
  {
1525
1532
  "name": "vcpkg manifest file",
@@ -1549,19 +1556,19 @@
1549
1556
  "name": "compilerconfig.json",
1550
1557
  "description": "compilerconfig.json files",
1551
1558
  "fileMatch": ["compilerconfig.json"],
1552
- "url": "https://json.schemastore.org/compilerconfig.json"
1559
+ "url": "https://www.schemastore.org/compilerconfig.json"
1553
1560
  },
1554
1561
  {
1555
1562
  "name": "compile_commands.json",
1556
1563
  "description": "LLVM compilation database",
1557
1564
  "fileMatch": ["compile_commands.json"],
1558
- "url": "https://json.schemastore.org/compile-commands.json"
1565
+ "url": "https://www.schemastore.org/compile-commands.json"
1559
1566
  },
1560
1567
  {
1561
1568
  "name": "commands.json",
1562
1569
  "description": "Config file for Command Task Runner",
1563
1570
  "fileMatch": ["commands.json"],
1564
- "url": "https://json.schemastore.org/commands.json"
1571
+ "url": "https://www.schemastore.org/commands.json"
1565
1572
  },
1566
1573
  {
1567
1574
  "name": "Common Catalog Data",
@@ -1578,36 +1585,36 @@
1578
1585
  "name": "cosmos.config.json",
1579
1586
  "description": "React Cosmos configuration file",
1580
1587
  "fileMatch": ["cosmos.config.json"],
1581
- "url": "https://json.schemastore.org/cosmos-config.json"
1588
+ "url": "https://www.schemastore.org/cosmos-config.json"
1582
1589
  },
1583
1590
  {
1584
1591
  "name": "Chrome Extension",
1585
1592
  "description": "Google Chrome extension manifest file",
1586
- "url": "https://json.schemastore.org/chrome-manifest.json"
1593
+ "url": "https://www.schemastore.org/chrome-manifest.json"
1587
1594
  },
1588
1595
  {
1589
1596
  "name": "chrome-extension-locales-messages.json",
1590
1597
  "description": "Google Chrome extension localization file",
1591
1598
  "fileMatch": ["**/_locales/*/messages.json"],
1592
- "url": "https://json.schemastore.org/chrome-extension-locales-messages.json"
1599
+ "url": "https://www.schemastore.org/chrome-extension-locales-messages.json"
1593
1600
  },
1594
1601
  {
1595
1602
  "name": "chutzpah.json",
1596
1603
  "description": "Chutzpah configuration file",
1597
1604
  "fileMatch": ["chutzpah.json"],
1598
- "url": "https://json.schemastore.org/chutzpah.json"
1605
+ "url": "https://www.schemastore.org/chutzpah.json"
1599
1606
  },
1600
1607
  {
1601
1608
  "name": "contentmanifest.json",
1602
1609
  "description": "Visual Studio manifest injection file",
1603
1610
  "fileMatch": ["contentmanifest.json"],
1604
- "url": "https://json.schemastore.org/vsix-manifestinjection.json"
1611
+ "url": "https://www.schemastore.org/vsix-manifestinjection.json"
1605
1612
  },
1606
1613
  {
1607
1614
  "name": "cloud-sdk-pipeline-configuration",
1608
1615
  "description": "SAP Cloud SDK Pipeline configuration",
1609
1616
  "fileMatch": ["pipeline_config.yml"],
1610
- "url": "https://json.schemastore.org/cloud-sdk-pipeline-config-schema.json"
1617
+ "url": "https://www.schemastore.org/cloud-sdk-pipeline-config-schema.json"
1611
1618
  },
1612
1619
  {
1613
1620
  "name": "cloudbuild.json",
@@ -1620,7 +1627,7 @@
1620
1627
  "*.cloudbuild.yaml",
1621
1628
  "*.cloudbuild.yml"
1622
1629
  ],
1623
- "url": "https://json.schemastore.org/cloudbuild.json"
1630
+ "url": "https://www.schemastore.org/cloudbuild.json"
1624
1631
  },
1625
1632
  {
1626
1633
  "name": "Google Cloud Workflows",
@@ -1633,13 +1640,13 @@
1633
1640
  "*.workflows.yaml",
1634
1641
  "*.workflows.yml"
1635
1642
  ],
1636
- "url": "https://json.schemastore.org/workflows.json"
1643
+ "url": "https://www.schemastore.org/workflows.json"
1637
1644
  },
1638
1645
  {
1639
1646
  "name": "AWS CDK cdk.json",
1640
1647
  "description": "AWS CDK context files",
1641
1648
  "fileMatch": ["cdk.json"],
1642
- "url": "https://json.schemastore.org/cdk.json"
1649
+ "url": "https://www.schemastore.org/cdk.json"
1643
1650
  },
1644
1651
  {
1645
1652
  "name": "AWS CloudFormation",
@@ -1733,7 +1740,7 @@
1733
1740
  "name": "chisel-slices.json",
1734
1741
  "description": "Canonical Chisel slices definition file",
1735
1742
  "fileMatch": ["**/slices/*.yaml"],
1736
- "url": "https://json.schemastore.org/chisel-slices.json"
1743
+ "url": "https://www.schemastore.org/chisel-slices.json"
1737
1744
  },
1738
1745
  {
1739
1746
  "name": "Citation File Format",
@@ -1748,7 +1755,7 @@
1748
1755
  "name": "coffeelint.json",
1749
1756
  "description": "CoffeeLint configuration file",
1750
1757
  "fileMatch": ["coffeelint.json"],
1751
- "url": "https://json.schemastore.org/coffeelint.json"
1758
+ "url": "https://www.schemastore.org/coffeelint.json"
1752
1759
  },
1753
1760
  {
1754
1761
  "name": "committed.toml",
@@ -1766,13 +1773,13 @@
1766
1773
  "name": "component.json",
1767
1774
  "description": "Web component file",
1768
1775
  "fileMatch": ["component.json"],
1769
- "url": "https://json.schemastore.org/component.json"
1776
+ "url": "https://www.schemastore.org/component.json"
1770
1777
  },
1771
1778
  {
1772
1779
  "name": "component-detection-manifest.json",
1773
1780
  "description": "Component Detection manifest",
1774
1781
  "fileMatch": ["cdmanifest.json", "cgmanifest.json"],
1775
- "url": "https://json.schemastore.org/component-detection-manifest.json"
1782
+ "url": "https://www.schemastore.org/component-detection-manifest.json"
1776
1783
  },
1777
1784
  {
1778
1785
  "name": "contribute.json",
@@ -1784,7 +1791,7 @@
1784
1791
  "name": "crowdin.yml",
1785
1792
  "description": "Crowdin, a crowd-translation platform. Documentation: https://support.crowdin.com/configuration-file/",
1786
1793
  "fileMatch": ["**/crowdin.yml"],
1787
- "url": "https://json.schemastore.org/crowdin.json"
1794
+ "url": "https://www.schemastore.org/crowdin.json"
1788
1795
  },
1789
1796
  {
1790
1797
  "name": "Crowdsec collection config",
@@ -1820,7 +1827,7 @@
1820
1827
  "name": ".creatomic",
1821
1828
  "description": "A config for Atomic Design 4 React generator",
1822
1829
  "fileMatch": [".creatomic"],
1823
- "url": "https://json.schemastore.org/creatomic.json"
1830
+ "url": "https://www.schemastore.org/creatomic.json"
1824
1831
  },
1825
1832
  {
1826
1833
  "name": "CSpell (cspell.json)",
@@ -1842,24 +1849,24 @@
1842
1849
  "name": "CSS Comb (.csscomb.json)",
1843
1850
  "description": "CSS Comb's configuration file",
1844
1851
  "fileMatch": [".csscomb.json"],
1845
- "url": "https://json.schemastore.org/csscomb.json"
1852
+ "url": "https://www.schemastore.org/csscomb.json"
1846
1853
  },
1847
1854
  {
1848
1855
  "name": "CSS Lint (.csslintrc)",
1849
1856
  "description": "CSS Lint's configuration file",
1850
1857
  "fileMatch": [".csslintrc"],
1851
- "url": "https://json.schemastore.org/csslintrc.json"
1858
+ "url": "https://www.schemastore.org/csslintrc.json"
1852
1859
  },
1853
1860
  {
1854
1861
  "name": "Dart Build Config (dart-build.json)",
1855
1862
  "description": "Configuration for Dart's build system",
1856
- "url": "https://json.schemastore.org/dart-build.json"
1863
+ "url": "https://www.schemastore.org/dart-build.json"
1857
1864
  },
1858
1865
  {
1859
1866
  "name": "Dart Test Config (dart-test.json)",
1860
1867
  "description": "Configuration for Dart's test package",
1861
1868
  "fileMatch": ["dart_test.yaml"],
1862
- "url": "https://json.schemastore.org/dart-test.json"
1869
+ "url": "https://www.schemastore.org/dart-test.json"
1863
1870
  },
1864
1871
  {
1865
1872
  "name": "DashLord Configuration",
@@ -1909,13 +1916,13 @@
1909
1916
  "name": "datalogic-scan2deploy-android",
1910
1917
  "description": "Datalogic Scan2Deploy Android file",
1911
1918
  "fileMatch": [".dla.json"],
1912
- "url": "https://json.schemastore.org/datalogic-scan2deploy-android.json"
1919
+ "url": "https://www.schemastore.org/datalogic-scan2deploy-android.json"
1913
1920
  },
1914
1921
  {
1915
1922
  "name": "datalogic-scan2deploy-ce",
1916
1923
  "description": "Datalogic Scan2Deploy CE file",
1917
1924
  "fileMatch": [".dlc.json"],
1918
- "url": "https://json.schemastore.org/datalogic-scan2deploy-ce.json"
1925
+ "url": "https://www.schemastore.org/datalogic-scan2deploy-ce.json"
1919
1926
  },
1920
1927
  {
1921
1928
  "name": "ddev-global",
@@ -1933,7 +1940,7 @@
1933
1940
  "name": "debugsettings.json",
1934
1941
  "description": "A the ASP.NET DebugSettings.json files",
1935
1942
  "fileMatch": ["debugsettings.json"],
1936
- "url": "https://json.schemastore.org/debugsettings.json"
1943
+ "url": "https://www.schemastore.org/debugsettings.json"
1937
1944
  },
1938
1945
  {
1939
1946
  "name": "Deno Config (deno.json)",
@@ -1945,13 +1952,13 @@
1945
1952
  "name": "dependabot.json",
1946
1953
  "description": "Dependabot config.yml files",
1947
1954
  "fileMatch": ["**/.dependabot/config.yml"],
1948
- "url": "https://json.schemastore.org/dependabot.json"
1955
+ "url": "https://www.schemastore.org/dependabot.json"
1949
1956
  },
1950
1957
  {
1951
1958
  "name": "dependabot-v2.json",
1952
1959
  "description": "GitHub Action's dependabot.yml files",
1953
1960
  "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
1954
- "url": "https://json.schemastore.org/dependabot-2.0.json"
1961
+ "url": "https://www.schemastore.org/dependabot-2.0.json"
1955
1962
  },
1956
1963
  {
1957
1964
  "name": "Deployer Recipe",
@@ -1963,10 +1970,10 @@
1963
1970
  "name": "Detekt Config (detekt.yml)",
1964
1971
  "description": "Detekt Configuration File",
1965
1972
  "fileMatch": ["detekt.yml", "detekt.yaml"],
1966
- "url": "https://json.schemastore.org/detekt-1.22.0.json",
1973
+ "url": "https://www.schemastore.org/detekt-1.22.0.json",
1967
1974
  "versions": {
1968
- "1.14.1": "https://json.schemastore.org/detekt-1.14.1.json",
1969
- "1.22.0": "https://json.schemastore.org/detekt-1.22.0.json"
1975
+ "1.14.1": "https://www.schemastore.org/detekt-1.14.1.json",
1976
+ "1.22.0": "https://www.schemastore.org/detekt-1.22.0.json"
1970
1977
  }
1971
1978
  },
1972
1979
  {
@@ -1978,13 +1985,13 @@
1978
1985
  "name": "dockerd.json",
1979
1986
  "description": "Docker daemon configuration",
1980
1987
  "fileMatch": ["dockerd.json", "docker.json"],
1981
- "url": "https://json.schemastore.org/dockerd.json"
1988
+ "url": "https://www.schemastore.org/dockerd.json"
1982
1989
  },
1983
1990
  {
1984
1991
  "name": "docker bake",
1985
1992
  "description": "Docker Bake configuration file. Documentation: https://docs.docker.com/build/bake/reference",
1986
1993
  "fileMatch": ["docker-bake.json", "docker-bake.override.json"],
1987
- "url": "https://json.schemastore.org/docker-bake.json"
1994
+ "url": "https://www.schemastore.org/docker-bake.json"
1988
1995
  },
1989
1996
  {
1990
1997
  "name": "docker sequencer",
@@ -2003,7 +2010,7 @@
2003
2010
  "name": "DocFx Config (docfx.json)",
2004
2011
  "description": "A DocFx configuration files",
2005
2012
  "fileMatch": ["docfx.json"],
2006
- "url": "https://json.schemastore.org/docfx.json"
2013
+ "url": "https://www.schemastore.org/docfx.json"
2007
2014
  },
2008
2015
  {
2009
2016
  "name": "Dofigen",
@@ -2016,7 +2023,7 @@
2016
2023
  "*.dofigen.json",
2017
2024
  "*.dofigen.yml"
2018
2025
  ],
2019
- "url": "https://json.schemastore.org/dofigen.json"
2026
+ "url": "https://www.schemastore.org/dofigen.json"
2020
2027
  },
2021
2028
  {
2022
2029
  "name": "Dolittle Artifacts",
@@ -2070,19 +2077,19 @@
2070
2077
  "name": "dotnet Release Index manifest",
2071
2078
  "description": ".NET product collection manifests",
2072
2079
  "fileMatch": ["dotnet-release-index.json"],
2073
- "url": "https://json.schemastore.org/dotnet-releases-index.json"
2080
+ "url": "https://www.schemastore.org/dotnet-releases-index.json"
2074
2081
  },
2075
2082
  {
2076
2083
  "name": "dotnet-tools.json",
2077
2084
  "description": ".NET tools manifest file",
2078
2085
  "fileMatch": ["dotnet-tools.json"],
2079
- "url": "https://json.schemastore.org/dotnet-tools.json"
2086
+ "url": "https://www.schemastore.org/dotnet-tools.json"
2080
2087
  },
2081
2088
  {
2082
2089
  "name": "dotnetcli.host.json",
2083
2090
  "description": ".NET CLI template host files",
2084
2091
  "fileMatch": ["dotnetcli.host.json"],
2085
- "url": "https://json.schemastore.org/dotnetcli.host.json"
2092
+ "url": "https://www.schemastore.org/dotnetcli.host.json"
2086
2093
  },
2087
2094
  {
2088
2095
  "name": "dprint.json",
@@ -2099,18 +2106,18 @@
2099
2106
  "name": "drone.json",
2100
2107
  "description": "Drone CI configuration file",
2101
2108
  "fileMatch": [".drone.yml"],
2102
- "url": "https://json.schemastore.org/drone.json"
2109
+ "url": "https://www.schemastore.org/drone.json"
2103
2110
  },
2104
2111
  {
2105
2112
  "name": "Drush site aliases",
2106
2113
  "description": "Drush 9 site aliases file",
2107
2114
  "fileMatch": ["**/sites/*.site.yml"],
2108
- "url": "https://json.schemastore.org/drush.site.yml.json"
2115
+ "url": "https://www.schemastore.org/drush.site.yml.json"
2109
2116
  },
2110
2117
  {
2111
2118
  "name": "dss-2.0.0.json",
2112
2119
  "description": "Digital Signature Service Core Protocols, Elements, and Bindings Version 2.0",
2113
- "url": "https://json.schemastore.org/dss-2.0.0.json"
2120
+ "url": "https://www.schemastore.org/dss-2.0.0.json"
2114
2121
  },
2115
2122
  {
2116
2123
  "name": "dstack configuration",
@@ -2176,7 +2183,7 @@
2176
2183
  "ecosystem.config.yml",
2177
2184
  "ecosystem.config.yaml"
2178
2185
  ],
2179
- "url": "https://json.schemastore.org/pm2-ecosystem.json"
2186
+ "url": "https://www.schemastore.org/pm2-ecosystem.json"
2180
2187
  },
2181
2188
  {
2182
2189
  "name": "eksctl",
@@ -2190,7 +2197,7 @@
2190
2197
  "elgato-stream-deck-plugin.yml",
2191
2198
  "elgato-stream-deck-plugin.yaml"
2192
2199
  ],
2193
- "url": "https://json.schemastore.org/elgato-stream-deck-plugin.json"
2200
+ "url": "https://www.schemastore.org/elgato-stream-deck-plugin.json"
2194
2201
  },
2195
2202
  {
2196
2203
  "name": "Enterprise Contract Policy Spec",
@@ -2201,24 +2208,24 @@
2201
2208
  "name": ".esmrc.json",
2202
2209
  "description": "Configuration files for the esm module/package in Node.js",
2203
2210
  "fileMatch": [".esmrc", ".esmrc.json"],
2204
- "url": "https://json.schemastore.org/esmrc.json"
2211
+ "url": "https://www.schemastore.org/esmrc.json"
2205
2212
  },
2206
2213
  {
2207
2214
  "name": "Esquio",
2208
2215
  "description": "Esquio configuration files",
2209
- "url": "https://json.schemastore.org/esquio.json"
2216
+ "url": "https://www.schemastore.org/esquio.json"
2210
2217
  },
2211
2218
  {
2212
2219
  "name": "epr-manifest.json",
2213
2220
  "description": "Entry Point Regulation manifest file",
2214
2221
  "fileMatch": ["epr-manifest.json"],
2215
- "url": "https://json.schemastore.org/epr-manifest.json"
2222
+ "url": "https://www.schemastore.org/epr-manifest.json"
2216
2223
  },
2217
2224
  {
2218
2225
  "name": "electron-builder configuration file",
2219
2226
  "description": "electron-build configuration file",
2220
2227
  "fileMatch": ["electron-builder.json"],
2221
- "url": "https://json.schemastore.org/electron-builder.json"
2228
+ "url": "https://www.schemastore.org/electron-builder.json"
2222
2229
  },
2223
2230
  {
2224
2231
  "name": "evcc.yaml",
@@ -2311,17 +2318,17 @@
2311
2318
  "name": "Expo SDK",
2312
2319
  "description": "Expo SDK app manifest",
2313
2320
  "fileMatch": ["app.json"],
2314
- "url": "https://json.schemastore.org/expo-52.0.0.json",
2321
+ "url": "https://www.schemastore.org/expo-52.0.0.json",
2315
2322
  "versions": {
2316
- "37.0.0": "https://json.schemastore.org/expo-37.0.0.json",
2317
- "38.0.0": "https://json.schemastore.org/expo-38.0.0.json",
2318
- "39.0.0": "https://json.schemastore.org/expo-39.0.0.json",
2319
- "40.0.0": "https://json.schemastore.org/expo-40.0.0.json",
2320
- "41.0.0": "https://json.schemastore.org/expo-41.0.0.json",
2321
- "42.0.0": "https://json.schemastore.org/expo-42.0.0.json",
2322
- "46.0.0": "https://json.schemastore.org/expo-46.0.0.json",
2323
- "50.0.0": "https://json.schemastore.org/expo-50.0.0.json",
2324
- "52.0.0": "https://json.schemastore.org/expo-52.0.0.json"
2323
+ "37.0.0": "https://www.schemastore.org/expo-37.0.0.json",
2324
+ "38.0.0": "https://www.schemastore.org/expo-38.0.0.json",
2325
+ "39.0.0": "https://www.schemastore.org/expo-39.0.0.json",
2326
+ "40.0.0": "https://www.schemastore.org/expo-40.0.0.json",
2327
+ "41.0.0": "https://www.schemastore.org/expo-41.0.0.json",
2328
+ "42.0.0": "https://www.schemastore.org/expo-42.0.0.json",
2329
+ "46.0.0": "https://www.schemastore.org/expo-46.0.0.json",
2330
+ "50.0.0": "https://www.schemastore.org/expo-50.0.0.json",
2331
+ "52.0.0": "https://www.schemastore.org/expo-52.0.0.json"
2325
2332
  }
2326
2333
  },
2327
2334
  {
@@ -2334,7 +2341,7 @@
2334
2341
  "name": "EasyVCR .NET",
2335
2342
  "description": "EasyVCR .NET recording file",
2336
2343
  "fileMatch": ["*.easyvcr", "**/cassettes/*.json"],
2337
- "url": "https://json.schemastore.org/easyvcr-net.json"
2344
+ "url": "https://www.schemastore.org/easyvcr-net.json"
2338
2345
  },
2339
2346
  {
2340
2347
  "name": "ezd task runner",
@@ -2351,13 +2358,13 @@
2351
2358
  ".eslintrc.yml",
2352
2359
  ".eslintrc.yaml"
2353
2360
  ],
2354
- "url": "https://json.schemastore.org/eslintrc.json"
2361
+ "url": "https://www.schemastore.org/eslintrc.json"
2355
2362
  },
2356
2363
  {
2357
2364
  "name": "fabric.mod.json",
2358
2365
  "description": "Metadata file used by the Fabric mod loader",
2359
2366
  "fileMatch": ["fabric.mod.json"],
2360
- "url": "https://json.schemastore.org/fabric.mod.json"
2367
+ "url": "https://www.schemastore.org/fabric.mod.json"
2361
2368
  },
2362
2369
  {
2363
2370
  "name": "F-Droid Data metadata",
@@ -2408,37 +2415,37 @@
2408
2415
  "name": "first-timers-bot",
2409
2416
  "description": "A bot that helps onboarding new open-source contributors",
2410
2417
  "fileMatch": ["**/.github/first-timers.yml"],
2411
- "url": "https://json.schemastore.org/first-timers.json"
2418
+ "url": "https://www.schemastore.org/first-timers.json"
2412
2419
  },
2413
2420
  {
2414
2421
  "name": "Foundry VTT - Base package Manifest",
2415
2422
  "description": "Base Module/system/World manifest to inherit from",
2416
2423
  "fileMatch": [],
2417
- "url": "https://json.schemastore.org/foundryvtt-base-package-manifest.json"
2424
+ "url": "https://www.schemastore.org/foundryvtt-base-package-manifest.json"
2418
2425
  },
2419
2426
  {
2420
2427
  "name": "Foundry VTT - Module Manifest",
2421
2428
  "description": "Foundry VTT module.json files",
2422
2429
  "fileMatch": ["**/modules/*/module.json"],
2423
- "url": "https://json.schemastore.org/foundryvtt-module-manifest.json"
2430
+ "url": "https://www.schemastore.org/foundryvtt-module-manifest.json"
2424
2431
  },
2425
2432
  {
2426
2433
  "name": "Foundry VTT - System Manifest",
2427
2434
  "description": "Foundry VTT system.json files",
2428
2435
  "fileMatch": ["**/systems/*/system.json"],
2429
- "url": "https://json.schemastore.org/foundryvtt-system-manifest.json"
2436
+ "url": "https://www.schemastore.org/foundryvtt-system-manifest.json"
2430
2437
  },
2431
2438
  {
2432
2439
  "name": "Foundry VTT - World Manifest",
2433
2440
  "description": "Foundry VTT world.json files",
2434
2441
  "fileMatch": ["**/worlds/*/world.json"],
2435
- "url": "https://json.schemastore.org/foundryvtt-world-manifest.json"
2442
+ "url": "https://www.schemastore.org/foundryvtt-world-manifest.json"
2436
2443
  },
2437
2444
  {
2438
2445
  "name": "Foundry VTT - System Data Template",
2439
2446
  "description": "Foundry VTT template.json files",
2440
2447
  "fileMatch": ["**/systems/*/template.json"],
2441
- "url": "https://json.schemastore.org/foundryvtt-template.json"
2448
+ "url": "https://www.schemastore.org/foundryvtt-template.json"
2442
2449
  },
2443
2450
  {
2444
2451
  "name": "Fossa configuration file",
@@ -2493,7 +2500,7 @@
2493
2500
  "name": "function.json",
2494
2501
  "description": "Azure Functions function.json files",
2495
2502
  "fileMatch": ["function.json"],
2496
- "url": "https://json.schemastore.org/function.json"
2503
+ "url": "https://www.schemastore.org/function.json"
2497
2504
  },
2498
2505
  {
2499
2506
  "name": "G2P Mapping Configuration",
@@ -2508,10 +2515,10 @@
2508
2515
  "name": "Gaspar",
2509
2516
  "description": "Configuration for Gaspar",
2510
2517
  "fileMatch": ["gaspar.config.json"],
2511
- "url": "https://json.schemastore.org/gaspar-3.0.json",
2518
+ "url": "https://www.schemastore.org/gaspar-3.0.json",
2512
2519
  "versions": {
2513
- "1.0": "https://json.schemastore.org/gaspar-1.0.json",
2514
- "3.0": "https://json.schemastore.org/gaspar-3.0.json"
2520
+ "1.0": "https://www.schemastore.org/gaspar-1.0.json",
2521
+ "3.0": "https://www.schemastore.org/gaspar-3.0.json"
2515
2522
  }
2516
2523
  },
2517
2524
  {
@@ -2541,13 +2548,13 @@
2541
2548
  "name": "GCP Blueprint Metadata",
2542
2549
  "description": "Blueprint Solutions for Google Cloud",
2543
2550
  "fileMatch": ["metadata.yaml", "metadata.display.yaml"],
2544
- "url": "https://json.schemastore.org/gcp-blueprint-metadata.json"
2551
+ "url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
2545
2552
  },
2546
2553
  {
2547
2554
  "name": "Global Privacy Control",
2548
2555
  "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
2549
2556
  "fileMatch": ["**/.well-known/gpc.json"],
2550
- "url": "https://json.schemastore.org/gpc.json"
2557
+ "url": "https://www.schemastore.org/gpc.json"
2551
2558
  },
2552
2559
  {
2553
2560
  "name": "GitVersion",
@@ -2568,7 +2575,7 @@
2568
2575
  "**/.forgejo/ISSUE_TEMPLATE/config.yml",
2569
2576
  "**/.forgejo/ISSUE_TEMPLATE/config.yaml"
2570
2577
  ],
2571
- "url": "https://json.schemastore.org/gitea-issue-config.json"
2578
+ "url": "https://www.schemastore.org/gitea-issue-config.json"
2572
2579
  },
2573
2580
  {
2574
2581
  "name": "Gitea Issue Template forms",
@@ -2579,13 +2586,13 @@
2579
2586
  "**/.forgejo/ISSUE_TEMPLATE/**.yml",
2580
2587
  "**/.forgejo/ISSUE_TEMPLATE/**.yaml"
2581
2588
  ],
2582
- "url": "https://json.schemastore.org/gitea-issue-forms.json"
2589
+ "url": "https://www.schemastore.org/gitea-issue-forms.json"
2583
2590
  },
2584
2591
  {
2585
2592
  "name": "GitHub Action",
2586
2593
  "description": "YAML GitHub Actions",
2587
2594
  "fileMatch": ["action.yml", "action.yaml"],
2588
- "url": "https://json.schemastore.org/github-action.json"
2595
+ "url": "https://www.schemastore.org/github-action.json"
2589
2596
  },
2590
2597
  {
2591
2598
  "name": "GitHub Discussion",
@@ -2594,7 +2601,7 @@
2594
2601
  "**/.github/DISCUSSION_TEMPLATE/*.yml",
2595
2602
  "**/.github/DISCUSSION_TEMPLATE/*.yaml"
2596
2603
  ],
2597
- "url": "https://json.schemastore.org/github-discussion.json"
2604
+ "url": "https://www.schemastore.org/github-discussion.json"
2598
2605
  },
2599
2606
  {
2600
2607
  "name": "GitHub Funding",
@@ -2605,7 +2612,7 @@
2605
2612
  "**/.github/funding.yml",
2606
2613
  "**/.github/funding.yaml"
2607
2614
  ],
2608
- "url": "https://json.schemastore.org/github-funding.json"
2615
+ "url": "https://www.schemastore.org/github-funding.json"
2609
2616
  },
2610
2617
  {
2611
2618
  "name": "GitHub Issue Template configuration",
@@ -2614,7 +2621,7 @@
2614
2621
  "**/.github/ISSUE_TEMPLATE/config.yml",
2615
2622
  "**/.github/ISSUE_TEMPLATE/config.yaml"
2616
2623
  ],
2617
- "url": "https://json.schemastore.org/github-issue-config.json"
2624
+ "url": "https://www.schemastore.org/github-issue-config.json"
2618
2625
  },
2619
2626
  {
2620
2627
  "name": "GitHub Issue Template forms",
@@ -2623,7 +2630,7 @@
2623
2630
  "**/.github/ISSUE_TEMPLATE/**.yml",
2624
2631
  "**/.github/ISSUE_TEMPLATE/**.yaml"
2625
2632
  ],
2626
- "url": "https://json.schemastore.org/github-issue-forms.json"
2633
+ "url": "https://www.schemastore.org/github-issue-forms.json"
2627
2634
  },
2628
2635
  {
2629
2636
  "name": "GitHub Workflow",
@@ -2636,19 +2643,19 @@
2636
2643
  "**/.forgejo/workflows/*.yml",
2637
2644
  "**/.forgejo/workflows/*.yaml"
2638
2645
  ],
2639
- "url": "https://json.schemastore.org/github-workflow.json"
2646
+ "url": "https://www.schemastore.org/github-workflow.json"
2640
2647
  },
2641
2648
  {
2642
2649
  "name": "GitHub Workflow Template Properties",
2643
2650
  "description": "properties json file for a GitHub Workflow template",
2644
2651
  "fileMatch": ["**/.github/workflow-templates/**.properties.json"],
2645
- "url": "https://json.schemastore.org/github-workflow-template-properties.json"
2652
+ "url": "https://www.schemastore.org/github-workflow-template-properties.json"
2646
2653
  },
2647
2654
  {
2648
2655
  "name": "GitHub automatically generated release notes configuration",
2649
2656
  "description": "YAML GitHub automatically generated release notes config",
2650
2657
  "fileMatch": ["**/.github/release.yml"],
2651
- "url": "https://json.schemastore.org/github-release-config.json"
2658
+ "url": "https://www.schemastore.org/github-release-config.json"
2652
2659
  },
2653
2660
  {
2654
2661
  "name": "gitlab-ci",
@@ -2788,7 +2795,7 @@
2788
2795
  "name": "global.json",
2789
2796
  "description": "ASP.NET global configuration file",
2790
2797
  "fileMatch": ["global.json"],
2791
- "url": "https://json.schemastore.org/global.json"
2798
+ "url": "https://www.schemastore.org/global.json"
2792
2799
  },
2793
2800
  {
2794
2801
  "name": "Golangci-lint Configuration",
@@ -2842,7 +2849,7 @@
2842
2849
  {
2843
2850
  "name": "Grafana 5.x Dashboard",
2844
2851
  "description": "Grafana 5.x Dashboards",
2845
- "url": "https://json.schemastore.org/grafana-dashboard-5.x.json"
2852
+ "url": "https://www.schemastore.org/grafana-dashboard-5.x.json"
2846
2853
  },
2847
2854
  {
2848
2855
  "name": "tree-sitter grammar.json",
@@ -2893,37 +2900,37 @@
2893
2900
  "name": "Grunt copy task",
2894
2901
  "description": "Grunt copy task configuration file",
2895
2902
  "fileMatch": ["copy.json"],
2896
- "url": "https://json.schemastore.org/grunt-copy-task.json"
2903
+ "url": "https://www.schemastore.org/grunt-copy-task.json"
2897
2904
  },
2898
2905
  {
2899
2906
  "name": "Grunt clean task",
2900
2907
  "description": "Grunt clean task configuration file",
2901
2908
  "fileMatch": ["clean.json"],
2902
- "url": "https://json.schemastore.org/grunt-clean-task.json"
2909
+ "url": "https://www.schemastore.org/grunt-clean-task.json"
2903
2910
  },
2904
2911
  {
2905
2912
  "name": "Grunt cssmin task",
2906
2913
  "description": "Grunt cssmin task configuration file",
2907
2914
  "fileMatch": ["cssmin.json"],
2908
- "url": "https://json.schemastore.org/grunt-cssmin-task.json"
2915
+ "url": "https://www.schemastore.org/grunt-cssmin-task.json"
2909
2916
  },
2910
2917
  {
2911
2918
  "name": "Grunt JSHint task",
2912
2919
  "description": "Grunt JSHint task configuration file",
2913
2920
  "fileMatch": ["jshint.json"],
2914
- "url": "https://json.schemastore.org/grunt-jshint-task.json"
2921
+ "url": "https://www.schemastore.org/grunt-jshint-task.json"
2915
2922
  },
2916
2923
  {
2917
2924
  "name": "Grunt Watch task",
2918
2925
  "description": "Grunt Watch task configuration file",
2919
2926
  "fileMatch": ["watch.json"],
2920
- "url": "https://json.schemastore.org/grunt-watch-task.json"
2927
+ "url": "https://www.schemastore.org/grunt-watch-task.json"
2921
2928
  },
2922
2929
  {
2923
2930
  "name": "Grunt base task",
2924
2931
  "description": "standard Grunt tasks",
2925
2932
  "fileMatch": ["**/grunt/*.json", "*-tasks.json"],
2926
- "url": "https://json.schemastore.org/grunt-task.json"
2933
+ "url": "https://www.schemastore.org/grunt-task.json"
2927
2934
  },
2928
2935
  {
2929
2936
  "name": "haxelib.json",
@@ -2973,19 +2980,19 @@
2973
2980
  "name": "host.json",
2974
2981
  "description": "Azure Functions host.json files",
2975
2982
  "fileMatch": ["host.json"],
2976
- "url": "https://json.schemastore.org/host.json"
2983
+ "url": "https://www.schemastore.org/host.json"
2977
2984
  },
2978
2985
  {
2979
2986
  "name": "host-meta.json",
2980
2987
  "description": "host-meta JDR files",
2981
2988
  "fileMatch": ["host-meta.json"],
2982
- "url": "https://json.schemastore.org/host-meta.json"
2989
+ "url": "https://www.schemastore.org/host-meta.json"
2983
2990
  },
2984
2991
  {
2985
2992
  "name": ".htmlhintrc",
2986
2993
  "description": "HTML Hint configuration file",
2987
2994
  "fileMatch": [".htmlhintrc"],
2988
- "url": "https://json.schemastore.org/htmlhint.json"
2995
+ "url": "https://www.schemastore.org/htmlhint.json"
2989
2996
  },
2990
2997
  {
2991
2998
  "name": ".htmlvalidate",
@@ -3029,7 +3036,7 @@
3029
3036
  "name": "ide.host.json",
3030
3037
  "description": "IDE template host file",
3031
3038
  "fileMatch": ["ide.host.json"],
3032
- "url": "https://json.schemastore.org/ide.host.json"
3039
+ "url": "https://www.schemastore.org/ide.host.json"
3033
3040
  },
3034
3041
  {
3035
3042
  "name": "ifstate.conf",
@@ -3059,28 +3066,28 @@
3059
3066
  "name": "imageoptimizer.json",
3060
3067
  "description": "imageoptimizer.json files",
3061
3068
  "fileMatch": ["imageoptimizer.json"],
3062
- "url": "https://json.schemastore.org/imageoptimizer.json"
3069
+ "url": "https://www.schemastore.org/imageoptimizer.json"
3063
3070
  },
3064
3071
  {
3065
3072
  "name": ".imgbotconfig",
3066
3073
  "description": "Imgbot Configuration Files",
3067
3074
  "fileMatch": [".imgbotconfig"],
3068
- "url": "https://json.schemastore.org/imgbotconfig.json"
3075
+ "url": "https://www.schemastore.org/imgbotconfig.json"
3069
3076
  },
3070
3077
  {
3071
3078
  "name": "IMG Catapult PSP",
3072
3079
  "description": "Imagination Technologies Catapult platform support pack contents",
3073
3080
  "fileMatch": ["contents.yaml"],
3074
- "url": "https://json.schemastore.org/img-catapult-psp-1.0.0.json",
3081
+ "url": "https://www.schemastore.org/img-catapult-psp-1.0.0.json",
3075
3082
  "versions": {
3076
- "1.0.0": "https://json.schemastore.org/img-catapult-psp-1.0.0.json"
3083
+ "1.0.0": "https://www.schemastore.org/img-catapult-psp-1.0.0.json"
3077
3084
  }
3078
3085
  },
3079
3086
  {
3080
3087
  "name": "importmap.json",
3081
3088
  "description": "Import Maps files",
3082
3089
  "fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
3083
- "url": "https://json.schemastore.org/importmap.json"
3090
+ "url": "https://www.schemastore.org/importmap.json"
3084
3091
  },
3085
3092
  {
3086
3093
  "name": "Infrahub",
@@ -3110,13 +3117,13 @@
3110
3117
  "name": "Jasmine",
3111
3118
  "description": "jasmine JSON config file",
3112
3119
  "fileMatch": ["jasmine.json"],
3113
- "url": "https://json.schemastore.org/jasmine.json"
3120
+ "url": "https://www.schemastore.org/jasmine.json"
3114
3121
  },
3115
3122
  {
3116
3123
  "name": "Jekyll",
3117
3124
  "description": "Jekyll static site generator config file",
3118
3125
  "fileMatch": ["_config.yml"],
3119
- "url": "https://json.schemastore.org/jekyll.json"
3126
+ "url": "https://www.schemastore.org/jekyll.json"
3120
3127
  },
3121
3128
  {
3122
3129
  "name": "Jenkins X Pipelines",
@@ -3134,7 +3141,7 @@
3134
3141
  "name": "Jest",
3135
3142
  "description": "A JavaScript Testing Framework",
3136
3143
  "fileMatch": ["jest.config.json"],
3137
- "url": "https://json.schemastore.org/jest.json"
3144
+ "url": "https://www.schemastore.org/jest.json"
3138
3145
  },
3139
3146
  {
3140
3147
  "name": "JDownloader2 crawler single-rules",
@@ -3180,28 +3187,29 @@
3180
3187
  {
3181
3188
  "name": "Jovo Language Models",
3182
3189
  "description": "Jovo language Models. Documentation: https://www.jovo.tech/docs/model",
3183
- "url": "https://json.schemastore.org/jovo-language-model.json"
3190
+ "url": "https://www.schemastore.org/jovo-language-model.json"
3184
3191
  },
3185
3192
  {
3186
3193
  "name": "JReleaser",
3187
3194
  "description": "JReleaser config file",
3188
3195
  "fileMatch": ["jreleaser.yml", "jreleaser.json"],
3189
- "url": "https://json.schemastore.org/jreleaser-1.18.0.json",
3196
+ "url": "https://www.schemastore.org/jreleaser-1.19.0.json",
3190
3197
  "versions": {
3191
- "1.18.0": "https://json.schemastore.org/jreleaser-1.18.0.json",
3192
- "1.17.0": "https://json.schemastore.org/jreleaser-1.17.0.json",
3193
- "1.16.0": "https://json.schemastore.org/jreleaser-1.16.0.json",
3194
- "1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
3195
- "1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
3196
- "1.13.1": "https://json.schemastore.org/jreleaser-1.13.1.json",
3197
- "1.13.0": "https://json.schemastore.org/jreleaser-1.13.0.json",
3198
- "1.12.0": "https://json.schemastore.org/jreleaser-1.12.0.json",
3199
- "1.11.0": "https://json.schemastore.org/jreleaser-1.11.0.json",
3200
- "1.10.0": "https://json.schemastore.org/jreleaser-1.10.0.json",
3201
- "1.9.0": "https://json.schemastore.org/jreleaser-1.9.0.json",
3202
- "1.8.0": "https://json.schemastore.org/jreleaser-1.8.0.json",
3203
- "1.7.0": "https://json.schemastore.org/jreleaser-1.7.0.json",
3204
- "1.6.0": "https://json.schemastore.org/jreleaser-1.6.0.json"
3198
+ "1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
3199
+ "1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json",
3200
+ "1.17.0": "https://www.schemastore.org/jreleaser-1.17.0.json",
3201
+ "1.16.0": "https://www.schemastore.org/jreleaser-1.16.0.json",
3202
+ "1.15.0": "https://www.schemastore.org/jreleaser-1.15.0.json",
3203
+ "1.14.0": "https://www.schemastore.org/jreleaser-1.14.0.json",
3204
+ "1.13.1": "https://www.schemastore.org/jreleaser-1.13.1.json",
3205
+ "1.13.0": "https://www.schemastore.org/jreleaser-1.13.0.json",
3206
+ "1.12.0": "https://www.schemastore.org/jreleaser-1.12.0.json",
3207
+ "1.11.0": "https://www.schemastore.org/jreleaser-1.11.0.json",
3208
+ "1.10.0": "https://www.schemastore.org/jreleaser-1.10.0.json",
3209
+ "1.9.0": "https://www.schemastore.org/jreleaser-1.9.0.json",
3210
+ "1.8.0": "https://www.schemastore.org/jreleaser-1.8.0.json",
3211
+ "1.7.0": "https://www.schemastore.org/jreleaser-1.7.0.json",
3212
+ "1.6.0": "https://www.schemastore.org/jreleaser-1.6.0.json"
3205
3213
  }
3206
3214
  },
3207
3215
  {
@@ -3214,31 +3222,31 @@
3214
3222
  "name": ".jsbeautifyrc",
3215
3223
  "description": "js-beautify configuration file",
3216
3224
  "fileMatch": [".jsbeautifyrc"],
3217
- "url": "https://json.schemastore.org/jsbeautifyrc.json"
3225
+ "url": "https://www.schemastore.org/jsbeautifyrc.json"
3218
3226
  },
3219
3227
  {
3220
3228
  "name": ".jsbeautifyrc-nested",
3221
3229
  "description": "js-beautify configuration file allowing nested `js`, `css`, and `html` attributes",
3222
3230
  "fileMatch": [".jsbeautifyrc"],
3223
- "url": "https://json.schemastore.org/jsbeautifyrc-nested.json"
3231
+ "url": "https://www.schemastore.org/jsbeautifyrc-nested.json"
3224
3232
  },
3225
3233
  {
3226
3234
  "name": ".jscsrc",
3227
3235
  "description": "JSCS configuration file",
3228
3236
  "fileMatch": [".jscsrc", "jscsrc.json"],
3229
- "url": "https://json.schemastore.org/jscsrc.json"
3237
+ "url": "https://www.schemastore.org/jscsrc.json"
3230
3238
  },
3231
3239
  {
3232
3240
  "name": ".jshintrc",
3233
3241
  "description": "JSHint configuration file",
3234
3242
  "fileMatch": [".jshintrc"],
3235
- "url": "https://json.schemastore.org/jshintrc.json"
3243
+ "url": "https://www.schemastore.org/jshintrc.json"
3236
3244
  },
3237
3245
  {
3238
3246
  "name": ".jsinspectrc",
3239
3247
  "description": "JSInspect configuration file",
3240
3248
  "fileMatch": [".jsinspectrc"],
3241
- "url": "https://json.schemastore.org/jsinspectrc.json"
3249
+ "url": "https://www.schemastore.org/jsinspectrc.json"
3242
3250
  },
3243
3251
  {
3244
3252
  "name": "JSON-API",
@@ -3248,35 +3256,35 @@
3248
3256
  {
3249
3257
  "name": "JSON Document Transform",
3250
3258
  "description": "JSON Document Transform",
3251
- "url": "https://json.schemastore.org/jdt.json"
3259
+ "url": "https://www.schemastore.org/jdt.json"
3252
3260
  },
3253
3261
  {
3254
3262
  "name": "JSON Feed",
3255
3263
  "description": "the JSON Feed format",
3256
3264
  "fileMatch": ["feed.json"],
3257
- "url": "https://json.schemastore.org/feed.json",
3265
+ "url": "https://www.schemastore.org/feed.json",
3258
3266
  "versions": {
3259
- "1": "https://json.schemastore.org/feed-1.json",
3260
- "1.1": "https://json.schemastore.org/feed.json"
3267
+ "1": "https://www.schemastore.org/feed-1.json",
3268
+ "1.1": "https://www.schemastore.org/feed.json"
3261
3269
  }
3262
3270
  },
3263
3271
  {
3264
3272
  "name": "*.jsonld",
3265
3273
  "description": "JSON Linked Data files",
3266
3274
  "fileMatch": ["*.jsonld"],
3267
- "url": "https://json.schemastore.org/jsonld.json"
3275
+ "url": "https://www.schemastore.org/jsonld.json"
3268
3276
  },
3269
3277
  {
3270
3278
  "name": "JSONPatch",
3271
3279
  "description": "JSONPatch files",
3272
3280
  "fileMatch": ["*.patch", "*.patch.json", "*.patch.yml", "*.patch.yaml"],
3273
- "url": "https://json.schemastore.org/json-patch.json"
3281
+ "url": "https://www.schemastore.org/json-patch.json"
3274
3282
  },
3275
3283
  {
3276
3284
  "name": "jsconfig.json",
3277
3285
  "description": "JavaScript project configuration file",
3278
3286
  "fileMatch": ["jsconfig.json"],
3279
- "url": "https://json.schemastore.org/jsconfig.json"
3287
+ "url": "https://www.schemastore.org/jsconfig.json"
3280
3288
  },
3281
3289
  {
3282
3290
  "name": "k3d.yaml",
@@ -3348,13 +3356,13 @@
3348
3356
  "name": "Kestra flow file",
3349
3357
  "description": "Kestra Flow definition file, see: kestra.io/docs/workflow-components/flow#flow-sample",
3350
3358
  "fileMatch": ["**/flows/*.yml"],
3351
- "url": "https://json.schemastore.org/kestra-0.19.0.json",
3359
+ "url": "https://www.schemastore.org/kestra-0.19.0.json",
3352
3360
  "versions": {
3353
- "0.18.0": "https://json.schemastore.org/kestra-0.18.0.json",
3354
- "0.18.1": "https://json.schemastore.org/kestra-0.18.1.json",
3355
- "0.18.2": "https://json.schemastore.org/kestra-0.18.2.json",
3356
- "0.18.3": "https://json.schemastore.org/kestra-0.18.3.json",
3357
- "0.19.0": "https://json.schemastore.org/kestra-0.19.0.json"
3361
+ "0.18.0": "https://www.schemastore.org/kestra-0.18.0.json",
3362
+ "0.18.1": "https://www.schemastore.org/kestra-0.18.1.json",
3363
+ "0.18.2": "https://www.schemastore.org/kestra-0.18.2.json",
3364
+ "0.18.3": "https://www.schemastore.org/kestra-0.18.3.json",
3365
+ "0.19.0": "https://www.schemastore.org/kestra-0.19.0.json"
3358
3366
  }
3359
3367
  },
3360
3368
  {
@@ -3431,19 +3439,19 @@
3431
3439
  "name": "kustomization.yaml",
3432
3440
  "description": "Kubernetes native configuration management",
3433
3441
  "fileMatch": ["kustomization.yaml", "kustomization.yml"],
3434
- "url": "https://json.schemastore.org/kustomization.json"
3442
+ "url": "https://www.schemastore.org/kustomization.json"
3435
3443
  },
3436
3444
  {
3437
3445
  "name": "label-commenter-config.yml",
3438
3446
  "description": "A the configuration of the Label Commenter GitHub Action",
3439
3447
  "fileMatch": ["**/.github/label-commenter-config.yml"],
3440
- "url": "https://json.schemastore.org/label-commenter-config.json"
3448
+ "url": "https://www.schemastore.org/label-commenter-config.json"
3441
3449
  },
3442
3450
  {
3443
3451
  "name": "launchsettings.json",
3444
3452
  "description": "A the ASP.NET LaunchSettings.json files",
3445
3453
  "fileMatch": ["launchsettings.json"],
3446
- "url": "https://json.schemastore.org/launchsettings.json"
3454
+ "url": "https://www.schemastore.org/launchsettings.json"
3447
3455
  },
3448
3456
  {
3449
3457
  "name": "Lefthook",
@@ -3472,22 +3480,22 @@
3472
3480
  "name": "lego.json",
3473
3481
  "description": "Config file for the lego-build CLI tool",
3474
3482
  "fileMatch": ["lego.json"],
3475
- "url": "https://json.schemastore.org/lego.json",
3483
+ "url": "https://www.schemastore.org/lego.json",
3476
3484
  "versions": {
3477
- "1.0": "https://json.schemastore.org/lego.json"
3485
+ "1.0": "https://www.schemastore.org/lego.json"
3478
3486
  }
3479
3487
  },
3480
3488
  {
3481
3489
  "name": "lerna.json",
3482
3490
  "description": "A lerna.json files",
3483
3491
  "fileMatch": ["lerna.json"],
3484
- "url": "https://json.schemastore.org/lerna.json"
3492
+ "url": "https://www.schemastore.org/lerna.json"
3485
3493
  },
3486
3494
  {
3487
3495
  "name": "lgtm.yml",
3488
3496
  "description": "A lgtm configuration files",
3489
3497
  "fileMatch": ["lgtm.yml", ".lgtm.yml"],
3490
- "url": "https://json.schemastore.org/lgtm.json"
3498
+ "url": "https://www.schemastore.org/lgtm.json"
3491
3499
  },
3492
3500
  {
3493
3501
  "name": "liblab.config.json",
@@ -3499,13 +3507,13 @@
3499
3507
  "name": "libman.json",
3500
3508
  "description": "client-side library config files",
3501
3509
  "fileMatch": ["libman.json"],
3502
- "url": "https://json.schemastore.org/libman.json"
3510
+ "url": "https://www.schemastore.org/libman.json"
3503
3511
  },
3504
3512
  {
3505
3513
  "name": "license-report-config.json",
3506
3514
  "description": "license report tool configuration file",
3507
3515
  "fileMatch": ["license-report-config.json"],
3508
- "url": "https://json.schemastore.org/license-report-config.json"
3516
+ "url": "https://www.schemastore.org/license-report-config.json"
3509
3517
  },
3510
3518
  {
3511
3519
  "name": "Liferay client-extension.yaml",
@@ -3517,7 +3525,7 @@
3517
3525
  "name": "linkinator.config.json",
3518
3526
  "description": "Linkinator config file",
3519
3527
  "fileMatch": ["linkinator.config.json"],
3520
- "url": "https://json.schemastore.org/linkinator-config.json"
3528
+ "url": "https://www.schemastore.org/linkinator-config.json"
3521
3529
  },
3522
3530
  {
3523
3531
  "name": "LinkML Metamodel",
@@ -3535,7 +3543,7 @@
3535
3543
  "name": "LOOBin",
3536
3544
  "description": "LOOBins macOS binaries. Documentation: https://github.com/infosecB/LOOBins",
3537
3545
  "fileMatch": ["**/LOOBins/*.yml"],
3538
- "url": "https://json.schemastore.org/loobin-1.0.json"
3546
+ "url": "https://www.schemastore.org/loobin-1.0.json"
3539
3547
  },
3540
3548
  {
3541
3549
  "name": "lotus.yaml",
@@ -3547,7 +3555,7 @@
3547
3555
  "name": "local.settings.json",
3548
3556
  "description": "Azure Functions local.settings.json files",
3549
3557
  "fileMatch": ["local.settings.json"],
3550
- "url": "https://json.schemastore.org/local.settings.json"
3558
+ "url": "https://www.schemastore.org/local.settings.json"
3551
3559
  },
3552
3560
  {
3553
3561
  "name": "localazy.json",
@@ -3559,25 +3567,25 @@
3559
3567
  "name": "lsdlschema.json",
3560
3568
  "description": "Power BI linguistic schema definition",
3561
3569
  "fileMatch": ["*.lsdl.yaml", "*.lsdl.json"],
3562
- "url": "https://json.schemastore.org/lsdlschema.json"
3570
+ "url": "https://www.schemastore.org/lsdlschema.json"
3563
3571
  },
3564
3572
  {
3565
3573
  "name": ".luaurc",
3566
3574
  "description": "Luau language configuration file",
3567
3575
  "fileMatch": [".luaurc"],
3568
- "url": "https://json.schemastore.org/luaurc.json"
3576
+ "url": "https://www.schemastore.org/luaurc.json"
3569
3577
  },
3570
3578
  {
3571
3579
  "name": "MapEHR Mapping",
3572
3580
  "description": "Mapping for MapEHR.com",
3573
3581
  "fileMatch": [".map.yml", ".map.yaml", ".map.json"],
3574
- "url": "https://json.schemastore.org/mapehr.json"
3582
+ "url": "https://www.schemastore.org/mapehr.json"
3575
3583
  },
3576
3584
  {
3577
3585
  "name": "A micro editor config",
3578
3586
  "description": "A micro editor config",
3579
3587
  "fileMatch": ["**/micro/settings.json"],
3580
- "url": "https://json.schemastore.org/micro.json"
3588
+ "url": "https://www.schemastore.org/micro.json"
3581
3589
  },
3582
3590
  {
3583
3591
  "name": "MegaLinter configuration",
@@ -3622,7 +3630,7 @@
3622
3630
  "name": "MetricsHub Configuration",
3623
3631
  "description": "MetricsHub configuration file",
3624
3632
  "fileMatch": ["*metricshub.yaml", "*metricshub.yml"],
3625
- "url": "https://json.schemastore.org/metricshub.json"
3633
+ "url": "https://www.schemastore.org/metricshub.json"
3626
3634
  },
3627
3635
  {
3628
3636
  "name": "MetricsHub Connector Configuration",
@@ -3635,108 +3643,108 @@
3635
3643
  "**/metricshub-community-connectors/**/*.yaml",
3636
3644
  "**/metricshub-community-connectors/**/*.yml"
3637
3645
  ],
3638
- "url": "https://json.schemastore.org/metricshub-connector.json"
3646
+ "url": "https://www.schemastore.org/metricshub-connector.json"
3639
3647
  },
3640
3648
  {
3641
3649
  "name": "Microsoft Band Web Tile",
3642
3650
  "description": "Microsoft Band Web Tile manifest file",
3643
- "url": "https://json.schemastore.org/band-manifest.json"
3651
+ "url": "https://www.schemastore.org/band-manifest.json"
3644
3652
  },
3645
3653
  {
3646
3654
  "name": "mimetypes.json",
3647
3655
  "description": "mime type collections",
3648
3656
  "fileMatch": ["mimetypes.json"],
3649
- "url": "https://json.schemastore.org/mimetypes.json"
3657
+ "url": "https://www.schemastore.org/mimetypes.json"
3650
3658
  },
3651
3659
  {
3652
3660
  "name": "Minecraft Data Pack Advancement",
3653
3661
  "description": "Configuration file defining an advancement for a data pack for Minecraft",
3654
3662
  "fileMatch": ["**/data/*/advancements/*.json"],
3655
- "url": "https://json.schemastore.org/minecraft-advancement.json"
3663
+ "url": "https://www.schemastore.org/minecraft-advancement.json"
3656
3664
  },
3657
3665
  {
3658
3666
  "name": "Minecraft Data Pack Biome",
3659
3667
  "description": "Configuration file defining a biome for a data pack for Minecraft",
3660
3668
  "fileMatch": ["**/data/*/worldgen/biome/*.json"],
3661
- "url": "https://json.schemastore.org/minecraft-biome.json"
3669
+ "url": "https://www.schemastore.org/minecraft-biome.json"
3662
3670
  },
3663
3671
  {
3664
3672
  "name": "Minecraft Data Pack Configured Carver",
3665
3673
  "description": "Configuration file defining a configured carver for a data pack for Minecraft",
3666
3674
  "fileMatch": ["**/data/*/worldgen/configured_carver/*.json"],
3667
- "url": "https://json.schemastore.org/minecraft-configured-carver.json"
3675
+ "url": "https://www.schemastore.org/minecraft-configured-carver.json"
3668
3676
  },
3669
3677
  {
3670
3678
  "name": "Minecraft Data Pack Damage Type",
3671
3679
  "description": "Configuration file defining a damage type for a data pack for Minecraft",
3672
3680
  "fileMatch": ["**/data/*/damage_type/*.json"],
3673
- "url": "https://json.schemastore.org/minecraft-damage-type.json"
3681
+ "url": "https://www.schemastore.org/minecraft-damage-type.json"
3674
3682
  },
3675
3683
  {
3676
3684
  "name": "Minecraft Data Pack Dimension Type",
3677
3685
  "description": "Configuration file defining a dimension type for a data pack for Minecraft",
3678
3686
  "fileMatch": ["**/data/*/dimension_type/*.json"],
3679
- "url": "https://json.schemastore.org/minecraft-dimension-type.json"
3687
+ "url": "https://www.schemastore.org/minecraft-dimension-type.json"
3680
3688
  },
3681
3689
  {
3682
3690
  "name": "Minecraft Data Pack Dimension",
3683
3691
  "description": "Configuration file defining a dimension for a data pack for Minecraft",
3684
3692
  "fileMatch": ["**/data/*/dimension/*.json"],
3685
- "url": "https://json.schemastore.org/minecraft-dimension.json"
3693
+ "url": "https://www.schemastore.org/minecraft-dimension.json"
3686
3694
  },
3687
3695
  {
3688
3696
  "name": "Minecraft Data Pack Item Modifier",
3689
3697
  "description": "Configuration file defining an item modifier for a data pack for Minecraft",
3690
3698
  "fileMatch": ["**/data/*/item_modifiers/*.json"],
3691
- "url": "https://json.schemastore.org/minecraft-item-modifier.json"
3699
+ "url": "https://www.schemastore.org/minecraft-item-modifier.json"
3692
3700
  },
3693
3701
  {
3694
3702
  "name": "Minecraft Data Pack Loot Table",
3695
3703
  "description": "Configuration file defining a loot table for a data pack for Minecraft",
3696
3704
  "fileMatch": ["**/data/*/loot_tables/**/*.json"],
3697
- "url": "https://json.schemastore.org/minecraft-loot-table.json"
3705
+ "url": "https://www.schemastore.org/minecraft-loot-table.json"
3698
3706
  },
3699
3707
  {
3700
3708
  "name": "Minecraft Data Pack Metadata",
3701
3709
  "description": "Configuration file defining the metadata of a data pack for Minecraft",
3702
3710
  "fileMatch": ["**/pack.mcmeta"],
3703
- "url": "https://json.schemastore.org/minecraft-pack-mcmeta.json"
3711
+ "url": "https://www.schemastore.org/minecraft-pack-mcmeta.json"
3704
3712
  },
3705
3713
  {
3706
3714
  "name": "Minecraft Data Pack Predicate",
3707
3715
  "description": "Configuration file defining a predicate for a data pack for Minecraft",
3708
3716
  "fileMatch": ["**/data/*/predicates/*.json"],
3709
- "url": "https://json.schemastore.org/minecraft-predicate.json"
3717
+ "url": "https://www.schemastore.org/minecraft-predicate.json"
3710
3718
  },
3711
3719
  {
3712
3720
  "name": "Minecraft Data Pack Recipe",
3713
3721
  "description": "Configuration file defining a recipe for a data pack for Minecraft",
3714
3722
  "fileMatch": ["**/data/*/recipes/*.json"],
3715
- "url": "https://json.schemastore.org/minecraft-recipe.json"
3723
+ "url": "https://www.schemastore.org/minecraft-recipe.json"
3716
3724
  },
3717
3725
  {
3718
3726
  "name": "Minecraft Data Pack Tag",
3719
3727
  "description": "Configuration file defining a tag for a data pack for Minecraft",
3720
3728
  "fileMatch": ["**/data/*/tags/**/*.json"],
3721
- "url": "https://json.schemastore.org/minecraft-tag.json"
3729
+ "url": "https://www.schemastore.org/minecraft-tag.json"
3722
3730
  },
3723
3731
  {
3724
3732
  "name": "Minecraft Data Pack Template Pool",
3725
3733
  "description": "Configuration file defining a template pool for a data pack for Minecraft",
3726
3734
  "fileMatch": ["**/data/*/worldgen/template_pool/*.json"],
3727
- "url": "https://json.schemastore.org/minecraft-template-pool.json"
3735
+ "url": "https://www.schemastore.org/minecraft-template-pool.json"
3728
3736
  },
3729
3737
  {
3730
3738
  "name": "Minecraft Resource Pack Lang",
3731
3739
  "description": "Configuration file defining a language for a resource pack for Minecraft",
3732
3740
  "fileMatch": ["**/assets/*/lang/*.json"],
3733
- "url": "https://json.schemastore.org/minecraft-lang.json"
3741
+ "url": "https://www.schemastore.org/minecraft-lang.json"
3734
3742
  },
3735
3743
  {
3736
3744
  "name": "Minecraft Resource Pack Particle",
3737
3745
  "description": "Configuration file defining a particle for a resource pack for Minecraft",
3738
3746
  "fileMatch": ["**/assets/*/particles/*.json"],
3739
- "url": "https://json.schemastore.org/minecraft-particle.json"
3747
+ "url": "https://www.schemastore.org/minecraft-particle.json"
3740
3748
  },
3741
3749
  {
3742
3750
  "name": "Minecraft Resourcepack Sounds",
@@ -3748,28 +3756,28 @@
3748
3756
  "name": "Minecraft Resource Pack Texture Mcmeta",
3749
3757
  "description": "Configuration file defining an mcmeta file for a texture for a resource pack for Minecraft",
3750
3758
  "fileMatch": ["**/assets/*/textures/**/*.png.mcmeta"],
3751
- "url": "https://json.schemastore.org/minecraft-texture-mcmeta.json"
3759
+ "url": "https://www.schemastore.org/minecraft-texture-mcmeta.json"
3752
3760
  },
3753
3761
  {
3754
3762
  "name": "Minecraft Data Pack Trim Material",
3755
3763
  "description": "Configuration file defining a trim material for a data pack for Minecraft",
3756
3764
  "fileMatch": ["**/data/*/trim_material/*.json"],
3757
- "url": "https://json.schemastore.org/minecraft-trim-material.json"
3765
+ "url": "https://www.schemastore.org/minecraft-trim-material.json"
3758
3766
  },
3759
3767
  {
3760
3768
  "name": "Minecraft Data Pack Trim Pattern",
3761
3769
  "description": "Configuration file defining a trim pattern for a data pack for Minecraft",
3762
3770
  "fileMatch": ["**/data/*/trim_pattern/*.json"],
3763
- "url": "https://json.schemastore.org/minecraft-trim-pattern.json"
3771
+ "url": "https://www.schemastore.org/minecraft-trim-pattern.json"
3764
3772
  },
3765
3773
  {
3766
3774
  "name": "mkdocs.yml",
3767
3775
  "description": "MkDocs configuration file",
3768
3776
  "fileMatch": ["mkdocs.yml"],
3769
- "url": "https://json.schemastore.org/mkdocs-1.6.json",
3777
+ "url": "https://www.schemastore.org/mkdocs-1.6.json",
3770
3778
  "versions": {
3771
- "1.0": "https://json.schemastore.org/mkdocs-1.0.json",
3772
- "1.6": "https://json.schemastore.org/mkdocs-1.6.json"
3779
+ "1.0": "https://www.schemastore.org/mkdocs-1.0.json",
3780
+ "1.6": "https://www.schemastore.org/mkdocs-1.6.json"
3773
3781
  }
3774
3782
  },
3775
3783
  {
@@ -3834,25 +3842,25 @@
3834
3842
  ".mocharc.yml",
3835
3843
  ".mocharc.yaml"
3836
3844
  ],
3837
- "url": "https://json.schemastore.org/mocharc.json"
3845
+ "url": "https://www.schemastore.org/mocharc.json"
3838
3846
  },
3839
3847
  {
3840
3848
  "name": ".modernizrrc",
3841
3849
  "description": "Webpack modernizr-loader configuration file",
3842
3850
  "fileMatch": [".modernizrrc"],
3843
- "url": "https://json.schemastore.org/modernizrrc.json"
3851
+ "url": "https://www.schemastore.org/modernizrrc.json"
3844
3852
  },
3845
3853
  {
3846
3854
  "name": "Monade CLI Stack Configuration",
3847
3855
  "description": "The configuration file to get a local stack up and running with Monade CLI",
3848
3856
  "fileMatch": ["monade.yaml", "monade.yml", ".monade.yaml", ".monade.yml"],
3849
- "url": "https://json.schemastore.org/monade-stack-config.json"
3857
+ "url": "https://www.schemastore.org/monade-stack-config.json"
3850
3858
  },
3851
3859
  {
3852
3860
  "name": "mycode.json",
3853
3861
  "description": "mycode.js files",
3854
3862
  "fileMatch": ["mycode.json"],
3855
- "url": "https://json.schemastore.org/mycode.json"
3863
+ "url": "https://www.schemastore.org/mycode.json"
3856
3864
  },
3857
3865
  {
3858
3866
  "name": "napari plugin manifest",
@@ -3864,7 +3872,7 @@
3864
3872
  "name": "Netlify config",
3865
3873
  "description": "Netlify YAML config",
3866
3874
  "fileMatch": ["**/admin/config*.yml"],
3867
- "url": "https://json.schemastore.org/netlify.json"
3875
+ "url": "https://www.schemastore.org/netlify.json"
3868
3876
  },
3869
3877
  {
3870
3878
  "name": "Network-as-Code Data Model",
@@ -3882,19 +3890,19 @@
3882
3890
  "name": "Nightwatch.js",
3883
3891
  "description": "nightwatch.js config",
3884
3892
  "fileMatch": ["nightwatch.json"],
3885
- "url": "https://json.schemastore.org/nightwatch.json"
3893
+ "url": "https://www.schemastore.org/nightwatch.json"
3886
3894
  },
3887
3895
  {
3888
3896
  "name": "ninjs (News in JSON)",
3889
3897
  "description": "A ninjs by the IPTC. News and publishing information. Documentation: https://iptc.org/standards/ninjs/",
3890
- "url": "https://json.schemastore.org/ninjs-2.0.json",
3898
+ "url": "https://www.schemastore.org/ninjs-2.0.json",
3891
3899
  "versions": {
3892
- "2.0": "https://json.schemastore.org/ninjs-2.0.json",
3893
- "1.4": "https://json.schemastore.org/ninjs-1.4.json",
3894
- "1.3": "https://json.schemastore.org/ninjs-1.3.json",
3895
- "1.2": "https://json.schemastore.org/ninjs-1.2.json",
3896
- "1.1": "https://json.schemastore.org/ninjs-1.1.json",
3897
- "1.0": "https://json.schemastore.org/ninjs-1.0.json"
3900
+ "2.0": "https://www.schemastore.org/ninjs-2.0.json",
3901
+ "1.4": "https://www.schemastore.org/ninjs-1.4.json",
3902
+ "1.3": "https://www.schemastore.org/ninjs-1.3.json",
3903
+ "1.2": "https://www.schemastore.org/ninjs-1.2.json",
3904
+ "1.1": "https://www.schemastore.org/ninjs-1.1.json",
3905
+ "1.0": "https://www.schemastore.org/ninjs-1.0.json"
3898
3906
  }
3899
3907
  },
3900
3908
  {
@@ -3906,7 +3914,7 @@
3906
3914
  "nest-cli.json",
3907
3915
  "nest.json"
3908
3916
  ],
3909
- "url": "https://json.schemastore.org/nest-cli.json"
3917
+ "url": "https://www.schemastore.org/nest-cli.json"
3910
3918
  },
3911
3919
  {
3912
3920
  "name": "nlu.json",
@@ -3918,13 +3926,13 @@
3918
3926
  "name": ".nodehawkrc",
3919
3927
  "description": ".nodehawkrc configuration files",
3920
3928
  "fileMatch": [".nodehawkrc"],
3921
- "url": "https://json.schemastore.org/nodehawkrc.json"
3929
+ "url": "https://www.schemastore.org/nodehawkrc.json"
3922
3930
  },
3923
3931
  {
3924
3932
  "name": "nodemon.json",
3925
3933
  "description": "nodemon.json configuration files",
3926
3934
  "fileMatch": ["nodemon.json"],
3927
- "url": "https://json.schemastore.org/nodemon.json"
3935
+ "url": "https://www.schemastore.org/nodemon.json"
3928
3936
  },
3929
3937
  {
3930
3938
  "name": "notebook.mod.json",
@@ -3946,12 +3954,12 @@
3946
3954
  "npmpackagejsonlintrc.json",
3947
3955
  ".npmpackagejsonlintrc.json"
3948
3956
  ],
3949
- "url": "https://json.schemastore.org/npmpackagejsonlintrc.json"
3957
+ "url": "https://www.schemastore.org/npmpackagejsonlintrc.json"
3950
3958
  },
3951
3959
  {
3952
3960
  "name": "npm-badges",
3953
3961
  "description": "the NPM package badges",
3954
- "url": "https://json.schemastore.org/npm-badges.json"
3962
+ "url": "https://www.schemastore.org/npm-badges.json"
3955
3963
  },
3956
3964
  {
3957
3965
  "name": "nuclei-template.yaml",
@@ -3962,22 +3970,22 @@
3962
3970
  {
3963
3971
  "name": "nuget-project.json",
3964
3972
  "description": "NuGet project.json files",
3965
- "url": "https://json.schemastore.org/nuget-project.json",
3973
+ "url": "https://www.schemastore.org/nuget-project.json",
3966
3974
  "versions": {
3967
- "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0.json"
3975
+ "3.3.0": "https://www.schemastore.org/nuget-project-3.3.0.json"
3968
3976
  }
3969
3977
  },
3970
3978
  {
3971
3979
  "name": "NueJS configuration file",
3972
3980
  "description": "NueJS site configuration file",
3973
3981
  "fileMatch": [],
3974
- "url": "https://json.schemastore.org/nuejs-site.json"
3982
+ "url": "https://www.schemastore.org/nuejs-site.json"
3975
3983
  },
3976
3984
  {
3977
3985
  "name": "nswag.json",
3978
3986
  "description": "nswag configuration",
3979
3987
  "fileMatch": ["nswag.json"],
3980
- "url": "https://json.schemastore.org/nswag.json"
3988
+ "url": "https://www.schemastore.org/nswag.json"
3981
3989
  },
3982
3990
  {
3983
3991
  "name": "Nullstone config",
@@ -4014,7 +4022,7 @@
4014
4022
  "name": "ocelot.json",
4015
4023
  "description": "the Ocelot Api Gateway",
4016
4024
  "fileMatch": ["ocelot.json"],
4017
- "url": "https://json.schemastore.org/ocelot.json"
4025
+ "url": "https://www.schemastore.org/ocelot.json"
4018
4026
  },
4019
4027
  {
4020
4028
  "name": "October CMS columns",
@@ -4038,7 +4046,7 @@
4038
4046
  "name": "omnisharp.json",
4039
4047
  "description": "Omnisharp Configuration file",
4040
4048
  "fileMatch": ["omnisharp.json"],
4041
- "url": "https://json.schemastore.org/omnisharp.json"
4049
+ "url": "https://www.schemastore.org/omnisharp.json"
4042
4050
  },
4043
4051
  {
4044
4052
  "name": "openapi.json",
@@ -4067,13 +4075,13 @@
4067
4075
  "name": "OpenUtau character yaml",
4068
4076
  "description": "OpenUtau voicebank configuration file, character.yaml",
4069
4077
  "fileMatch": ["character.yaml"],
4070
- "url": "https://json.schemastore.org/openutau-character.json"
4078
+ "url": "https://www.schemastore.org/openutau-character.json"
4071
4079
  },
4072
4080
  {
4073
4081
  "name": "OpenUtau ustx",
4074
4082
  "description": "OpenUtau project file, ustx",
4075
4083
  "fileMatch": ["*.ustx"],
4076
- "url": "https://json.schemastore.org/openutau-ustx.json"
4084
+ "url": "https://www.schemastore.org/openutau-ustx.json"
4077
4085
  },
4078
4086
  {
4079
4087
  "name": "ops.yaml",
@@ -4085,18 +4093,18 @@
4085
4093
  "name": "ONe's service descriptor",
4086
4094
  "description": "ONe's service descriptor",
4087
4095
  "fileMatch": ["service-descriptor.yml"],
4088
- "url": "https://json.schemastore.org/one-service-descriptor-schema-0.1.json"
4096
+ "url": "https://www.schemastore.org/one-service-descriptor-schema-0.1.json"
4089
4097
  },
4090
4098
  {
4091
4099
  "name": "ONe's changelog entry",
4092
4100
  "description": "ONe's changelog entry",
4093
4101
  "fileMatch": ["**/changelogs/*.yml"],
4094
- "url": "https://json.schemastore.org/one-changelog-schema-0.1.json"
4102
+ "url": "https://www.schemastore.org/one-changelog-schema-0.1.json"
4095
4103
  },
4096
4104
  {
4097
4105
  "name": "openfin.json",
4098
4106
  "description": "OpenFin application configuration file",
4099
- "url": "https://json.schemastore.org/openfin.json"
4107
+ "url": "https://www.schemastore.org/openfin.json"
4100
4108
  },
4101
4109
  {
4102
4110
  "name": "OpenRewrite Resource",
@@ -4106,14 +4114,25 @@
4106
4114
  },
4107
4115
  {
4108
4116
  "name": "Open Data Contract Standard (ODCS)",
4109
- "description": "Open Data Contract Standard contract file",
4117
+ "description": "Open Data Contract Standard contract file, from the Bitol project at The Linux Foundation",
4110
4118
  "fileMatch": ["*.odcs.yaml", "*.odcs.yml"],
4111
4119
  "url": "https://raw.githubusercontent.com/bitol-io/open-data-contract-standard/main/schema/odcs-json-schema-latest.json",
4112
4120
  "versions": {
4121
+ "v3.0.2": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.2.json",
4122
+ "v3.0.1": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.1.json",
4113
4123
  "v3.0.0": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.0.json",
4114
4124
  "v2.2.2": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v2.2.2.json"
4115
4125
  }
4116
4126
  },
4127
+ {
4128
+ "name": "Open Data Product Standard (ODPS)",
4129
+ "description": "Open Data Product Standard descriptor file, from the Bitol project at The Linux Foundation",
4130
+ "fileMatch": ["*.odps.yaml", "*.odps.yml"],
4131
+ "url": "https://raw.githubusercontent.com/bitol-io/open-data-product-standard/main/schema/odps-json-schema-latest.json",
4132
+ "versions": {
4133
+ "v0.9.0": "https://github.com/bitol-io/open-data-product-standard/blob/main/schema/odps-json-schema-v0.9.0.json"
4134
+ }
4135
+ },
4117
4136
  {
4118
4137
  "name": "Outblocks project configuration",
4119
4138
  "description": "Outblocks project configuration files",
@@ -4327,29 +4346,29 @@
4327
4346
  "name": "package.json",
4328
4347
  "description": "NPM configuration file",
4329
4348
  "fileMatch": ["package.json"],
4330
- "url": "https://json.schemastore.org/package.json"
4349
+ "url": "https://www.schemastore.org/package.json"
4331
4350
  },
4332
4351
  {
4333
4352
  "name": "package.manifest",
4334
4353
  "description": "Umbraco package configuration file",
4335
4354
  "fileMatch": ["package.manifest"],
4336
- "url": "https://json.schemastore.org/package.manifest.json",
4355
+ "url": "https://www.schemastore.org/package.manifest.json",
4337
4356
  "versions": {
4338
- "8.0.0": "https://json.schemastore.org/package.manifest-8.0.0.json",
4339
- "7.0.0": "https://json.schemastore.org/package.manifest-7.0.0.json"
4357
+ "8.0.0": "https://www.schemastore.org/package.manifest-8.0.0.json",
4358
+ "7.0.0": "https://www.schemastore.org/package.manifest-7.0.0.json"
4340
4359
  }
4341
4360
  },
4342
4361
  {
4343
4362
  "name": "Packer",
4344
4363
  "description": "Packer template JSON configuration",
4345
4364
  "fileMatch": ["packer.json"],
4346
- "url": "https://json.schemastore.org/packer.json"
4365
+ "url": "https://www.schemastore.org/packer.json"
4347
4366
  },
4348
4367
  {
4349
4368
  "name": "Paper paper-plugin.yml",
4350
4369
  "description": "Paper Plugins YAML",
4351
4370
  "fileMatch": ["paper-plugin.yml"],
4352
- "url": "https://json.schemastore.org/paper-plugin.json"
4371
+ "url": "https://www.schemastore.org/paper-plugin.json"
4353
4372
  },
4354
4373
  {
4355
4374
  "name": "pathfinder.yml",
@@ -4366,19 +4385,19 @@
4366
4385
  "name": "PDM",
4367
4386
  "description": "A modern Python package and dependency manager supporting the latest PEP standard (pdm.toml config file)",
4368
4387
  "fileMatch": ["pdm.toml"],
4369
- "url": "https://json.schemastore.org/pdm.json"
4388
+ "url": "https://www.schemastore.org/pdm.json"
4370
4389
  },
4371
4390
  {
4372
4391
  "name": "pgap_yaml_input_reader",
4373
4392
  "description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
4374
4393
  "fileMatch": ["submol*.json", "submol*.yml", "submol*.yaml"],
4375
- "url": "https://json.schemastore.org/pgap_yaml_input_reader.json"
4394
+ "url": "https://www.schemastore.org/pgap_yaml_input_reader.json"
4376
4395
  },
4377
4396
  {
4378
4397
  "name": "pattern.json",
4379
4398
  "description": "Patternplate pattern manifest file",
4380
4399
  "fileMatch": ["pattern.json"],
4381
- "url": "https://json.schemastore.org/pattern.json"
4400
+ "url": "https://www.schemastore.org/pattern.json"
4382
4401
  },
4383
4402
  {
4384
4403
  "name": "pixi.toml",
@@ -4396,24 +4415,24 @@
4396
4415
  "name": "PocketMine plugin.yml",
4397
4416
  "description": "PocketMine plugin manifest file",
4398
4417
  "fileMatch": ["plugin.yml"],
4399
- "url": "https://json.schemastore.org/pocketmine-plugin.json"
4418
+ "url": "https://www.schemastore.org/pocketmine-plugin.json"
4400
4419
  },
4401
4420
  {
4402
4421
  "name": "plagiarize.yaml",
4403
4422
  "description": "Yaml Plagiarize",
4404
4423
  "fileMatch": ["plagiarize.yaml", "plagiarize.json"],
4405
- "url": "https://json.schemastore.org/plagiarize.json",
4424
+ "url": "https://www.schemastore.org/plagiarize.json",
4406
4425
  "versions": {
4407
- "0.0": "https://json.schemastore.org/plagiarize-0.0.json"
4426
+ "0.0": "https://www.schemastore.org/plagiarize-0.0.json"
4408
4427
  }
4409
4428
  },
4410
4429
  {
4411
4430
  "name": "plagiarize-me.yaml",
4412
4431
  "description": "Yaml Plagiarize MEe",
4413
4432
  "fileMatch": ["plagiarize-me.yaml", "plagiarize-me.json"],
4414
- "url": "https://json.schemastore.org/plagiarize-me.json",
4433
+ "url": "https://www.schemastore.org/plagiarize-me.json",
4415
4434
  "versions": {
4416
- "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json"
4435
+ "0.0": "https://www.schemastore.org/plagiarize-me-0.0.json"
4417
4436
  }
4418
4437
  },
4419
4438
  {
@@ -4443,7 +4462,7 @@
4443
4462
  ".postcssrc.yaml",
4444
4463
  ".postcssrc.yml"
4445
4464
  ],
4446
- "url": "https://json.schemastore.org/postcssrc.json"
4465
+ "url": "https://www.schemastore.org/postcssrc.json"
4447
4466
  },
4448
4467
  {
4449
4468
  "name": "Postman collection",
@@ -4460,31 +4479,31 @@
4460
4479
  "name": ".powerpages-web-template-manifest",
4461
4480
  "description": "Custom manifest declaration for Web templates",
4462
4481
  "fileMatch": [".powerpages-web-template-manifest"],
4463
- "url": "https://json.schemastore.org/powerpages-web-template-manifest.json"
4482
+ "url": "https://www.schemastore.org/powerpages-web-template-manifest.json"
4464
4483
  },
4465
4484
  {
4466
4485
  "name": ".pre-commit-config.yml",
4467
4486
  "description": "pre-commit configuration file",
4468
4487
  "fileMatch": [".pre-commit-config.yml", ".pre-commit-config.yaml"],
4469
- "url": "https://json.schemastore.org/pre-commit-config.json"
4488
+ "url": "https://www.schemastore.org/pre-commit-config.json"
4470
4489
  },
4471
4490
  {
4472
4491
  "name": ".pre-commit-hooks.yml",
4473
4492
  "description": "pre-commit hooks definition file",
4474
4493
  "fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
4475
- "url": "https://json.schemastore.org/pre-commit-hooks.json"
4494
+ "url": "https://www.schemastore.org/pre-commit-hooks.json"
4476
4495
  },
4477
4496
  {
4478
4497
  "name": ".phrase.yml",
4479
4498
  "description": "Phrase configuration file",
4480
4499
  "fileMatch": [".phrase.yml"],
4481
- "url": "https://json.schemastore.org/phrase.json"
4500
+ "url": "https://www.schemastore.org/phrase.json"
4482
4501
  },
4483
4502
  {
4484
4503
  "name": ".phraseapp.yml",
4485
4504
  "description": "PhraseApp configuration file",
4486
4505
  "fileMatch": [".phraseapp.yml"],
4487
- "url": "https://json.schemastore.org/phraseapp.json"
4506
+ "url": "https://www.schemastore.org/phraseapp.json"
4488
4507
  },
4489
4508
  {
4490
4509
  "name": "prefect.toml",
@@ -4501,18 +4520,18 @@
4501
4520
  ".prettierrc.yml",
4502
4521
  ".prettierrc.yaml"
4503
4522
  ],
4504
- "url": "https://json.schemastore.org/prettierrc.json",
4523
+ "url": "https://www.schemastore.org/prettierrc.json",
4505
4524
  "versions": {
4506
- "1.8.2": "https://json.schemastore.org/prettierrc-1.8.2.json",
4507
- "2.8.8": "https://json.schemastore.org/prettierrc-2.8.8.json",
4508
- "3.0.0": "https://json.schemastore.org/prettierrc.json"
4525
+ "1.8.2": "https://www.schemastore.org/prettierrc-1.8.2.json",
4526
+ "2.8.8": "https://www.schemastore.org/prettierrc-2.8.8.json",
4527
+ "3.0.0": "https://www.schemastore.org/prettierrc.json"
4509
4528
  }
4510
4529
  },
4511
4530
  {
4512
4531
  "name": "prisma.yml",
4513
4532
  "description": "prisma.yml service definition file",
4514
4533
  "fileMatch": ["prisma.yml"],
4515
- "url": "https://json.schemastore.org/prisma.json"
4534
+ "url": "https://www.schemastore.org/prisma.json"
4516
4535
  },
4517
4536
  {
4518
4537
  "name": "ProActions AI-Kit Configuration",
@@ -4560,52 +4579,52 @@
4560
4579
  "name": "project.json",
4561
4580
  "description": "ASP.NET vNext project configuration file",
4562
4581
  "fileMatch": ["project.json"],
4563
- "url": "https://json.schemastore.org/project.json",
4582
+ "url": "https://www.schemastore.org/project.json",
4564
4583
  "versions": {
4565
- "1.0.0-beta3": "https://json.schemastore.org/project-1.0.0-beta3.json",
4566
- "1.0.0-beta4": "https://json.schemastore.org/project-1.0.0-beta4.json",
4567
- "1.0.0-beta5": "https://json.schemastore.org/project-1.0.0-beta5.json",
4568
- "1.0.0-beta6": "https://json.schemastore.org/project-1.0.0-beta6.json",
4569
- "1.0.0-beta8": "https://json.schemastore.org/project-1.0.0-beta8.json",
4570
- "1.0.0-rc1": "https://json.schemastore.org/project-1.0.0-rc1.json",
4571
- "1.0.0-rc1-update1": "https://json.schemastore.org/project-1.0.0-rc1.json",
4572
- "1.0.0-rc2": "https://json.schemastore.org/project-1.0.0-rc2.json"
4584
+ "1.0.0-beta3": "https://www.schemastore.org/project-1.0.0-beta3.json",
4585
+ "1.0.0-beta4": "https://www.schemastore.org/project-1.0.0-beta4.json",
4586
+ "1.0.0-beta5": "https://www.schemastore.org/project-1.0.0-beta5.json",
4587
+ "1.0.0-beta6": "https://www.schemastore.org/project-1.0.0-beta6.json",
4588
+ "1.0.0-beta8": "https://www.schemastore.org/project-1.0.0-beta8.json",
4589
+ "1.0.0-rc1": "https://www.schemastore.org/project-1.0.0-rc1.json",
4590
+ "1.0.0-rc1-update1": "https://www.schemastore.org/project-1.0.0-rc1.json",
4591
+ "1.0.0-rc2": "https://www.schemastore.org/project-1.0.0-rc2.json"
4573
4592
  }
4574
4593
  },
4575
4594
  {
4576
4595
  "name": "project-1.0.0-beta3.json",
4577
4596
  "description": "ASP.NET vNext project configuration file",
4578
- "url": "https://json.schemastore.org/project-1.0.0-beta3.json"
4597
+ "url": "https://www.schemastore.org/project-1.0.0-beta3.json"
4579
4598
  },
4580
4599
  {
4581
4600
  "name": "project-1.0.0-beta4.json",
4582
4601
  "description": "ASP.NET vNext project configuration file",
4583
- "url": "https://json.schemastore.org/project-1.0.0-beta4.json"
4602
+ "url": "https://www.schemastore.org/project-1.0.0-beta4.json"
4584
4603
  },
4585
4604
  {
4586
4605
  "name": "project-1.0.0-beta5.json",
4587
4606
  "description": "ASP.NET vNext project configuration file",
4588
- "url": "https://json.schemastore.org/project-1.0.0-beta5.json"
4607
+ "url": "https://www.schemastore.org/project-1.0.0-beta5.json"
4589
4608
  },
4590
4609
  {
4591
4610
  "name": "project-1.0.0-beta6.json",
4592
4611
  "description": "ASP.NET vNext project configuration file",
4593
- "url": "https://json.schemastore.org/project-1.0.0-beta6.json"
4612
+ "url": "https://www.schemastore.org/project-1.0.0-beta6.json"
4594
4613
  },
4595
4614
  {
4596
4615
  "name": "project-1.0.0-beta8.json",
4597
4616
  "description": "ASP.NET vNext project configuration file",
4598
- "url": "https://json.schemastore.org/project-1.0.0-beta8.json"
4617
+ "url": "https://www.schemastore.org/project-1.0.0-beta8.json"
4599
4618
  },
4600
4619
  {
4601
4620
  "name": "project-1.0.0-rc1.json",
4602
4621
  "description": "ASP.NET vNext project configuration file",
4603
- "url": "https://json.schemastore.org/project-1.0.0-rc1.json"
4622
+ "url": "https://www.schemastore.org/project-1.0.0-rc1.json"
4604
4623
  },
4605
4624
  {
4606
4625
  "name": "project-1.0.0-rc2.json",
4607
4626
  "description": ".NET Core project configuration file",
4608
- "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
4627
+ "url": "https://www.schemastore.org/project-1.0.0-rc2.json"
4609
4628
  },
4610
4629
  {
4611
4630
  "name": "project.owasp.yaml",
@@ -4617,7 +4636,7 @@
4617
4636
  "name": "prometheus.json",
4618
4637
  "description": "Prometheus configuration file",
4619
4638
  "fileMatch": ["prometheus.yml", "prometheus.yaml"],
4620
- "url": "https://json.schemastore.org/prometheus.json"
4639
+ "url": "https://www.schemastore.org/prometheus.json"
4621
4640
  },
4622
4641
  {
4623
4642
  "name": "prometheus.rules.json",
@@ -4632,7 +4651,7 @@
4632
4651
  "prometheus.rules.yml",
4633
4652
  "prometheus.rules.yaml"
4634
4653
  ],
4635
- "url": "https://json.schemastore.org/prometheus.rules.json"
4654
+ "url": "https://www.schemastore.org/prometheus.rules.json"
4636
4655
  },
4637
4656
  {
4638
4657
  "name": "prometheus.rules.test.json",
@@ -4643,55 +4662,55 @@
4643
4662
  "*.prometheus.test.yml",
4644
4663
  "*.prometheus.test.yaml"
4645
4664
  ],
4646
- "url": "https://json.schemastore.org/prometheus.rules.test.json"
4665
+ "url": "https://www.schemastore.org/prometheus.rules.test.json"
4647
4666
  },
4648
4667
  {
4649
4668
  "name": "proxies.json",
4650
4669
  "description": "Azure Function Proxies proxies.json files",
4651
4670
  "fileMatch": ["proxies.json"],
4652
- "url": "https://json.schemastore.org/proxies.json"
4671
+ "url": "https://www.schemastore.org/proxies.json"
4653
4672
  },
4654
4673
  {
4655
4674
  "name": "publiccode.yml",
4656
4675
  "description": "publiccode.yml",
4657
4676
  "fileMatch": ["publiccode.yml"],
4658
- "url": "https://json.schemastore.org/publiccode.json"
4677
+ "url": "https://www.schemastore.org/publiccode.json"
4659
4678
  },
4660
4679
  {
4661
4680
  "name": "pubspec.yaml",
4662
4681
  "description": "pubspecs, the format used by Dart's dependency manager",
4663
4682
  "fileMatch": ["pubspec.yaml"],
4664
- "url": "https://json.schemastore.org/pubspec.json"
4683
+ "url": "https://www.schemastore.org/pubspec.json"
4665
4684
  },
4666
4685
  {
4667
4686
  "name": "Pull Request Labeler",
4668
4687
  "description": "A GitHub Action for automatically labelling pull requests",
4669
4688
  "fileMatch": ["**/.github/labeler.yml"],
4670
- "url": "https://json.schemastore.org/pull-request-labeler.json",
4689
+ "url": "https://www.schemastore.org/pull-request-labeler.json",
4671
4690
  "versions": {
4672
- "4": "https://json.schemastore.org/pull-request-labeler.json",
4673
- "5": "https://json.schemastore.org/pull-request-labeler-5.json"
4691
+ "4": "https://www.schemastore.org/pull-request-labeler.json",
4692
+ "5": "https://www.schemastore.org/pull-request-labeler-5.json"
4674
4693
  }
4675
4694
  },
4676
4695
  {
4677
4696
  "name": ".putout.json",
4678
4697
  "description": "🐊Putout configuration file",
4679
4698
  "fileMatch": [".putout.json"],
4680
- "url": "https://json.schemastore.org/putout.json"
4699
+ "url": "https://www.schemastore.org/putout.json"
4681
4700
  },
4682
4701
  {
4683
4702
  "name": "pyrseas-0.8.json",
4684
4703
  "description": "Pyrseas database versioning for Postgres databases, v0.8",
4685
4704
  "fileMatch": ["pyrseas-0.8.json"],
4686
- "url": "https://json.schemastore.org/pyrseas-0.8.json"
4705
+ "url": "https://www.schemastore.org/pyrseas-0.8.json"
4687
4706
  },
4688
4707
  {
4689
4708
  "name": "RadioHound",
4690
4709
  "description": "RadioHound data format for spectrum monitoring",
4691
4710
  "fileMatch": ["*.rh.json"],
4692
- "url": "https://json.schemastore.org/radiohound-v0.json",
4711
+ "url": "https://www.schemastore.org/radiohound-v0.json",
4693
4712
  "versions": {
4694
- "v0": "https://json.schemastore.org/radiohound-v0.json"
4713
+ "v0": "https://www.schemastore.org/radiohound-v0.json"
4695
4714
  }
4696
4715
  },
4697
4716
  {
@@ -4704,17 +4723,17 @@
4704
4723
  "name": "Rancher Fleet",
4705
4724
  "description": "Rancher Fleet fleet.yaml configuration file",
4706
4725
  "fileMatch": ["fleet.yaml"],
4707
- "url": "https://json.schemastore.org/rancher-fleet-0.8.json",
4726
+ "url": "https://www.schemastore.org/rancher-fleet-0.8.json",
4708
4727
  "versions": {
4709
- "0.5": "https://json.schemastore.org/rancher-fleet-0.5.json",
4710
- "0.8": "https://json.schemastore.org/rancher-fleet-0.8.json"
4728
+ "0.5": "https://www.schemastore.org/rancher-fleet-0.5.json",
4729
+ "0.8": "https://www.schemastore.org/rancher-fleet-0.8.json"
4711
4730
  }
4712
4731
  },
4713
4732
  {
4714
4733
  "name": "config.yaml",
4715
4734
  "description": "Projektor settings",
4716
4735
  "fileMatch": ["**/.projektor/config.yaml"],
4717
- "url": "https://json.schemastore.org/projektor.json"
4736
+ "url": "https://www.schemastore.org/projektor.json"
4718
4737
  },
4719
4738
  {
4720
4739
  "name": "Read the Docs",
@@ -4731,7 +4750,7 @@
4731
4750
  "name": "Pulumi",
4732
4751
  "description": "Pulumi project metadata and configuration",
4733
4752
  "fileMatch": ["Pulumi.yaml", "pulumi.yaml"],
4734
- "url": "https://json.schemastore.org/pulumi.json"
4753
+ "url": "https://www.schemastore.org/pulumi.json"
4735
4754
  },
4736
4755
  {
4737
4756
  "name": "PyProject",
@@ -4767,7 +4786,7 @@
4767
4786
  "name": "QType AI DSL",
4768
4787
  "description": "A DSL for rapid prototyping of AI applications",
4769
4788
  "fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4770
- "url": "https://github.com/lou-k/qtype/blob/main/schema/qtype.schema.json"
4789
+ "url": "https://raw.githubusercontent.com/lou-k/qtype/refs/heads/main/schema/qtype.schema.json"
4771
4790
  },
4772
4791
  {
4773
4792
  "name": "Railway",
@@ -4785,37 +4804,37 @@
4785
4804
  "name": "rc3 auth",
4786
4805
  "description": "RC auth that can be stored at Collection, Folder, or Request levels",
4787
4806
  "fileMatch": ["rc-auth.json"],
4788
- "url": "https://json.schemastore.org/rc3-auth-0.0.3.json"
4807
+ "url": "https://www.schemastore.org/rc3-auth-0.0.3.json"
4789
4808
  },
4790
4809
  {
4791
4810
  "name": "rc3 collection",
4792
4811
  "description": "RC collection information",
4793
4812
  "fileMatch": ["rc-collection.json"],
4794
- "url": "https://json.schemastore.org/rc3-collection-0.0.3.json"
4813
+ "url": "https://www.schemastore.org/rc3-collection-0.0.3.json"
4795
4814
  },
4796
4815
  {
4797
4816
  "name": "rc3 environment",
4798
4817
  "description": "RC environment for both Global and per Collection environments",
4799
4818
  "fileMatch": ["**/environments/*.json", "rc-global.json"],
4800
- "url": "https://json.schemastore.org/rc3-environment-0.0.3.json"
4819
+ "url": "https://www.schemastore.org/rc3-environment-0.0.3.json"
4801
4820
  },
4802
4821
  {
4803
4822
  "name": "rc3 folder",
4804
4823
  "description": "RC folder information",
4805
4824
  "fileMatch": ["rc-folder.json"],
4806
- "url": "https://json.schemastore.org/rc3-folder-0.0.3.json"
4825
+ "url": "https://www.schemastore.org/rc3-folder-0.0.3.json"
4807
4826
  },
4808
4827
  {
4809
4828
  "name": "rc3 request",
4810
4829
  "description": "RC request information",
4811
4830
  "fileMatch": ["**/*.request"],
4812
- "url": "https://json.schemastore.org/rc3-request-0.0.3.json"
4831
+ "url": "https://www.schemastore.org/rc3-request-0.0.3.json"
4813
4832
  },
4814
4833
  {
4815
4834
  "name": "rc3 settings",
4816
4835
  "description": "RC settings stored in the users RC_HOME directory",
4817
4836
  "fileMatch": ["rc-settings.json"],
4818
- "url": "https://json.schemastore.org/rc3-settings-0.0.3.json"
4837
+ "url": "https://www.schemastore.org/rc3-settings-0.0.3.json"
4819
4838
  },
4820
4839
  {
4821
4840
  "name": "Red-DiscordBot Cog",
@@ -4843,7 +4862,7 @@
4843
4862
  ".rehyperc.yaml",
4844
4863
  ".rehyperc.yml"
4845
4864
  ],
4846
- "url": "https://json.schemastore.org/rehyperc.json"
4865
+ "url": "https://www.schemastore.org/rehyperc.json"
4847
4866
  },
4848
4867
  {
4849
4868
  "name": "release-please-config.json",
@@ -4872,19 +4891,19 @@
4872
4891
  ".remarkrc.yaml",
4873
4892
  ".remarkrc.yml"
4874
4893
  ],
4875
- "url": "https://json.schemastore.org/remarkrc.json"
4894
+ "url": "https://www.schemastore.org/remarkrc.json"
4876
4895
  },
4877
4896
  {
4878
4897
  "name": "Replit config",
4879
4898
  "description": "replit.com, a cloud IDE and code runner",
4880
4899
  "fileMatch": ["replit.toml"],
4881
- "url": "https://json.schemastore.org/replit.json"
4900
+ "url": "https://www.schemastore.org/replit.json"
4882
4901
  },
4883
4902
  {
4884
4903
  "name": "*.resjson",
4885
4904
  "description": "Windows App localization file",
4886
4905
  "fileMatch": ["*.resjson"],
4887
- "url": "https://json.schemastore.org/resjson.json"
4906
+ "url": "https://www.schemastore.org/resjson.json"
4888
4907
  },
4889
4908
  {
4890
4909
  "name": "Rubocop",
@@ -4896,13 +4915,13 @@
4896
4915
  "name": "Ruff",
4897
4916
  "description": "Ruff, a fast Python linter",
4898
4917
  "fileMatch": ["ruff.toml", ".ruff.toml"],
4899
- "url": "https://json.schemastore.org/ruff.json"
4918
+ "url": "https://www.schemastore.org/ruff.json"
4900
4919
  },
4901
4920
  {
4902
4921
  "name": "Rust Project",
4903
4922
  "description": "non-Cargo based Rust projects",
4904
4923
  "fileMatch": ["rust-project.json"],
4905
- "url": "https://json.schemastore.org/rust-project.json"
4924
+ "url": "https://www.schemastore.org/rust-project.json"
4906
4925
  },
4907
4926
  {
4908
4927
  "name": "JSON Resume",
@@ -4931,7 +4950,8 @@
4931
4950
  "**/.gitlab/renovate.json",
4932
4951
  "**/.gitlab/renovate.json5",
4933
4952
  ".renovaterc",
4934
- ".renovaterc.json"
4953
+ ".renovaterc.json",
4954
+ ".renovaterc.json5"
4935
4955
  ],
4936
4956
  "url": "https://docs.renovatebot.com/renovate-schema.json"
4937
4957
  },
@@ -4982,7 +5002,7 @@
4982
5002
  "custom_modes.yaml",
4983
5003
  "custom_modes.yml"
4984
5004
  ],
4985
- "url": "https://json.schemastore.org/roomodes.json"
5005
+ "url": "https://www.schemastore.org/roomodes.json"
4986
5006
  },
4987
5007
  {
4988
5008
  "name": "runny",
@@ -4994,25 +5014,25 @@
4994
5014
  "name": "rustfmt",
4995
5015
  "description": "rustfmt, a tool to format Rust code",
4996
5016
  "fileMatch": ["rustfmt.toml"],
4997
- "url": "https://json.schemastore.org/rustfmt.json"
5017
+ "url": "https://www.schemastore.org/rustfmt.json"
4998
5018
  },
4999
5019
  {
5000
5020
  "name": "Rust toolchain",
5001
5021
  "description": "A declarative managing the Rust toolchain",
5002
5022
  "fileMatch": ["rust-toolchain.toml"],
5003
- "url": "https://json.schemastore.org/rust-toolchain.json"
5023
+ "url": "https://www.schemastore.org/rust-toolchain.json"
5004
5024
  },
5005
5025
  {
5006
5026
  "name": "samt",
5007
5027
  "description": "SAMT configuration files",
5008
5028
  "fileMatch": ["samt.yaml"],
5009
- "url": "https://json.schemastore.org/samt.json"
5029
+ "url": "https://www.schemastore.org/samt.json"
5010
5030
  },
5011
5031
  {
5012
5032
  "name": "samtrc",
5013
5033
  "description": "SAMT linter configuration files",
5014
5034
  "fileMatch": [".samtrc.yaml"],
5015
- "url": "https://json.schemastore.org/samtrc.json"
5035
+ "url": "https://www.schemastore.org/samtrc.json"
5016
5036
  },
5017
5037
  {
5018
5038
  "name": "Sapphire CLI Config",
@@ -5023,67 +5043,67 @@
5023
5043
  {
5024
5044
  "name": "sarif-1.0.0.json",
5025
5045
  "description": "Static Analysis Results Interchange Format (SARIF) version 1",
5026
- "url": "https://json.schemastore.org/sarif-1.0.0.json"
5046
+ "url": "https://www.schemastore.org/sarif-1.0.0.json"
5027
5047
  },
5028
5048
  {
5029
5049
  "name": "sarif-2.0.0.json",
5030
5050
  "description": "Static Analysis Results Interchange Format (SARIF) version 2",
5031
- "url": "https://json.schemastore.org/sarif-2.0.0.json"
5051
+ "url": "https://www.schemastore.org/sarif-2.0.0.json"
5032
5052
  },
5033
5053
  {
5034
5054
  "name": "sarif-2.1.0-rtm.2",
5035
5055
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.2",
5036
- "url": "https://json.schemastore.org/sarif-2.1.0-rtm.2.json"
5056
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.2.json"
5037
5057
  },
5038
5058
  {
5039
5059
  "name": "sarif-external-property-file-2.1.0-rtm.2",
5040
5060
  "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.2",
5041
- "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
5061
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
5042
5062
  },
5043
5063
  {
5044
5064
  "name": "sarif-2.1.0-rtm.3",
5045
5065
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.3",
5046
- "url": "https://json.schemastore.org/sarif-2.1.0-rtm.3.json"
5066
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.3.json"
5047
5067
  },
5048
5068
  {
5049
5069
  "name": "sarif-external-property-file-2.1.0-rtm.3",
5050
5070
  "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.3",
5051
- "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
5071
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
5052
5072
  },
5053
5073
  {
5054
5074
  "name": "sarif-2.1.0-rtm.4",
5055
5075
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.4",
5056
- "url": "https://json.schemastore.org/sarif-2.1.0-rtm.4.json"
5076
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.4.json"
5057
5077
  },
5058
5078
  {
5059
5079
  "name": "sarif-external-property-file-2.1.0-rtm.4",
5060
5080
  "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.4",
5061
- "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
5081
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
5062
5082
  },
5063
5083
  {
5064
5084
  "name": "sarif-2.1.0-rtm.5",
5065
5085
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.5",
5066
- "url": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json"
5086
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.5.json"
5067
5087
  },
5068
5088
  {
5069
5089
  "name": "sarif-2.1.0-rtm.6",
5070
5090
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.6",
5071
- "url": "https://json.schemastore.org/sarif-2.1.0-rtm.6.json"
5091
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.6.json"
5072
5092
  },
5073
5093
  {
5074
5094
  "name": "sarif-external-property-file-2.1.0-rtm.5",
5075
5095
  "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.5",
5076
- "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json"
5096
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json"
5077
5097
  },
5078
5098
  {
5079
5099
  "name": "sarif-2.1.0",
5080
5100
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0",
5081
- "url": "https://json.schemastore.org/sarif-2.1.0.json"
5101
+ "url": "https://www.schemastore.org/sarif-2.1.0.json"
5082
5102
  },
5083
5103
  {
5084
5104
  "name": "sarif-external-property-file-2.1.0",
5085
5105
  "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0",
5086
- "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0.json"
5106
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0.json"
5087
5107
  },
5088
5108
  {
5089
5109
  "name": "scalingo.json configuration",
@@ -5094,27 +5114,27 @@
5094
5114
  {
5095
5115
  "name": "Schema Catalog",
5096
5116
  "description": "JSON Schema catalog files compatible with SchemaStore.org",
5097
- "url": "https://json.schemastore.org/schema-catalog.json"
5117
+ "url": "https://www.schemastore.org/schema-catalog.json"
5098
5118
  },
5099
5119
  {
5100
5120
  "name": "schema.org - Action",
5101
5121
  "description": "Action as defined by schema.org",
5102
- "url": "https://json.schemastore.org/schema-org-action.json"
5122
+ "url": "https://www.schemastore.org/schema-org-action.json"
5103
5123
  },
5104
5124
  {
5105
5125
  "name": "schema.org - ContactPoint",
5106
5126
  "description": "ContactPoint as defined by schema.org",
5107
- "url": "https://json.schemastore.org/schema-org-contact-point.json"
5127
+ "url": "https://www.schemastore.org/schema-org-contact-point.json"
5108
5128
  },
5109
5129
  {
5110
5130
  "name": "schema.org - Place",
5111
5131
  "description": "Place as defined by schema.org",
5112
- "url": "https://json.schemastore.org/schema-org-place.json"
5132
+ "url": "https://www.schemastore.org/schema-org-place.json"
5113
5133
  },
5114
5134
  {
5115
5135
  "name": "schema.org - Thing",
5116
5136
  "description": "Thing as defined by schema.org",
5117
- "url": "https://json.schemastore.org/schema-org-thing.json"
5137
+ "url": "https://www.schemastore.org/schema-org-thing.json"
5118
5138
  },
5119
5139
  {
5120
5140
  "name": "Scoop manifest",
@@ -5170,7 +5190,7 @@
5170
5190
  ".releaserc.yml",
5171
5191
  ".releaserc.json"
5172
5192
  ],
5173
- "url": "https://json.schemastore.org/semantic-release.json"
5193
+ "url": "https://www.schemastore.org/semantic-release.json"
5174
5194
  },
5175
5195
  {
5176
5196
  "name": "Semgrep Rule",
@@ -5181,7 +5201,7 @@
5181
5201
  ".semgrep.yaml",
5182
5202
  ".semgrep.yml"
5183
5203
  ],
5184
- "url": "https://json.schemastore.org/semgrep.json",
5204
+ "url": "https://www.schemastore.org/semgrep.json",
5185
5205
  "versions": {
5186
5206
  "v1.72.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.72.0/rule_schema_v1.yaml",
5187
5207
  "v1.73.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.73.0/rule_schema_v1.yaml",
@@ -5218,13 +5238,13 @@
5218
5238
  "name": "Serenity Code Generator (Sergen)",
5219
5239
  "description": "Serenity code generator (sergen) configuration file",
5220
5240
  "fileMatch": ["sergen.json", "sergen.*.json", "*.sergen.json"],
5221
- "url": "https://json.schemastore.org/sergen.json"
5241
+ "url": "https://www.schemastore.org/sergen.json"
5222
5242
  },
5223
5243
  {
5224
5244
  "name": "settings.job",
5225
5245
  "description": "Azure Webjob settings file",
5226
5246
  "fileMatch": ["settings.job"],
5227
- "url": "https://json.schemastore.org/settings.job.json"
5247
+ "url": "https://www.schemastore.org/settings.job.json"
5228
5248
  },
5229
5249
  {
5230
5250
  "name": "Settings.paf",
@@ -5253,7 +5273,7 @@
5253
5273
  "name": "Sigrid scope configuration file",
5254
5274
  "description": "Analysis scope configuration file used by Sigrid (sigrid-says.com)",
5255
5275
  "fileMatch": ["sigrid.yaml"],
5256
- "url": "https://json.schemastore.org/sigrid-scope-file.schema.json"
5276
+ "url": "https://www.schemastore.org/sigrid-scope-file.schema.json"
5257
5277
  },
5258
5278
  {
5259
5279
  "name": "SIL Kit Participant Configuration",
@@ -5264,7 +5284,7 @@
5264
5284
  "*.silkit.json",
5265
5285
  "*.silkit.yaml"
5266
5286
  ],
5267
- "url": "https://json.schemastore.org/sil-kit-participant-configuration.json"
5287
+ "url": "https://www.schemastore.org/sil-kit-participant-configuration.json"
5268
5288
  },
5269
5289
  {
5270
5290
  "name": "SIL Kit Registry Configuration",
@@ -5277,18 +5297,18 @@
5277
5297
  "*.silkit-registry.yml",
5278
5298
  "*.silkit-registry.json"
5279
5299
  ],
5280
- "url": "https://json.schemastore.org/sil-kit-registry-configuration.json"
5300
+ "url": "https://www.schemastore.org/sil-kit-registry-configuration.json"
5281
5301
  },
5282
5302
  {
5283
5303
  "name": "size-limit configuration",
5284
5304
  "description": "Configuration file for size-limit",
5285
5305
  "fileMatch": [".size-limit.json"],
5286
- "url": "https://json.schemastore.org/size-limit.json"
5306
+ "url": "https://www.schemastore.org/size-limit.json"
5287
5307
  },
5288
5308
  {
5289
5309
  "name": "Slack app manifest",
5290
5310
  "description": "A manifest file containing the settings for a Slack app",
5291
- "url": "https://json.schemastore.org/slack-app-manifest.json"
5311
+ "url": "https://www.schemastore.org/slack-app-manifest.json"
5292
5312
  },
5293
5313
  {
5294
5314
  "name": "skyuxconfig.json",
@@ -5306,7 +5326,7 @@
5306
5326
  "name": "snowflake-config",
5307
5327
  "description": "Configuration file for Snowflake",
5308
5328
  "fileMatch": ["**/.snowflake/config.toml", "**/snowflake/config.toml"],
5309
- "url": "https://json.schemastore.org/snowflake-config.json"
5329
+ "url": "https://www.schemastore.org/snowflake-config.json"
5310
5330
  },
5311
5331
  {
5312
5332
  "name": "snowflake-connections",
@@ -5315,31 +5335,31 @@
5315
5335
  "**/.snowflake/connections.toml",
5316
5336
  "**/snowflake/connections.toml"
5317
5337
  ],
5318
- "url": "https://json.schemastore.org/snowflake-connections.json"
5338
+ "url": "https://www.schemastore.org/snowflake-connections.json"
5319
5339
  },
5320
5340
  {
5321
5341
  "name": "Solidarity",
5322
5342
  "description": "CLI config for enforcing environment settings",
5323
5343
  "fileMatch": [".solidarity", ".solidarity.json"],
5324
- "url": "https://json.schemastore.org/solidaritySchema.json"
5344
+ "url": "https://www.schemastore.org/solidaritySchema.json"
5325
5345
  },
5326
5346
  {
5327
5347
  "name": "Solution filters",
5328
5348
  "description": "File that specifies which MSBuild solution to launch and which projects to load",
5329
5349
  "fileMatch": ["*.slnf"],
5330
- "url": "https://json.schemastore.org/solution-filter.json"
5350
+ "url": "https://www.schemastore.org/solution-filter.json"
5331
5351
  },
5332
5352
  {
5333
5353
  "name": "Source Maps v3",
5334
5354
  "description": "Source Map files version 3",
5335
5355
  "fileMatch": ["*.map"],
5336
- "url": "https://json.schemastore.org/sourcemap-v3.json"
5356
+ "url": "https://www.schemastore.org/sourcemap-v3.json"
5337
5357
  },
5338
5358
  {
5339
5359
  "name": "Sourcery",
5340
5360
  "description": "Sourcery YAML files",
5341
5361
  "fileMatch": [".sourcery.yaml"],
5342
- "url": "https://json.schemastore.org/sourcery_yaml_schema.json"
5362
+ "url": "https://www.schemastore.org/sourcery_yaml_schema.json"
5343
5363
  },
5344
5364
  {
5345
5365
  "name": "Speakeasy Lint Configuration File",
@@ -5369,23 +5389,23 @@
5369
5389
  "name": "SpecIF",
5370
5390
  "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",
5371
5391
  "fileMatch": ["*.specif", "*.specif.json"],
5372
- "url": "https://json.schemastore.org/specif-1.1.json",
5392
+ "url": "https://www.schemastore.org/specif-1.1.json",
5373
5393
  "versions": {
5374
- "1.0": "https://json.schemastore.org/specif-1.0.json",
5375
- "1.1": "https://json.schemastore.org/specif-1.1.json"
5394
+ "1.0": "https://www.schemastore.org/specif-1.0.json",
5395
+ "1.1": "https://www.schemastore.org/specif-1.1.json"
5376
5396
  }
5377
5397
  },
5378
5398
  {
5379
5399
  "name": "Sponge Mixin configuration",
5380
5400
  "description": "Configuration file for SpongePowered's Mixin library",
5381
5401
  "fileMatch": ["*.mixins.json"],
5382
- "url": "https://json.schemastore.org/sponge-mixins.json"
5402
+ "url": "https://www.schemastore.org/sponge-mixins.json"
5383
5403
  },
5384
5404
  {
5385
5405
  "name": ".sprite files",
5386
5406
  "description": "image sprite generation files",
5387
5407
  "fileMatch": ["*.sprite"],
5388
- "url": "https://json.schemastore.org/sprite.json"
5408
+ "url": "https://www.schemastore.org/sprite.json"
5389
5409
  },
5390
5410
  {
5391
5411
  "name": "SPDX 2.3",
@@ -5397,31 +5417,31 @@
5397
5417
  "name": "sqlc configuration",
5398
5418
  "description": "Configuration file for sqlc v2",
5399
5419
  "fileMatch": ["sqlc.yaml", "sqlc.json", "*.sqlc.yaml"],
5400
- "url": "https://json.schemastore.org/sqlc-2.0.json"
5420
+ "url": "https://www.schemastore.org/sqlc-2.0.json"
5401
5421
  },
5402
5422
  {
5403
5423
  "name": "Azure Static Web Apps configuration file",
5404
5424
  "description": "Documentation: https://learn.microsoft.com/en-us/azure/static-web-apps/configuration",
5405
5425
  "fileMatch": ["staticwebapp.config.json"],
5406
- "url": "https://json.schemastore.org/staticwebapp.config.json"
5426
+ "url": "https://www.schemastore.org/staticwebapp.config.json"
5407
5427
  },
5408
5428
  {
5409
5429
  "name": "Azure Static Web Apps CLI configuration file",
5410
5430
  "description": "Documentation: https://github.com/Azure/static-web-apps-cli#swa-cliconfigjson-file",
5411
5431
  "fileMatch": ["swa-cli.config.json"],
5412
- "url": "https://json.schemastore.org/swa-cli.config.json"
5432
+ "url": "https://www.schemastore.org/swa-cli.config.json"
5413
5433
  },
5414
5434
  {
5415
5435
  "name": "StackBlitz",
5416
5436
  "description": "WebContainer project configuration",
5417
5437
  "fileMatch": [".stackblitzrc", "**/.stackblitz/config.json"],
5418
- "url": "https://json.schemastore.org/stackblitzrc.json"
5438
+ "url": "https://www.schemastore.org/stackblitzrc.json"
5419
5439
  },
5420
5440
  {
5421
5441
  "name": "Stale",
5422
5442
  "description": "Configuration file for Stale for closing abandoned issues and pull requests. Documentation: https://probot.github.io/apps/stale/",
5423
5443
  "fileMatch": ["**/.github/stale.yml"],
5424
- "url": "https://json.schemastore.org/stale.json"
5444
+ "url": "https://www.schemastore.org/stale.json"
5425
5445
  },
5426
5446
  {
5427
5447
  "name": "Starship",
@@ -5477,7 +5497,7 @@
5477
5497
  ".stylelintrc.yaml",
5478
5498
  ".stylelintrc.json"
5479
5499
  ],
5480
- "url": "https://json.schemastore.org/stylelintrc.json"
5500
+ "url": "https://www.schemastore.org/stylelintrc.json"
5481
5501
  },
5482
5502
  {
5483
5503
  "name": "SWADL",
@@ -5489,7 +5509,7 @@
5489
5509
  "name": "Swagger API 2.0",
5490
5510
  "description": "Swagger API 2.0",
5491
5511
  "fileMatch": ["swagger.json"],
5492
- "url": "https://json.schemastore.org/swagger-2.0.json"
5512
+ "url": "https://www.schemastore.org/swagger-2.0.json"
5493
5513
  },
5494
5514
  {
5495
5515
  "name": "Synadia Connect Component",
@@ -5517,7 +5537,7 @@
5517
5537
  "name": "task.json",
5518
5538
  "description": "VSCode Task file",
5519
5539
  "fileMatch": ["task.json", "tasks.json"],
5520
- "url": "https://json.schemastore.org/task.json"
5540
+ "url": "https://www.schemastore.org/task.json"
5521
5541
  },
5522
5542
  {
5523
5543
  "name": "Talhelper",
@@ -5535,7 +5555,7 @@
5535
5555
  "name": "Taurus",
5536
5556
  "description": "Taurus bzt cli framework config",
5537
5557
  "fileMatch": ["bzt.yml", "bzt.yaml", "taurus.yml", "taurus.yaml"],
5538
- "url": "https://json.schemastore.org/taurus.json"
5558
+ "url": "https://www.schemastore.org/taurus.json"
5539
5559
  },
5540
5560
  {
5541
5561
  "name": "Tauticord",
@@ -5547,13 +5567,13 @@
5547
5567
  "name": "template.json",
5548
5568
  "description": ".NET template files",
5549
5569
  "fileMatch": ["**/.template.config/template.json"],
5550
- "url": "https://json.schemastore.org/template.json"
5570
+ "url": "https://www.schemastore.org/template.json"
5551
5571
  },
5552
5572
  {
5553
5573
  "name": "templatsources.json",
5554
5574
  "description": "SideWaffle template source",
5555
5575
  "fileMatch": ["templatesources.json"],
5556
- "url": "https://json.schemastore.org/templatesources.json"
5576
+ "url": "https://www.schemastore.org/templatesources.json"
5557
5577
  },
5558
5578
  {
5559
5579
  "name": "Tier.run pricing.json",
@@ -5581,19 +5601,19 @@
5581
5601
  "name": "tizen_workspace.json",
5582
5602
  "description": "Tizen project workspace configuration file",
5583
5603
  "fileMatch": ["tizen_workspace.yaml"],
5584
- "url": "https://json.schemastore.org/tizen_workspace.json"
5604
+ "url": "https://www.schemastore.org/tizen_workspace.json"
5585
5605
  },
5586
5606
  {
5587
5607
  "name": "tldr",
5588
5608
  "description": "tldr configuration file",
5589
5609
  "fileMatch": [".tldr.json"],
5590
- "url": "https://json.schemastore.org/tldr.json"
5610
+ "url": "https://www.schemastore.org/tldr.json"
5591
5611
  },
5592
5612
  {
5593
5613
  "name": "Tombi",
5594
5614
  "description": "Tombi (鳶) is a toolkit for TOML; providing a formatter/linter and language server",
5595
- "fileMatch": ["tombi.toml"],
5596
- "url": "https://json.schemastore.org/tombi.json"
5615
+ "fileMatch": ["tombi.toml", "**/tombi/config.toml"],
5616
+ "url": "https://www.schemastore.org/tombi.json"
5597
5617
  },
5598
5618
  {
5599
5619
  "name": "TextMate Grammar",
@@ -5603,13 +5623,13 @@
5603
5623
  "*.tmLanguage.yaml",
5604
5624
  "*.tmLanguage.yml"
5605
5625
  ],
5606
- "url": "https://json.schemastore.org/tmlanguage.json"
5626
+ "url": "https://www.schemastore.org/tmlanguage.json"
5607
5627
  },
5608
5628
  {
5609
5629
  "name": "TestEnvironment.json",
5610
5630
  "description": "Visual Studio's test environment config",
5611
5631
  "fileMatch": ["testEnvironments.json"],
5612
- "url": "https://json.schemastore.org/testenvironments.json"
5632
+ "url": "https://www.schemastore.org/testenvironments.json"
5613
5633
  },
5614
5634
  {
5615
5635
  "name": "Turborepo",
@@ -5621,28 +5641,28 @@
5621
5641
  "name": "Travis CI (.travis.yml)",
5622
5642
  "description": "Travis CI configuration file",
5623
5643
  "fileMatch": [".travis.yml"],
5624
- "url": "https://json.schemastore.org/travis.json"
5644
+ "url": "https://www.schemastore.org/travis.json"
5625
5645
  },
5626
5646
  {
5627
5647
  "name": "Traefik v2",
5628
5648
  "description": "Traefik v2 YAML configuration file",
5629
5649
  "fileMatch": ["traefik.yml", "traefik.yaml"],
5630
- "url": "https://json.schemastore.org/traefik-v2.json"
5650
+ "url": "https://www.schemastore.org/traefik-v2.json"
5631
5651
  },
5632
5652
  {
5633
5653
  "name": "Traefik v2 File Provider",
5634
5654
  "description": "Traefik v2 Dynamic Configuration File Provider",
5635
- "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5655
+ "url": "https://www.schemastore.org/traefik-v2-file-provider.json"
5636
5656
  },
5637
5657
  {
5638
5658
  "name": "Traefik v3",
5639
5659
  "description": "Traefik v3 YAML configuration file",
5640
- "url": "https://json.schemastore.org/traefik-v3.json"
5660
+ "url": "https://www.schemastore.org/traefik-v3.json"
5641
5661
  },
5642
5662
  {
5643
5663
  "name": "Traefik v3 File Provider",
5644
5664
  "description": "Traefik v3 Dynamic Configuration File Provider",
5645
- "url": "https://json.schemastore.org/traefik-v3-file-provider.json"
5665
+ "url": "https://www.schemastore.org/traefik-v3-file-provider.json"
5646
5666
  },
5647
5667
  {
5648
5668
  "name": "transcend.yml",
@@ -5660,9 +5680,9 @@
5660
5680
  "name": "TrueScript for *.tscript files",
5661
5681
  "description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
5662
5682
  "fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
5663
- "url": "https://json.schemastore.org/truescript.json",
5683
+ "url": "https://www.schemastore.org/truescript.json",
5664
5684
  "versions": {
5665
- "latest": "https://json.schemastore.org/truescript.json"
5685
+ "latest": "https://www.schemastore.org/truescript.json"
5666
5686
  }
5667
5687
  },
5668
5688
  {
@@ -5675,13 +5695,13 @@
5675
5695
  "name": "tsconfig.json",
5676
5696
  "description": "TypeScript compiler configuration file",
5677
5697
  "fileMatch": ["tsconfig*.json"],
5678
- "url": "https://json.schemastore.org/tsconfig.json"
5698
+ "url": "https://www.schemastore.org/tsconfig.json"
5679
5699
  },
5680
5700
  {
5681
5701
  "name": "tsd.json",
5682
5702
  "description": "DefinitelyTyped description manager (TSD)",
5683
5703
  "fileMatch": ["tsd.json"],
5684
- "url": "https://json.schemastore.org/tsd.json"
5704
+ "url": "https://www.schemastore.org/tsd.json"
5685
5705
  },
5686
5706
  {
5687
5707
  "name": "tsdoc.json",
@@ -5693,19 +5713,19 @@
5693
5713
  "name": "tsdrc.json",
5694
5714
  "description": "TypeScript Definition manager (tsd) global settings file",
5695
5715
  "fileMatch": [".tsdrc"],
5696
- "url": "https://json.schemastore.org/tsdrc.json"
5716
+ "url": "https://www.schemastore.org/tsdrc.json"
5697
5717
  },
5698
5718
  {
5699
5719
  "name": "ts-force-config.json",
5700
5720
  "description": "Generated Typescript classes for Salesforce",
5701
5721
  "fileMatch": ["ts-force-config.json"],
5702
- "url": "https://json.schemastore.org/ts-force-config.json"
5722
+ "url": "https://www.schemastore.org/ts-force-config.json"
5703
5723
  },
5704
5724
  {
5705
5725
  "name": "tslint.json",
5706
5726
  "description": "TypeScript Lint configuration file",
5707
5727
  "fileMatch": ["tslint.json", "tslint.yaml", "tslint.yml"],
5708
- "url": "https://json.schemastore.org/tslint.json"
5728
+ "url": "https://www.schemastore.org/tslint.json"
5709
5729
  },
5710
5730
  {
5711
5731
  "name": "TSON",
@@ -5735,13 +5755,13 @@
5735
5755
  "name": "typewiz.json",
5736
5756
  "description": "Typewiz configuration file",
5737
5757
  "fileMatch": ["typewiz.json"],
5738
- "url": "https://json.schemastore.org/typewiz.json"
5758
+ "url": "https://www.schemastore.org/typewiz.json"
5739
5759
  },
5740
5760
  {
5741
5761
  "name": "typo3.json",
5742
5762
  "description": "the Typo3 CMS",
5743
5763
  "fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
5744
- "url": "https://json.schemastore.org/typo3.json"
5764
+ "url": "https://www.schemastore.org/typo3.json"
5745
5765
  },
5746
5766
  {
5747
5767
  "name": "TYPO3 Vendor Bundler config",
@@ -5757,7 +5777,7 @@
5757
5777
  "name": "Typst Manifest",
5758
5778
  "description": "Typst package manifest file (typst.toml)",
5759
5779
  "fileMatch": ["typst.toml"],
5760
- "url": "https://json.schemastore.org/typst.json"
5780
+ "url": "https://www.schemastore.org/typst.json"
5761
5781
  },
5762
5782
  {
5763
5783
  "name": "typos.toml",
@@ -5769,25 +5789,25 @@
5769
5789
  "name": "typings.json",
5770
5790
  "description": "Typings TypeScript definitions manager definition file",
5771
5791
  "fileMatch": ["typings.json"],
5772
- "url": "https://json.schemastore.org/typings.json"
5792
+ "url": "https://www.schemastore.org/typings.json"
5773
5793
  },
5774
5794
  {
5775
5795
  "name": "typingsrc.json",
5776
5796
  "description": "Typings TypeScript definitions manager configuration file",
5777
5797
  "fileMatch": [".typingsrc"],
5778
- "url": "https://json.schemastore.org/typingsrc.json"
5798
+ "url": "https://www.schemastore.org/typingsrc.json"
5779
5799
  },
5780
5800
  {
5781
5801
  "name": "Ubuntu Server Autoinstall",
5782
5802
  "description": "Settings file for Ubuntu Autoinstall",
5783
5803
  "fileMatch": ["user-data"],
5784
- "url": "https://json.schemastore.org/ubuntu-server-autoinstall.json"
5804
+ "url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
5785
5805
  },
5786
5806
  {
5787
5807
  "name": "up.json",
5788
5808
  "description": "Up configuration file",
5789
5809
  "fileMatch": ["up.json"],
5790
- "url": "https://json.schemastore.org/up.json"
5810
+ "url": "https://www.schemastore.org/up.json"
5791
5811
  },
5792
5812
  {
5793
5813
  "name": "UI5 Manifest",
@@ -5829,12 +5849,12 @@
5829
5849
  "name": "UTAM Page Object",
5830
5850
  "description": "UI Test Automation Model page object. Documentation: https://utam.dev/",
5831
5851
  "fileMatch": ["*.utam.json", ".utam.json"],
5832
- "url": "https://json.schemastore.org/utam-page-object.json",
5852
+ "url": "https://www.schemastore.org/utam-page-object.json",
5833
5853
  "versions": {
5834
- "current": "https://json.schemastore.org/utam-page-object.json",
5835
- "1.5.0": "https://json.schemastore.org/utam-page-object-1.5.0.json",
5836
- "2.0.3": "https://json.schemastore.org/utam-page-object-2.0.3.json",
5837
- "2.2.0": "https://json.schemastore.org/utam-page-object-2.2.0.json"
5854
+ "current": "https://www.schemastore.org/utam-page-object.json",
5855
+ "1.5.0": "https://www.schemastore.org/utam-page-object-1.5.0.json",
5856
+ "2.0.3": "https://www.schemastore.org/utam-page-object-2.0.3.json",
5857
+ "2.2.0": "https://www.schemastore.org/utam-page-object-2.2.0.json"
5838
5858
  }
5839
5859
  },
5840
5860
  {
@@ -5875,19 +5895,19 @@
5875
5895
  "name": "Vector",
5876
5896
  "description": "Configuration file for Vector, an observability data pipeline agent and aggregator",
5877
5897
  "fileMatch": ["vector.json", "vector.toml", "vector.yaml"],
5878
- "url": "https://json.schemastore.org/vector.json"
5898
+ "url": "https://www.schemastore.org/vector.json"
5879
5899
  },
5880
5900
  {
5881
5901
  "name": "vega.json",
5882
5902
  "description": "Vega visualization specification file",
5883
5903
  "fileMatch": ["*.vg", "*.vg.json"],
5884
- "url": "https://json.schemastore.org/vega.json"
5904
+ "url": "https://www.schemastore.org/vega.json"
5885
5905
  },
5886
5906
  {
5887
5907
  "name": "vega-lite.json",
5888
5908
  "description": "Vega-Lite visualization specification file",
5889
5909
  "fileMatch": ["*.vl", "*.vl.json"],
5890
- "url": "https://json.schemastore.org/vega-lite.json"
5910
+ "url": "https://www.schemastore.org/vega-lite.json"
5891
5911
  },
5892
5912
  {
5893
5913
  "name": "Vela Pipeline Configuration",
@@ -5906,18 +5926,18 @@
5906
5926
  "venvironment.json",
5907
5927
  "*.venvironment.json"
5908
5928
  ],
5909
- "url": "https://json.schemastore.org/venvironment-schema-v4.0.0.json",
5929
+ "url": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
5910
5930
  "versions": {
5911
- "1.0.0": "https://json.schemastore.org/venvironment-schema-v1.0.0.json",
5912
- "1.1.0": "https://json.schemastore.org/venvironment-schema-v1.1.0.json",
5913
- "1.1.1": "https://json.schemastore.org/venvironment-schema-v1.1.1.json",
5914
- "2.0.0": "https://json.schemastore.org/venvironment-schema-v2.0.0.json",
5915
- "2.1.0": "https://json.schemastore.org/venvironment-schema-v2.1.0.json",
5916
- "2.2.0": "https://json.schemastore.org/venvironment-schema-v2.2.0.json",
5917
- "3.0.0": "https://json.schemastore.org/venvironment-schema-v3.0.0.json",
5918
- "3.1.0": "https://json.schemastore.org/venvironment-schema-v3.1.0.json",
5919
- "3.2.0": "https://json.schemastore.org/venvironment-schema-v3.2.0.json",
5920
- "4.0.0": "https://json.schemastore.org/venvironment-schema-v4.0.0.json"
5931
+ "1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
5932
+ "1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
5933
+ "1.1.1": "https://www.schemastore.org/venvironment-schema-v1.1.1.json",
5934
+ "2.0.0": "https://www.schemastore.org/venvironment-schema-v2.0.0.json",
5935
+ "2.1.0": "https://www.schemastore.org/venvironment-schema-v2.1.0.json",
5936
+ "2.2.0": "https://www.schemastore.org/venvironment-schema-v2.2.0.json",
5937
+ "3.0.0": "https://www.schemastore.org/venvironment-schema-v3.0.0.json",
5938
+ "3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
5939
+ "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
5940
+ "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json"
5921
5941
  }
5922
5942
  },
5923
5943
  {
@@ -5931,15 +5951,15 @@
5931
5951
  "venvironment-basic.json",
5932
5952
  "*.venvironment-basic.json"
5933
5953
  ],
5934
- "url": "https://json.schemastore.org/venvironment-basic-schema-v4.0.0.json",
5954
+ "url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
5935
5955
  "versions": {
5936
- "1.0.0": "https://json.schemastore.org/venvironment-basic-schema-v1.0.0.json",
5937
- "1.1.0": "https://json.schemastore.org/venvironment-basic-schema-v1.1.0.json",
5938
- "2.0.0": "https://json.schemastore.org/venvironment-basic-schema-v2.0.0.json",
5939
- "2.1.0": "https://json.schemastore.org/venvironment-basic-schema-v2.1.0.json",
5940
- "3.0.0": "https://json.schemastore.org/venvironment-basic-schema-v3.0.0.json",
5941
- "3.2.0": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5942
- "4.0.0": "https://json.schemastore.org/venvironment-basic-schema-v4.0.0.json"
5956
+ "1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
5957
+ "1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
5958
+ "2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
5959
+ "2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
5960
+ "3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
5961
+ "3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5962
+ "4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
5943
5963
  }
5944
5964
  },
5945
5965
  {
@@ -5953,9 +5973,9 @@
5953
5973
  "venvplus.json",
5954
5974
  "*.venvplus.json"
5955
5975
  ],
5956
- "url": "https://json.schemastore.org/venvplus-schema-v1.0.0.json",
5976
+ "url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
5957
5977
  "versions": {
5958
- "1.0.0": "https://json.schemastore.org/venvplus-schema-v1.0.0.json"
5978
+ "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
5959
5979
  }
5960
5980
  },
5961
5981
  {
@@ -5969,9 +5989,9 @@
5969
5989
  "venvplus-basic.json",
5970
5990
  "*.venvplus-basic.json"
5971
5991
  ],
5972
- "url": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json",
5992
+ "url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
5973
5993
  "versions": {
5974
- "1.0.0": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json"
5994
+ "1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
5975
5995
  }
5976
5996
  },
5977
5997
  {
@@ -6011,75 +6031,75 @@
6011
6031
  "vhwdebugger-binding.yml",
6012
6032
  "*.vhwdebugger-binding.yml"
6013
6033
  ],
6014
- "url": "https://json.schemastore.org/vhwdebugger-binding-schema.json"
6034
+ "url": "https://www.schemastore.org/vhwdebugger-binding-schema.json"
6015
6035
  },
6016
6036
  {
6017
6037
  "name": "vim-addon-info",
6018
6038
  "description": "vim plugin addon-info.json metadata files",
6019
6039
  "fileMatch": ["**/*vim*/addon-info.json"],
6020
- "url": "https://json.schemastore.org/vim-addon-info.json"
6040
+ "url": "https://www.schemastore.org/vim-addon-info.json"
6021
6041
  },
6022
6042
  {
6023
6043
  "name": "vsls.json",
6024
6044
  "description": "Visual Studio Live Share configuration file",
6025
6045
  "fileMatch": [".vsls.json"],
6026
- "url": "https://json.schemastore.org/vsls.json"
6046
+ "url": "https://www.schemastore.org/vsls.json"
6027
6047
  },
6028
6048
  {
6029
6049
  "name": "vs-2017.3.host.json",
6030
6050
  "description": "Visual Studio template host file",
6031
6051
  "fileMatch": ["vs-2017.3.host.json"],
6032
- "url": "https://json.schemastore.org/vs-2017.3.host.json"
6052
+ "url": "https://www.schemastore.org/vs-2017.3.host.json"
6033
6053
  },
6034
6054
  {
6035
6055
  "name": "vs-nesting.json",
6036
6056
  "description": "Visual Studio's file nesting feature",
6037
6057
  "fileMatch": ["*.filenesting.json", ".filenesting.json"],
6038
- "url": "https://json.schemastore.org/vs-nesting.json"
6058
+ "url": "https://www.schemastore.org/vs-nesting.json"
6039
6059
  },
6040
6060
  {
6041
6061
  "name": ".vsconfig",
6042
6062
  "description": "Visual Studio component configuration files",
6043
6063
  "fileMatch": ["*.vsconfig"],
6044
- "url": "https://json.schemastore.org/vsconfig.json"
6064
+ "url": "https://www.schemastore.org/vsconfig.json"
6045
6065
  },
6046
6066
  {
6047
6067
  "name": ".vsext",
6048
6068
  "description": "Visual Studio extension pack manifests",
6049
6069
  "fileMatch": ["*.vsext"],
6050
- "url": "https://json.schemastore.org/vsext.json"
6070
+ "url": "https://www.schemastore.org/vsext.json"
6051
6071
  },
6052
6072
  {
6053
6073
  "name": "VSIX CLI publishing",
6054
6074
  "description": "Visual Studio extension publishing",
6055
6075
  "fileMatch": ["vs-publish.json"],
6056
- "url": "https://json.schemastore.org/vsix-publish.json"
6076
+ "url": "https://www.schemastore.org/vsix-publish.json"
6057
6077
  },
6058
6078
  {
6059
6079
  "name": "vss-extension.json",
6060
6080
  "description": "Azure DevOps Extensions",
6061
6081
  "fileMatch": ["vss-extension.json"],
6062
- "url": "https://json.schemastore.org/vss-extension.json"
6082
+ "url": "https://www.schemastore.org/vss-extension.json"
6063
6083
  },
6064
6084
  {
6065
6085
  "name": "vtesttree.yaml",
6066
6086
  "description": "Vector test execution tree description",
6067
6087
  "fileMatch": ["*.vtesttree.yaml", "*.vtesttree.yml", "*.vtesttree.json"],
6068
- "url": "https://json.schemastore.org/vtesttree-schema-v2.4.0.json",
6088
+ "url": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json",
6069
6089
  "versions": {
6070
- "1.0.0": "https://json.schemastore.org/vtesttree-schema-v1.0.0.json",
6071
- "2.0.0": "https://json.schemastore.org/vtesttree-schema-v2.0.0.json",
6072
- "2.1.0": "https://json.schemastore.org/vtesttree-schema-v2.1.0.json",
6073
- "2.2.0": "https://json.schemastore.org/vtesttree-schema-v2.2.0.json",
6074
- "2.3.0": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json",
6075
- "2.4.0": "https://json.schemastore.org/vtesttree-schema-v2.4.0.json"
6090
+ "1.0.0": "https://www.schemastore.org/vtesttree-schema-v1.0.0.json",
6091
+ "2.0.0": "https://www.schemastore.org/vtesttree-schema-v2.0.0.json",
6092
+ "2.1.0": "https://www.schemastore.org/vtesttree-schema-v2.1.0.json",
6093
+ "2.2.0": "https://www.schemastore.org/vtesttree-schema-v2.2.0.json",
6094
+ "2.3.0": "https://www.schemastore.org/vtesttree-schema-v2.3.0.json",
6095
+ "2.4.0": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json"
6076
6096
  }
6077
6097
  },
6078
6098
  {
6079
6099
  "name": "vtestunit.yaml",
6080
6100
  "description": "Vector test unit description",
6081
6101
  "fileMatch": ["*.vtestunit.yaml", "*.vtestunit.yml", "*.vtestunit.json"],
6082
- "url": "https://json.schemastore.org/vtestunit-schema.json"
6102
+ "url": "https://www.schemastore.org/vtestunit-schema.json"
6083
6103
  },
6084
6104
  {
6085
6105
  "name": "v8r",
@@ -6091,31 +6111,37 @@
6091
6111
  "name": "WebExtensions",
6092
6112
  "description": "WebExtension manifest files",
6093
6113
  "fileMatch": ["manifest.json"],
6094
- "url": "https://json.schemastore.org/webextension.json"
6114
+ "url": "https://www.schemastore.org/webextension.json"
6095
6115
  },
6096
6116
  {
6097
6117
  "name": "Web App Manifest",
6098
6118
  "description": "Web Application manifest file",
6099
6119
  "fileMatch": ["manifest.json", "*.webmanifest"],
6100
- "url": "https://json.schemastore.org/web-manifest-combined.json"
6120
+ "url": "https://www.schemastore.org/web-manifest-combined.json"
6101
6121
  },
6102
6122
  {
6103
6123
  "name": "webjobs-list.json",
6104
6124
  "description": "Azure Webjob list file",
6105
6125
  "fileMatch": ["webjobs-list.json"],
6106
- "url": "https://json.schemastore.org/webjobs-list.json"
6126
+ "url": "https://www.schemastore.org/webjobs-list.json"
6107
6127
  },
6108
6128
  {
6109
6129
  "name": "webjobpublishsettings.json",
6110
6130
  "description": "Azure Webjobs publish settings file",
6111
6131
  "fileMatch": ["webjobpublishsettings.json"],
6112
- "url": "https://json.schemastore.org/webjob-publish-settings.json"
6132
+ "url": "https://www.schemastore.org/webjob-publish-settings.json"
6113
6133
  },
6114
6134
  {
6115
6135
  "name": "Web types",
6116
6136
  "description": "JSON standard for web component libraries metadata",
6117
6137
  "fileMatch": ["web-types.json", "*.web-types.json"],
6118
- "url": "https://json.schemastore.org/web-types.json"
6138
+ "url": "https://www.schemastore.org/web-types.json"
6139
+ },
6140
+ {
6141
+ "name": "WP-CLI",
6142
+ "description": "WP-CLI is the official command-line tool for WordPress",
6143
+ "fileMatch": ["wp-cli.local.yml", "wp-cli.yml", "**/.wp-cli/config.yml"],
6144
+ "url": "https://raw.githubusercontent.com/wp-cli/wp-cli/refs/heads/main/schemas/wp-cli-config.json"
6119
6145
  },
6120
6146
  {
6121
6147
  "name": "Wrangler CLI",
@@ -6171,7 +6197,7 @@
6171
6197
  "name": "xunit.runner.json",
6172
6198
  "description": "Configuration file for unit test projects using xUnit.net",
6173
6199
  "fileMatch": ["xunit.runner.json", "*.xunit.runner.json"],
6174
- "url": "https://json.schemastore.org/xunit.runner.schema.json",
6200
+ "url": "https://www.schemastore.org/xunit.runner.schema.json",
6175
6201
  "versions": {
6176
6202
  "v2.2": "https://xunit.net/schema/v2.2/xunit.runner.schema.json",
6177
6203
  "v2.3": "https://xunit.net/schema/v2.3/xunit.runner.schema.json",
@@ -6182,25 +6208,25 @@
6182
6208
  "name": "servicehub.service.json",
6183
6209
  "description": "Microsoft ServiceHub Service",
6184
6210
  "fileMatch": ["*.servicehub.service.json"],
6185
- "url": "https://json.schemastore.org/servicehub.service.schema.json"
6211
+ "url": "https://www.schemastore.org/servicehub.service.schema.json"
6186
6212
  },
6187
6213
  {
6188
6214
  "name": "servicehub.config.json",
6189
6215
  "description": "Microsoft ServiceHub Configuration",
6190
6216
  "fileMatch": ["servicehub.config.json"],
6191
- "url": "https://json.schemastore.org/servicehub.config.schema.json"
6217
+ "url": "https://www.schemastore.org/servicehub.config.schema.json"
6192
6218
  },
6193
6219
  {
6194
6220
  "name": ".cryproj (generic)",
6195
6221
  "description": "A CRYENGINE projects (.cryproj files)",
6196
6222
  "fileMatch": ["*.cryproj"],
6197
- "url": "https://json.schemastore.org/cryproj.json",
6223
+ "url": "https://www.schemastore.org/cryproj.json",
6198
6224
  "versions": {
6199
- "dev": "https://json.schemastore.org/cryproj.dev.schema.json",
6200
- "5.2": "https://json.schemastore.org/cryproj.52.schema.json",
6201
- "5.3": "https://json.schemastore.org/cryproj.53.schema.json",
6202
- "5.4": "https://json.schemastore.org/cryproj.54.schema.json",
6203
- "5.5": "https://json.schemastore.org/cryproj.55.schema.json"
6225
+ "dev": "https://www.schemastore.org/cryproj.dev.schema.json",
6226
+ "5.2": "https://www.schemastore.org/cryproj.52.schema.json",
6227
+ "5.3": "https://www.schemastore.org/cryproj.53.schema.json",
6228
+ "5.4": "https://www.schemastore.org/cryproj.54.schema.json",
6229
+ "5.5": "https://www.schemastore.org/cryproj.55.schema.json"
6204
6230
  }
6205
6231
  },
6206
6232
  {
@@ -6220,13 +6246,13 @@
6220
6246
  "**/tmuxinator/*.yaml",
6221
6247
  "**/tmuxinator/*.yml"
6222
6248
  ],
6223
- "url": "https://json.schemastore.org/tmuxinator.json"
6249
+ "url": "https://www.schemastore.org/tmuxinator.json"
6224
6250
  },
6225
6251
  {
6226
6252
  "name": "huskyrc",
6227
6253
  "description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
6228
6254
  "fileMatch": [".huskyrc", ".huskyrc.json"],
6229
- "url": "https://json.schemastore.org/huskyrc.json"
6255
+ "url": "https://www.schemastore.org/huskyrc.json"
6230
6256
  },
6231
6257
  {
6232
6258
  "name": "lint-staged (.lintstagedrc)",
@@ -6237,7 +6263,7 @@
6237
6263
  ".lintstagedrc.yaml",
6238
6264
  ".lintstagedrc.yml"
6239
6265
  ],
6240
- "url": "https://json.schemastore.org/lintstagedrc.schema.json"
6266
+ "url": "https://www.schemastore.org/lintstagedrc.schema.json"
6241
6267
  },
6242
6268
  {
6243
6269
  "name": "mirrord config",
@@ -6271,13 +6297,13 @@
6271
6297
  "name": "mta.yaml",
6272
6298
  "description": "A MTA projects v3.3",
6273
6299
  "fileMatch": ["mta.yaml", "mta.yml"],
6274
- "url": "https://json.schemastore.org/mta.json"
6300
+ "url": "https://www.schemastore.org/mta.json"
6275
6301
  },
6276
6302
  {
6277
6303
  "name": "mtad.yaml",
6278
6304
  "description": "A MTA deployment descriptors v3.3",
6279
6305
  "fileMatch": ["mtad.yaml", "mtad.yml"],
6280
- "url": "https://json.schemastore.org/mtad.json"
6306
+ "url": "https://www.schemastore.org/mtad.json"
6281
6307
  },
6282
6308
  {
6283
6309
  "name": "Motif config",
@@ -6289,27 +6315,27 @@
6289
6315
  "name": ".mtaext",
6290
6316
  "description": "A MTA extension descriptors v3.3",
6291
6317
  "fileMatch": ["*.mtaext"],
6292
- "url": "https://json.schemastore.org/mtaext.json"
6318
+ "url": "https://www.schemastore.org/mtaext.json"
6293
6319
  },
6294
6320
  {
6295
6321
  "name": "xs-app.json",
6296
6322
  "description": "the SAP Application Router v8.2.2",
6297
6323
  "fileMatch": ["xs-app.json"],
6298
- "url": "https://json.schemastore.org/xs-app.json"
6324
+ "url": "https://www.schemastore.org/xs-app.json"
6299
6325
  },
6300
6326
  {
6301
6327
  "name": "Opctl",
6302
6328
  "description": "Opctl describing an op",
6303
6329
  "fileMatch": ["**/.opspec/*/*.yml", "**/.opspec/*/*.yaml"],
6304
- "url": "https://json.schemastore.org/opspec-io-0.1.7.json"
6330
+ "url": "https://www.schemastore.org/opspec-io-0.1.7.json"
6305
6331
  },
6306
6332
  {
6307
6333
  "name": "HEMTT",
6308
6334
  "description": "HEMTT Project File",
6309
6335
  "fileMatch": ["hemtt.json", "hemtt.toml"],
6310
- "url": "https://json.schemastore.org/hemtt-0.6.2.json",
6336
+ "url": "https://www.schemastore.org/hemtt-0.6.2.json",
6311
6337
  "versions": {
6312
- "0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json"
6338
+ "0.6.2": "https://www.schemastore.org/hemtt-0.6.2.json"
6313
6339
  }
6314
6340
  },
6315
6341
  {
@@ -6322,7 +6348,7 @@
6322
6348
  "name": "now",
6323
6349
  "description": "ZEIT Now project configuration file",
6324
6350
  "fileMatch": ["now.json"],
6325
- "url": "https://json.schemastore.org/now.json"
6351
+ "url": "https://www.schemastore.org/now.json"
6326
6352
  },
6327
6353
  {
6328
6354
  "name": "taskcat",
@@ -6334,13 +6360,13 @@
6334
6360
  "name": "BizTalkServerApplicationSchema",
6335
6361
  "description": "BizTalk server application inventory json file",
6336
6362
  "fileMatch": ["BizTalkServerInventory.json"],
6337
- "url": "https://json.schemastore.org/BizTalkServerApplicationSchema.json"
6363
+ "url": "https://www.schemastore.org/BizTalkServerApplicationSchema.json"
6338
6364
  },
6339
6365
  {
6340
6366
  "name": "httpmockrc",
6341
6367
  "description": "Http-mocker is a tool for mock local requests or proxy remote requests",
6342
6368
  "fileMatch": [".httpmockrc", ".httpmock.json"],
6343
- "url": "https://json.schemastore.org/httpmockrc.json"
6369
+ "url": "https://www.schemastore.org/httpmockrc.json"
6344
6370
  },
6345
6371
  {
6346
6372
  "name": "nitro.json",
@@ -6371,7 +6397,7 @@
6371
6397
  "name": "zuul",
6372
6398
  "description": "Zuul CI configuration file",
6373
6399
  "fileMatch": ["**/*zuul.d/*.yaml", ".zuul.yaml"],
6374
- "url": "https://json.schemastore.org/zuul.json"
6400
+ "url": "https://www.schemastore.org/zuul.json"
6375
6401
  },
6376
6402
  {
6377
6403
  "name": "Briefcase",
@@ -6389,7 +6415,7 @@
6389
6415
  "name": "jsdoc",
6390
6416
  "description": "JSDoc configuration file",
6391
6417
  "fileMatch": ["conf.json", "jsdoc.json"],
6392
- "url": "https://json.schemastore.org/jsdoc-1.0.0.json"
6418
+ "url": "https://www.schemastore.org/jsdoc-1.0.0.json"
6393
6419
  },
6394
6420
  {
6395
6421
  "name": "Ray",
@@ -6418,7 +6444,7 @@
6418
6444
  "name": "helmfile",
6419
6445
  "description": "Helmfile is a declarative spec for deploying helm charts",
6420
6446
  "fileMatch": ["helmfile.yaml", "**/helmfile.d/**/*.yaml"],
6421
- "url": "https://json.schemastore.org/helmfile.json"
6447
+ "url": "https://www.schemastore.org/helmfile.json"
6422
6448
  },
6423
6449
  {
6424
6450
  "name": "helmwave",
@@ -6430,7 +6456,7 @@
6430
6456
  "name": "Container Structure Test",
6431
6457
  "description": "The Container Structure Tests provide a powerful framework to validate the structure of a container image",
6432
6458
  "fileMatch": ["container-structure-test.yaml", "structure-test.yaml"],
6433
- "url": "https://json.schemastore.org/container-structure-test.json"
6459
+ "url": "https://www.schemastore.org/container-structure-test.json"
6434
6460
  },
6435
6461
  {
6436
6462
  "name": "Žinoma",
@@ -6442,17 +6468,17 @@
6442
6468
  "name": "Windows Package Manager Singleton Manifest",
6443
6469
  "description": "Windows Package Manager Singleton Manifest file",
6444
6470
  "fileMatch": ["**/manifests/?/*/*/*/*.*.yaml"],
6445
- "url": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json",
6471
+ "url": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json",
6446
6472
  "versions": {
6447
- "0.1": "https://json.schemastore.org/winget-pkgs-singleton-0.1.json",
6448
- "1.0.0": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json"
6473
+ "0.1": "https://www.schemastore.org/winget-pkgs-singleton-0.1.json",
6474
+ "1.0.0": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json"
6449
6475
  }
6450
6476
  },
6451
6477
  {
6452
6478
  "name": "Windows Package Manager Installer Manifest",
6453
6479
  "description": "Windows Package Manager Installer Manifest file, used for detailing installer specific metadata",
6454
6480
  "fileMatch": ["**/manifests/?/*/*/*/*.*.installer.yaml"],
6455
- "url": "https://json.schemastore.org/winget-pkgs-installer-1.0.0.json"
6481
+ "url": "https://www.schemastore.org/winget-pkgs-installer-1.0.0.json"
6456
6482
  },
6457
6483
  {
6458
6484
  "name": "Windows Package Manager Locale Manifest",
@@ -6468,12 +6494,12 @@
6468
6494
  "**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
6469
6495
  "**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
6470
6496
  ],
6471
- "url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json"
6497
+ "url": "https://www.schemastore.org/winget-pkgs-locale-1.0.0.json"
6472
6498
  },
6473
6499
  {
6474
6500
  "name": "Winutil",
6475
6501
  "description": "Configuration for files in \"ChrisTitusTech/winutil\"",
6476
- "url": "https://json.schemastore.org/winutil-presets.json"
6502
+ "url": "https://www.schemastore.org/winutil-presets.json"
6477
6503
  },
6478
6504
  {
6479
6505
  "name": "commitlint (.commitlintrc)",
@@ -6484,7 +6510,7 @@
6484
6510
  ".commitlintrc.yaml",
6485
6511
  ".commitlintrc.yml"
6486
6512
  ],
6487
- "url": "https://json.schemastore.org/commitlintrc.json"
6513
+ "url": "https://www.schemastore.org/commitlintrc.json"
6488
6514
  },
6489
6515
  {
6490
6516
  "name": "Uniswap Token List",
@@ -6496,7 +6522,7 @@
6496
6522
  "name": "yamllint",
6497
6523
  "description": "yamllint uses a set of rules to check source files for problems",
6498
6524
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
6499
- "url": "https://json.schemastore.org/yamllint.json"
6525
+ "url": "https://www.schemastore.org/yamllint.json"
6500
6526
  },
6501
6527
  {
6502
6528
  "name": "Yippee-Ki-JSON configuration YML",
@@ -6527,39 +6553,39 @@
6527
6553
  "name": "devinit",
6528
6554
  "description": "Devinit configuration file",
6529
6555
  "fileMatch": ["devinit.json", ".devinit.json"],
6530
- "url": "https://json.schemastore.org/devinit.schema-6.0.json",
6556
+ "url": "https://www.schemastore.org/devinit.schema-6.0.json",
6531
6557
  "versions": {
6532
- "1.0": "https://json.schemastore.org/devinit.schema-1.0.json",
6533
- "2.0": "https://json.schemastore.org/devinit.schema-2.0.json",
6534
- "3.0": "https://json.schemastore.org/devinit.schema-3.0.json",
6535
- "4.0": "https://json.schemastore.org/devinit.schema-4.0.json",
6536
- "5.0": "https://json.schemastore.org/devinit.schema-5.0.json",
6537
- "6.0": "https://json.schemastore.org/devinit.schema-6.0.json"
6558
+ "1.0": "https://www.schemastore.org/devinit.schema-1.0.json",
6559
+ "2.0": "https://www.schemastore.org/devinit.schema-2.0.json",
6560
+ "3.0": "https://www.schemastore.org/devinit.schema-3.0.json",
6561
+ "4.0": "https://www.schemastore.org/devinit.schema-4.0.json",
6562
+ "5.0": "https://www.schemastore.org/devinit.schema-5.0.json",
6563
+ "6.0": "https://www.schemastore.org/devinit.schema-6.0.json"
6538
6564
  }
6539
6565
  },
6540
6566
  {
6541
6567
  "name": "djlint",
6542
6568
  "description": "djLint configuration file",
6543
6569
  "fileMatch": [".djlintrc"],
6544
- "url": "https://json.schemastore.org/djlint.json"
6570
+ "url": "https://www.schemastore.org/djlint.json"
6545
6571
  },
6546
6572
  {
6547
6573
  "name": "tsoa",
6548
6574
  "description": "the tsoa configuration file",
6549
6575
  "fileMatch": ["**/tsoa.json"],
6550
- "url": "https://json.schemastore.org/tsoa.json"
6576
+ "url": "https://www.schemastore.org/tsoa.json"
6551
6577
  },
6552
6578
  {
6553
6579
  "name": "API Builder",
6554
6580
  "description": "apibuilder.io",
6555
6581
  "fileMatch": ["**/api.json"],
6556
- "url": "https://json.schemastore.org/apibuilder.json"
6582
+ "url": "https://www.schemastore.org/apibuilder.json"
6557
6583
  },
6558
6584
  {
6559
6585
  "name": "Gradle Enterprise",
6560
6586
  "description": "Gradle Enterprise configuration",
6561
6587
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
6562
- "url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
6588
+ "url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json",
6563
6589
  "versions": {
6564
6590
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
6565
6591
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -6572,7 +6598,8 @@
6572
6598
  "9.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-9.json",
6573
6599
  "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
6574
6600
  "11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json",
6575
- "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json"
6601
+ "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
6602
+ "13.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json"
6576
6603
  }
6577
6604
  },
6578
6605
  {
@@ -6601,13 +6628,13 @@
6601
6628
  "name": "Better Code Hub",
6602
6629
  "description": "Configuration file for Better Code Hub to override the default configuration",
6603
6630
  "fileMatch": [".bettercodehub.yml"],
6604
- "url": "https://json.schemastore.org/bettercodehub.json"
6631
+ "url": "https://www.schemastore.org/bettercodehub.json"
6605
6632
  },
6606
6633
  {
6607
6634
  "name": "Starlake Data Pipeline",
6608
6635
  "description": "Starlake Data Pipeline",
6609
6636
  "fileMatch": ["*.sl.yml"],
6610
- "url": "https://json.schemastore.org/starlake.json"
6637
+ "url": "https://www.schemastore.org/starlake.json"
6611
6638
  },
6612
6639
  {
6613
6640
  "name": "swcrc",
@@ -6619,19 +6646,19 @@
6619
6646
  "name": "OpenWeather Road Risk API",
6620
6647
  "description": "OpenWeather Road Risk API responses",
6621
6648
  "fileMatch": [],
6622
- "url": "https://json.schemastore.org/openweather.roadrisk.json"
6649
+ "url": "https://www.schemastore.org/openweather.roadrisk.json"
6623
6650
  },
6624
6651
  {
6625
6652
  "name": "OpenWeather Current Weather API",
6626
6653
  "description": "OpenWeather Current Weather API responses",
6627
6654
  "fileMatch": [],
6628
- "url": "https://json.schemastore.org/openweather.current.json"
6655
+ "url": "https://www.schemastore.org/openweather.current.json"
6629
6656
  },
6630
6657
  {
6631
6658
  "name": "JSON-e templates",
6632
6659
  "description": "JSON-e templates",
6633
6660
  "fileMatch": [],
6634
- "url": "https://json.schemastore.org/jsone.json"
6661
+ "url": "https://www.schemastore.org/jsone.json"
6635
6662
  },
6636
6663
  {
6637
6664
  "name": "Taskfile config",
@@ -6659,7 +6686,7 @@
6659
6686
  "*.hammerkit.yaml",
6660
6687
  "*.hammerkit.yml"
6661
6688
  ],
6662
- "url": "https://json.schemastore.org/hammerkit.json"
6689
+ "url": "https://www.schemastore.org/hammerkit.json"
6663
6690
  },
6664
6691
  {
6665
6692
  "name": "Containerlab",
@@ -6699,10 +6726,10 @@
6699
6726
  "**/db/changelog/**/*.yml",
6700
6727
  "**/db/changelog/**/*.json"
6701
6728
  ],
6702
- "url": "https://json.schemastore.org/liquibase-3.2.json",
6729
+ "url": "https://www.schemastore.org/liquibase-3.2.json",
6703
6730
  "versions": {
6704
- "1.0": "https://json.schemastore.org/liquibase.json",
6705
- "3.2": "https://json.schemastore.org/liquibase-3.2.json"
6731
+ "1.0": "https://www.schemastore.org/liquibase.json",
6732
+ "3.2": "https://www.schemastore.org/liquibase-3.2.json"
6706
6733
  }
6707
6734
  },
6708
6735
  {
@@ -6815,13 +6842,13 @@
6815
6842
  "name": "markdown-link-check",
6816
6843
  "description": "markdown-link-check",
6817
6844
  "fileMatch": [".markdown-link-check.json"],
6818
- "url": "https://json.schemastore.org/markdown-link-check.json"
6845
+ "url": "https://www.schemastore.org/markdown-link-check.json"
6819
6846
  },
6820
6847
  {
6821
6848
  "name": "maturin",
6822
6849
  "description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages",
6823
6850
  "fileMatch": ["maturin.toml"],
6824
- "url": "https://json.schemastore.org/maturin.json"
6851
+ "url": "https://www.schemastore.org/maturin.json"
6825
6852
  },
6826
6853
  {
6827
6854
  "name": "Mason Registry",
@@ -6868,10 +6895,10 @@
6868
6895
  "name": "mboats",
6869
6896
  "description": "MBOATS Configuration",
6870
6897
  "fileMatch": ["*.mboats.yaml", "*.mboats.yml"],
6871
- "url": "https://json.schemastore.org/mboats-config-0.2.json",
6898
+ "url": "https://www.schemastore.org/mboats-config-0.2.json",
6872
6899
  "versions": {
6873
- "0.1": "https://json.schemastore.org/mboats-config-0.1.json",
6874
- "0.2": "https://json.schemastore.org/mboats-config-0.2.json"
6900
+ "0.1": "https://www.schemastore.org/mboats-config-0.1.json",
6901
+ "0.2": "https://www.schemastore.org/mboats-config-0.2.json"
6875
6902
  }
6876
6903
  },
6877
6904
  {
@@ -6932,7 +6959,7 @@
6932
6959
  "name": "Qodana",
6933
6960
  "description": "A standard qodana.yaml (or qodana.yml) format for Qodana configuration. Documentation: https://jetbrains.com/qodana",
6934
6961
  "fileMatch": ["qodana.yaml", "qodana.yml"],
6935
- "url": "https://json.schemastore.org/qodana-1.0.json"
6962
+ "url": "https://www.schemastore.org/qodana-1.0.json"
6936
6963
  },
6937
6964
  {
6938
6965
  "name": "Tye",
@@ -6944,19 +6971,19 @@
6944
6971
  "name": "unist",
6945
6972
  "description": "unist syntax trees",
6946
6973
  "fileMatch": [],
6947
- "url": "https://json.schemastore.org/unist.json"
6974
+ "url": "https://www.schemastore.org/unist.json"
6948
6975
  },
6949
6976
  {
6950
6977
  "name": "Hugo Theme",
6951
6978
  "description": "Hugo theme config file",
6952
6979
  "fileMatch": [],
6953
- "url": "https://json.schemastore.org/hugo-theme.json"
6980
+ "url": "https://www.schemastore.org/hugo-theme.json"
6954
6981
  },
6955
6982
  {
6956
6983
  "name": "Hugo",
6957
6984
  "description": "Hugo static site generator config file",
6958
6985
  "fileMatch": ["hugo.toml", "hugo.json", "hugo.yaml"],
6959
- "url": "https://json.schemastore.org/hugo.json"
6986
+ "url": "https://www.schemastore.org/hugo.json"
6960
6987
  },
6961
6988
  {
6962
6989
  "name": "Cheatsheets",
@@ -6966,7 +6993,7 @@
6966
6993
  "**/cheat/conf.yml",
6967
6994
  "**/.cheat/conf.yml"
6968
6995
  ],
6969
- "url": "https://json.schemastore.org/cheatsheets.json"
6996
+ "url": "https://www.schemastore.org/cheatsheets.json"
6970
6997
  },
6971
6998
  {
6972
6999
  "name": "deployed-cli",
@@ -6977,7 +7004,7 @@
6977
7004
  ".deployed.yaml",
6978
7005
  ".deployed.yml"
6979
7006
  ],
6980
- "url": "https://json.schemastore.org/deployed.json"
7007
+ "url": "https://www.schemastore.org/deployed.json"
6981
7008
  },
6982
7009
  {
6983
7010
  "name": "Xstate Machine",
@@ -7024,7 +7051,7 @@
7024
7051
  "name": "clang-format (.clang-format)",
7025
7052
  "description": "yaml clang-format config",
7026
7053
  "fileMatch": [".clang-format"],
7027
- "url": "https://json.schemastore.org/clang-format.json"
7054
+ "url": "https://www.schemastore.org/clang-format.json"
7028
7055
  },
7029
7056
  {
7030
7057
  "name": "Estuary Flow Catalog",
@@ -7098,7 +7125,7 @@
7098
7125
  "name": "AVA Configuration",
7099
7126
  "description": "configuring AVA, the Node.js test runner",
7100
7127
  "fileMatch": ["ava.config.json"],
7101
- "url": "https://json.schemastore.org/ava.json"
7128
+ "url": "https://www.schemastore.org/ava.json"
7102
7129
  },
7103
7130
  {
7104
7131
  "name": "Datahub Ingestion Recipe",
@@ -7116,19 +7143,19 @@
7116
7143
  "name": "jscpd Configuration",
7117
7144
  "description": "Copy/paste detector for programming source code",
7118
7145
  "fileMatch": [".jscpd.json"],
7119
- "url": "https://json.schemastore.org/jscpd.json"
7146
+ "url": "https://www.schemastore.org/jscpd.json"
7120
7147
  },
7121
7148
  {
7122
7149
  "name": "Pterodactyl",
7123
7150
  "description": "Pterodactyl, a free game server control panel",
7124
7151
  "fileMatch": ["egg-*.json"],
7125
- "url": "https://json.schemastore.org/pterodactyl.json"
7152
+ "url": "https://www.schemastore.org/pterodactyl.json"
7126
7153
  },
7127
7154
  {
7128
7155
  "name": "Hardware Sentry Configuration",
7129
7156
  "description": "Hardware Sentry configuration file",
7130
7157
  "fileMatch": ["*hws-config*.yaml", "*hws-config*.yml"],
7131
- "url": "https://json.schemastore.org/hws-config.json"
7158
+ "url": "https://www.schemastore.org/hws-config.json"
7132
7159
  },
7133
7160
  {
7134
7161
  "name": "devspace.yaml",
@@ -7140,46 +7167,46 @@
7140
7167
  "name": "Monika Configuration",
7141
7168
  "description": "Monika configuration file",
7142
7169
  "fileMatch": ["*monika*.yaml", "*monika*.yml", "monika.json"],
7143
- "url": "https://json.schemastore.org/monika-config-schema.json"
7170
+ "url": "https://www.schemastore.org/monika-config-schema.json"
7144
7171
  },
7145
7172
  {
7146
7173
  "name": "Istanbul",
7147
7174
  "description": "Istanbul, a JavaScript code coverage tool",
7148
7175
  "fileMatch": [".nycrc", ".nycrc.json", ".nycrc.yaml", ".nycrc.yml"],
7149
- "url": "https://json.schemastore.org/nycrc.json"
7176
+ "url": "https://www.schemastore.org/nycrc.json"
7150
7177
  },
7151
7178
  {
7152
7179
  "name": "MongoDB Atlas Search Index Definition",
7153
7180
  "description": "MongoDB Atlas Search index",
7154
7181
  "fileMatch": ["*-index.json"],
7155
- "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
7182
+ "url": "https://www.schemastore.org/mongodb-atlas-search-index-definition.json"
7156
7183
  },
7157
7184
  {
7158
7185
  "name": "KODE/CI build.yaml",
7159
7186
  "description": "yaml kode/ci build",
7160
7187
  "fileMatch": ["**/.kode/*.yaml"],
7161
- "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
7188
+ "url": "https://www.schemastore.org/kode-ci-build-1.0.0.json"
7162
7189
  },
7163
7190
  {
7164
7191
  "name": "Kong DBLess config",
7165
7192
  "description": "dbless configuration YAML",
7166
7193
  "fileMatch": ["kong.yaml", "kong.yml"],
7167
- "url": "https://json.schemastore.org/kong_json_schema.json"
7194
+ "url": "https://www.schemastore.org/kong_json_schema.json"
7168
7195
  },
7169
7196
  {
7170
7197
  "name": "Embrace Config",
7171
7198
  "description": "Embrace configuration file",
7172
7199
  "fileMatch": ["embrace-config.json"],
7173
- "url": "https://json.schemastore.org/embrace-config-schema-1.0.0.json"
7200
+ "url": "https://www.schemastore.org/embrace-config-schema-1.0.0.json"
7174
7201
  },
7175
7202
  {
7176
7203
  "name": "petstore-v1.0",
7177
7204
  "description": "petstore yaml validation",
7178
7205
  "fileMatch": ["petstore-v1.0.json"],
7179
- "url": "https://json.schemastore.org/petstore-v1.0.json",
7206
+ "url": "https://www.schemastore.org/petstore-v1.0.json",
7180
7207
  "versions": {
7181
- "1.0": "https://json.schemastore.org/petstore-v1.0.json",
7182
- "0.2": "https://json.schemastore.org/mboats-config-0.2.json"
7208
+ "1.0": "https://www.schemastore.org/petstore-v1.0.json",
7209
+ "0.2": "https://www.schemastore.org/mboats-config-0.2.json"
7183
7210
  }
7184
7211
  },
7185
7212
  {
@@ -7189,19 +7216,19 @@
7189
7216
  "**/.jfrog-pipelines/**/*.yml",
7190
7217
  "**/.jfrog-pipelines/**/*.yaml"
7191
7218
  ],
7192
- "url": "https://json.schemastore.org/jfrog-pipelines.json"
7219
+ "url": "https://www.schemastore.org/jfrog-pipelines.json"
7193
7220
  },
7194
7221
  {
7195
7222
  "name": "Safebox Config",
7196
7223
  "description": "Documentation: https://github.com/monebag/safebox",
7197
7224
  "fileMatch": ["*safebox*.yaml", "*safebox*.yml"],
7198
- "url": "https://json.schemastore.org/safebox-schema-v1.0.0.json"
7225
+ "url": "https://www.schemastore.org/safebox-schema-v1.0.0.json"
7199
7226
  },
7200
7227
  {
7201
7228
  "name": "Sublime Syntax",
7202
7229
  "description": "Sublime Text/Merge syntax highlighting definition",
7203
7230
  "fileMatch": ["*.sublime-syntax"],
7204
- "url": "https://json.schemastore.org/sublime-syntax.json"
7231
+ "url": "https://www.schemastore.org/sublime-syntax.json"
7205
7232
  },
7206
7233
  {
7207
7234
  "name": "Keycloak REST API",
@@ -7234,9 +7261,9 @@
7234
7261
  "name": "QueryFirst config file",
7235
7262
  "description": "Config options for QueryFirst, SQL wrapper generator",
7236
7263
  "fileMatch": ["qfconfig.json"],
7237
- "url": "https://json.schemastore.org/qfconfig.json",
7264
+ "url": "https://www.schemastore.org/qfconfig.json",
7238
7265
  "versions": {
7239
- "1.0": "https://json.schemastore.org/qfconfig.json"
7266
+ "1.0": "https://www.schemastore.org/qfconfig.json"
7240
7267
  }
7241
7268
  },
7242
7269
  {
@@ -7249,43 +7276,43 @@
7249
7276
  "name": "Unreal Engine Uplugin",
7250
7277
  "description": "Unreal Engine plugin configuration file",
7251
7278
  "fileMatch": [".uplugin"],
7252
- "url": "https://json.schemastore.org/uplugin.json"
7279
+ "url": "https://www.schemastore.org/uplugin.json"
7253
7280
  },
7254
7281
  {
7255
7282
  "name": "Unreal Engine Uproject",
7256
7283
  "description": "Unreal Engine project configuration file",
7257
7284
  "fileMatch": [".uproject"],
7258
- "url": "https://json.schemastore.org/uproject.json"
7285
+ "url": "https://www.schemastore.org/uproject.json"
7259
7286
  },
7260
7287
  {
7261
7288
  "name": "Pantsbuild",
7262
7289
  "description": "Pantsbuild configuration file",
7263
7290
  "fileMatch": ["pants*.toml"],
7264
- "url": "https://json.schemastore.org/pantsbuild-2.26.0.json",
7291
+ "url": "https://www.schemastore.org/pantsbuild-2.26.0.json",
7265
7292
  "versions": {
7266
- "2.14.0": "https://json.schemastore.org/pantsbuild-2.14.0.json",
7267
- "2.15.0": "https://json.schemastore.org/pantsbuild-2.15.0.json",
7268
- "2.16.0": "https://json.schemastore.org/pantsbuild-2.16.0.json",
7269
- "2.17.0": "https://json.schemastore.org/pantsbuild-2.17.0.json",
7270
- "2.18.0": "https://json.schemastore.org/pantsbuild-2.18.0.json",
7271
- "2.19.0": "https://json.schemastore.org/pantsbuild-2.19.0.json",
7272
- "2.20.0": "https://json.schemastore.org/pantsbuild-2.20.0.json",
7273
- "2.21.0": "https://json.schemastore.org/pantsbuild-2.21.0.json",
7274
- "2.24.0": "https://json.schemastore.org/pantsbuild-2.24.0.json",
7275
- "2.26.0": "https://json.schemastore.org/pantsbuild-2.26.0.json"
7293
+ "2.14.0": "https://www.schemastore.org/pantsbuild-2.14.0.json",
7294
+ "2.15.0": "https://www.schemastore.org/pantsbuild-2.15.0.json",
7295
+ "2.16.0": "https://www.schemastore.org/pantsbuild-2.16.0.json",
7296
+ "2.17.0": "https://www.schemastore.org/pantsbuild-2.17.0.json",
7297
+ "2.18.0": "https://www.schemastore.org/pantsbuild-2.18.0.json",
7298
+ "2.19.0": "https://www.schemastore.org/pantsbuild-2.19.0.json",
7299
+ "2.20.0": "https://www.schemastore.org/pantsbuild-2.20.0.json",
7300
+ "2.21.0": "https://www.schemastore.org/pantsbuild-2.21.0.json",
7301
+ "2.24.0": "https://www.schemastore.org/pantsbuild-2.24.0.json",
7302
+ "2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json"
7276
7303
  }
7277
7304
  },
7278
7305
  {
7279
7306
  "name": "All Contributors configuration file",
7280
7307
  "description": "The configuration file used by the All Contributors CLI and GitHub bot",
7281
7308
  "fileMatch": [".all-contributorsrc"],
7282
- "url": "https://json.schemastore.org/all-contributors.json"
7309
+ "url": "https://www.schemastore.org/all-contributors.json"
7283
7310
  },
7284
7311
  {
7285
7312
  "name": "ES6 Import Sorter (.es6importsorterrc.json)",
7286
7313
  "description": "The configuration file used for ES6 Import Sorter, a VSCode extension",
7287
7314
  "fileMatch": [".es6importsorterrc.json"],
7288
- "url": "https://json.schemastore.org/es6importsorterrc.json"
7315
+ "url": "https://www.schemastore.org/es6importsorterrc.json"
7289
7316
  },
7290
7317
  {
7291
7318
  "name": "completely.yml",
@@ -7321,7 +7348,7 @@
7321
7348
  "name": "bpkg",
7322
7349
  "description": "A lightweight Bash package manager",
7323
7350
  "fileMatch": ["bpkg.json"],
7324
- "url": "https://json.schemastore.org/bpkg.json"
7351
+ "url": "https://www.schemastore.org/bpkg.json"
7325
7352
  },
7326
7353
  {
7327
7354
  "name": "micro-settings.json",
@@ -7339,7 +7366,7 @@
7339
7366
  "name": "AutoAPICase",
7340
7367
  "description": "auto api case",
7341
7368
  "fileMatch": ["**/test_data/**/*.yml"],
7342
- "url": "https://json.schemastore.org/case_schema.json"
7369
+ "url": "https://www.schemastore.org/case_schema.json"
7343
7370
  },
7344
7371
  {
7345
7372
  "name": "secrethub.yml",
@@ -7351,13 +7378,13 @@
7351
7378
  "name": "Dynamic Bash Aliases (.aliases)",
7352
7379
  "description": "Dynamic Bash aliases",
7353
7380
  "fileMatch": [".aliases"],
7354
- "url": "https://json.schemastore.org/aliases.json"
7381
+ "url": "https://www.schemastore.org/aliases.json"
7355
7382
  },
7356
7383
  {
7357
7384
  "name": "Micro Editor Syntax",
7358
7385
  "description": "Micro Editor syntaxes",
7359
7386
  "fileMatch": ["**/micro/runtime/syntax/*.yaml"],
7360
- "url": "https://json.schemastore.org/micro-syntax.json"
7387
+ "url": "https://www.schemastore.org/micro-syntax.json"
7361
7388
  },
7362
7389
  {
7363
7390
  "name": "lazygit",
@@ -7369,7 +7396,7 @@
7369
7396
  "name": "lazydocker",
7370
7397
  "description": "lazydocker settings",
7371
7398
  "fileMatch": ["**/lazydocker/config.yml"],
7372
- "url": "https://json.schemastore.org/lazydocker.json"
7399
+ "url": "https://www.schemastore.org/lazydocker.json"
7373
7400
  },
7374
7401
  {
7375
7402
  "name": "custom-elements.json",
@@ -7381,19 +7408,19 @@
7381
7408
  "name": "warp-keysets.json",
7382
7409
  "description": "Warp keyboard shortcut presets",
7383
7410
  "fileMatch": ["**/.warp/keybindings.yaml"],
7384
- "url": "https://json.schemastore.org/warp-keysets.json"
7411
+ "url": "https://www.schemastore.org/warp-keysets.json"
7385
7412
  },
7386
7413
  {
7387
7414
  "name": "warp-themes.json",
7388
7415
  "description": "Warp themes",
7389
7416
  "fileMatch": ["**/.warp/themes/*.yaml"],
7390
- "url": "https://json.schemastore.org/warp-themes.json"
7417
+ "url": "https://www.schemastore.org/warp-themes.json"
7391
7418
  },
7392
7419
  {
7393
7420
  "name": "warp-workflows.json",
7394
7421
  "description": "Warp workflows",
7395
7422
  "fileMatch": ["**/.warp/workflows/*.yaml"],
7396
- "url": "https://json.schemastore.org/warp-workflows.json"
7423
+ "url": "https://www.schemastore.org/warp-workflows.json"
7397
7424
  },
7398
7425
  {
7399
7426
  "name": "Goblet",
@@ -7405,17 +7432,17 @@
7405
7432
  "name": "Databricks Asset Bundles",
7406
7433
  "description": "Databricks Asset Bundles config",
7407
7434
  "fileMatch": ["databricks.yml", "databricks.yaml"],
7408
- "url": "https://json.schemastore.org/databricks-asset-bundles.json"
7435
+ "url": "https://www.schemastore.org/databricks-asset-bundles.json"
7409
7436
  },
7410
7437
  {
7411
7438
  "name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
7412
7439
  "description": "Meta-validation JSON Schema Draft 7 (unofficial with '$ref' and 'format')",
7413
- "url": "https://json.schemastore.org/schema-draft-v4.json"
7440
+ "url": "https://www.schemastore.org/schema-draft-v4.json"
7414
7441
  },
7415
7442
  {
7416
7443
  "name": "JSON Schema Draft 7 (unofficial strict)",
7417
7444
  "description": "Meta-validation JSON Schema Draft 7 (unofficial strict)",
7418
- "url": "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json"
7445
+ "url": "https://www.schemastore.org/metaschema-draft-07-unofficial-strict.json"
7419
7446
  },
7420
7447
  {
7421
7448
  "name": "Visivo",
@@ -7440,19 +7467,19 @@
7440
7467
  "name": "TunnelHub",
7441
7468
  "description": "TunnelHub Automation Configuration File",
7442
7469
  "fileMatch": ["tunnelhub.yml", "tunnelhub.yaml"],
7443
- "url": "https://json.schemastore.org/tunnelhub.json"
7470
+ "url": "https://www.schemastore.org/tunnelhub.json"
7444
7471
  },
7445
7472
  {
7446
7473
  "name": "ty",
7447
7474
  "description": "ty, a fast Python type checker",
7448
7475
  "fileMatch": ["ty.toml"],
7449
- "url": "https://json.schemastore.org/ty.json"
7476
+ "url": "https://www.schemastore.org/ty.json"
7450
7477
  },
7451
7478
  {
7452
7479
  "name": "Problem object RFC9457",
7453
7480
  "description": "Problem object per RFC 9457",
7454
7481
  "fileMatch": [],
7455
- "url": "https://json.schemastore.org/problem-object-rfc9457.json"
7482
+ "url": "https://www.schemastore.org/problem-object-rfc9457.json"
7456
7483
  },
7457
7484
  {
7458
7485
  "name": "apko",
@@ -7484,7 +7511,7 @@
7484
7511
  "name": "Minecraft Custom Main Menu Mod",
7485
7512
  "description": "Minecraft 1.12 Forge mod 'Custom Main Menu' config",
7486
7513
  "fileMatch": ["mainmenu.yml", "mainmenu.yaml", "mainmenu.json"],
7487
- "url": "https://json.schemastore.org/minecraft-custom-main-menu-mod.json"
7514
+ "url": "https://www.schemastore.org/minecraft-custom-main-menu-mod.json"
7488
7515
  },
7489
7516
  {
7490
7517
  "name": "rivet.yaml (legacy)",
@@ -7513,21 +7540,21 @@
7513
7540
  "name": "Rudder techniques",
7514
7541
  "description": "Rudder techniques",
7515
7542
  "fileMatch": ["technique.yml", "technique.ids.yml"],
7516
- "url": "https://json.schemastore.org/rudder-techniques.json"
7543
+ "url": "https://www.schemastore.org/rudder-techniques.json"
7517
7544
  },
7518
7545
  {
7519
7546
  "name": "SkyPilot Task JSON",
7520
7547
  "description": "SkyPilot Task JSON to specify a task (resource requirements, setup commands, run commands, file mounts, storage mounts, and so on)",
7521
7548
  "fileMatch": ["skypilot-task.yml", "skypilot-task.yaml"],
7522
- "url": "https://json.schemastore.org/skypilot-task.json"
7549
+ "url": "https://www.schemastore.org/skypilot-task.json"
7523
7550
  },
7524
7551
  {
7525
7552
  "name": "Adobe UXP Manifest",
7526
7553
  "description": "Plug-in manifest for Adobe's Unified Extensibility Platform",
7527
7554
  "fileMatch": [],
7528
- "url": "https://json.schemastore.org/uxp-manifest-5.json",
7555
+ "url": "https://www.schemastore.org/uxp-manifest-5.json",
7529
7556
  "versions": {
7530
- "5": "https://json.schemastore.org/uxp-manifest-5.json"
7557
+ "5": "https://www.schemastore.org/uxp-manifest-5.json"
7531
7558
  }
7532
7559
  },
7533
7560
  {
@@ -7552,7 +7579,7 @@
7552
7579
  "name": "GlazeWM settings",
7553
7580
  "description": "GlazeWM settings",
7554
7581
  "fileMatch": ["**/.glaze-wm/config.yaml"],
7555
- "url": "https://json.schemastore.org/glazewm.json"
7582
+ "url": "https://www.schemastore.org/glazewm.json"
7556
7583
  },
7557
7584
  {
7558
7585
  "name": "CGS Card Game Specification (cgs.json)",
@@ -7634,7 +7661,7 @@
7634
7661
  "name": "Cloud Foundry Application Manifest",
7635
7662
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
7636
7663
  "fileMatch": [],
7637
- "url": "https://json.schemastore.org/cloudfoundry-application-manifest.json"
7664
+ "url": "https://www.schemastore.org/cloudfoundry-application-manifest.json"
7638
7665
  },
7639
7666
  {
7640
7667
  "name": ".omletrc",
@@ -7649,7 +7676,7 @@
7649
7676
  "omletrc.yaml",
7650
7677
  "omletrc.yml"
7651
7678
  ],
7652
- "url": "https://json.schemastore.org/omletrc.json"
7679
+ "url": "https://www.schemastore.org/omletrc.json"
7653
7680
  },
7654
7681
  {
7655
7682
  "name": "vcluster",
@@ -7701,19 +7728,30 @@
7701
7728
  "name": "mprocs Configuration file",
7702
7729
  "description": "mprocs (https://github.com/pvolok/mprocs) Configuration file using JSON/YAML",
7703
7730
  "fileMatch": ["mprocs.json", "mprocs.yaml", "mprocs.yml"],
7704
- "url": "https://json.schemastore.org/mprocs-0.6.4.json"
7731
+ "url": "https://www.schemastore.org/mprocs-0.6.4.json"
7705
7732
  },
7706
7733
  {
7707
7734
  "name": "Language configuration",
7708
7735
  "description": "Configuration file for language features in VS Code and Visual Studio",
7709
7736
  "fileMatch": ["language-configuration.json"],
7710
- "url": "https://json.schemastore.org/language-configuration.json"
7737
+ "url": "https://www.schemastore.org/language-configuration.json"
7738
+ },
7739
+ {
7740
+ "name": "LangGraph Platform configuration",
7741
+ "description": "LangGraph Platform configuration file",
7742
+ "fileMatch": [
7743
+ "langgraph.json",
7744
+ "langgraph.*.json",
7745
+ ".langgraph.json",
7746
+ ".langgraph.*.json"
7747
+ ],
7748
+ "url": "https://raw.githubusercontent.com/langchain-ai/langgraph/main/libs/cli/schemas/version.schema.json"
7711
7749
  },
7712
7750
  {
7713
7751
  "name": "Any",
7714
7752
  "description": "Valid for any JSON file",
7715
7753
  "fileMatch": [],
7716
- "url": "https://json.schemastore.org/any.json"
7754
+ "url": "https://www.schemastore.org/any.json"
7717
7755
  },
7718
7756
  {
7719
7757
  "name": "Zerops.io config",
@@ -7812,31 +7850,31 @@
7812
7850
  "name": "Elm",
7813
7851
  "description": "elm.json file",
7814
7852
  "fileMatch": ["elm.json"],
7815
- "url": "https://json.schemastore.org/elm.json"
7853
+ "url": "https://www.schemastore.org/elm.json"
7816
7854
  },
7817
7855
  {
7818
7856
  "name": "Cloud Run Spec v1",
7819
7857
  "description": "Specification for Cloud Run Admin API v1",
7820
7858
  "fileMatch": ["cloud-run-v1.yml", "cloud-run-v1.yaml"],
7821
- "url": "https://json.schemastore.org/cloud-run-v1.json"
7859
+ "url": "https://www.schemastore.org/cloud-run-v1.json"
7822
7860
  },
7823
7861
  {
7824
7862
  "name": "YouTrack App",
7825
7863
  "description": "JetBrains YouTrack App manifest file",
7826
7864
  "fileMatch": [],
7827
- "url": "https://json.schemastore.org/youtrack-app.json"
7865
+ "url": "https://www.schemastore.org/youtrack-app.json"
7828
7866
  },
7829
7867
  {
7830
7868
  "name": "Settings for a Cinnamon spice",
7831
7869
  "description": "Settings for a Cinnamon spice",
7832
7870
  "fileMatch": ["**/*@*/**/settings-schema.json"],
7833
- "url": "https://json.schemastore.org/cinnamon-spice-settings.json"
7871
+ "url": "https://www.schemastore.org/cinnamon-spice-settings.json"
7834
7872
  },
7835
7873
  {
7836
7874
  "name": "Metadata for a Cinnamon spice",
7837
7875
  "description": "Metadata for a Cinnamon spice",
7838
7876
  "fileMatch": ["**/*@*/**/metadata.json"],
7839
- "url": "https://json.schemastore.org/cinnamon-spice-metadata.json"
7877
+ "url": "https://www.schemastore.org/cinnamon-spice-metadata.json"
7840
7878
  },
7841
7879
  {
7842
7880
  "name": "Yandex Workflow Language",
@@ -7848,13 +7886,13 @@
7848
7886
  "name": "Application list for a WinUtil",
7849
7887
  "description": "Application list for a WinUtil",
7850
7888
  "fileMatch": ["**/*winutil*/config/applications.json"],
7851
- "url": "https://json.schemastore.org/winutil-applications.json"
7889
+ "url": "https://www.schemastore.org/winutil-applications.json"
7852
7890
  },
7853
7891
  {
7854
7892
  "name": "Preset list for a WinUtil",
7855
7893
  "description": "Preset list for a WinUtil",
7856
7894
  "fileMatch": ["**/*winutil*/config/preset.json"],
7857
- "url": "https://json.schemastore.org/winutil-preset.json"
7895
+ "url": "https://www.schemastore.org/winutil-preset.json"
7858
7896
  },
7859
7897
  {
7860
7898
  "name": "GitHub Actions typing",
@@ -7866,19 +7904,19 @@
7866
7904
  "name": "Tab list for a LinUtil",
7867
7905
  "description": "Tab list for a LinUtil",
7868
7906
  "fileMatch": ["**/*linutil*/**/tabs.toml"],
7869
- "url": "https://json.schemastore.org/linutil-tabs.json"
7907
+ "url": "https://www.schemastore.org/linutil-tabs.json"
7870
7908
  },
7871
7909
  {
7872
7910
  "name": "Tab data for a LinUtil",
7873
7911
  "description": "Tab data for a LinUtil",
7874
7912
  "fileMatch": ["**/*linutil*/**/tab_data.toml"],
7875
- "url": "https://json.schemastore.org/linutil-tab-data.json"
7913
+ "url": "https://www.schemastore.org/linutil-tab-data.json"
7876
7914
  },
7877
7915
  {
7878
7916
  "name": "ArchitectFX",
7879
7917
  "description": "Grammar for ArchitectFX's trees",
7880
7918
  "fileMatch": ["*.jdsl"],
7881
- "url": "https://json.schemastore.org/architectfx.json"
7919
+ "url": "https://www.schemastore.org/architectfx.json"
7882
7920
  },
7883
7921
  {
7884
7922
  "name": "Eidolon Resource",
@@ -7918,9 +7956,16 @@
7918
7956
  },
7919
7957
  {
7920
7958
  "name": "WireMock stub mapping",
7921
- "description": "WireMock stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7922
- "fileMatch": ["wiremock-stub-mapping.yml", "wiremock-stub-mapping.yaml"],
7923
- "url": "https://json.schemastore.org/wiremock-stub-mapping.json"
7959
+ "description": "WireMock single or multiple stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7960
+ "fileMatch": [
7961
+ "wiremock-stub-mapping.yml",
7962
+ "wiremock-stub-mapping.yaml",
7963
+ "stubs.json",
7964
+ "stub-mappings.json",
7965
+ "stubs.yaml",
7966
+ "stub-mappings.yaml"
7967
+ ],
7968
+ "url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
7924
7969
  },
7925
7970
  {
7926
7971
  "name": "Bitmovin Encoding Template",
@@ -7936,16 +7981,16 @@
7936
7981
  "dtool-dataset.yaml",
7937
7982
  "dtool-dataset.json"
7938
7983
  ],
7939
- "url": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json",
7984
+ "url": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json",
7940
7985
  "versions": {
7941
- "v1.0": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
7986
+ "v1.0": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json"
7942
7987
  }
7943
7988
  },
7944
7989
  {
7945
7990
  "name": "pnpm Workspace (pnpm-workspace.yaml)",
7946
7991
  "description": "Workspace file for pnpm",
7947
7992
  "fileMatch": ["pnpm-workspace.yaml"],
7948
- "url": "https://json.schemastore.org/pnpm-workspace.json"
7993
+ "url": "https://www.schemastore.org/pnpm-workspace.json"
7949
7994
  },
7950
7995
  {
7951
7996
  "name": "Chamaleon template",
@@ -7969,13 +8014,13 @@
7969
8014
  "name": "ctfd-setup configuration file",
7970
8015
  "description": "CTFer.io ctfd-setup utility configuration file",
7971
8016
  "fileMatch": [".ctfd.yaml"],
7972
- "url": "https://json.schemastore.org/ctfd.json"
8017
+ "url": "https://www.schemastore.org/ctfd.json"
7973
8018
  },
7974
8019
  {
7975
8020
  "name": "AMX Muse Program Descriptor",
7976
8021
  "description": "A MUSE program descriptor file",
7977
8022
  "fileMatch": [],
7978
- "url": "https://json.schemastore.org/amx-muse.json"
8023
+ "url": "https://www.schemastore.org/amx-muse.json"
7979
8024
  },
7980
8025
  {
7981
8026
  "name": "DonateCaseBetterCasino menu",
@@ -7990,13 +8035,13 @@
7990
8035
  "**/testdata/patient/patients.yml",
7991
8036
  "**/testdata/patient/patients.yaml"
7992
8037
  ],
7993
- "url": "https://json.schemastore.org/gematik-test-patients.json"
8038
+ "url": "https://www.schemastore.org/gematik-test-patients.json"
7994
8039
  },
7995
8040
  {
7996
8041
  "name": "gematik health care provider list",
7997
8042
  "description": "A list of health care providers in german telemedicine",
7998
8043
  "fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
7999
- "url": "https://json.schemastore.org/gematik-test-hcps.json"
8044
+ "url": "https://www.schemastore.org/gematik-test-hcps.json"
8000
8045
  },
8001
8046
  {
8002
8047
  "name": "gematik health care provider institution list",
@@ -8005,7 +8050,7 @@
8005
8050
  "**/testdata/institution/hcpi.yml",
8006
8051
  "**/testdata/institution/hcpi.yaml"
8007
8052
  ],
8008
- "url": "https://json.schemastore.org/gematik-test-hcpis.json"
8053
+ "url": "https://www.schemastore.org/gematik-test-hcpis.json"
8009
8054
  },
8010
8055
  {
8011
8056
  "name": "gematik health care insurance list",
@@ -8014,13 +8059,13 @@
8014
8059
  "**/testdata/insurance/insurance.yml",
8015
8060
  "**/testdata/insurance/insurance.yaml"
8016
8061
  ],
8017
- "url": "https://json.schemastore.org/gematik-test-hcpis.json"
8062
+ "url": "https://www.schemastore.org/gematik-test-hcpis.json"
8018
8063
  },
8019
8064
  {
8020
8065
  "name": "gematik tiger test environment configuration",
8021
8066
  "description": "A configuration file for the test environment of the gematik Tiger test platform",
8022
8067
  "fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
8023
- "url": "https://json.schemastore.org/gematik-tiger.json"
8068
+ "url": "https://www.schemastore.org/gematik-tiger.json"
8024
8069
  },
8025
8070
  {
8026
8071
  "name": "Tugboat QA config.yml",
@@ -8050,7 +8095,7 @@
8050
8095
  "name": "Unified Tenant Configuration Management (UTCM) Monitor",
8051
8096
  "description": "Configuration file for the Unified Tenant Configuration Management (UTCM) Monitor",
8052
8097
  "fileMatch": ["*.utcm-monitor.json"],
8053
- "url": "https://json.schemastore.org/utcm-monitor.json"
8098
+ "url": "https://www.schemastore.org/utcm-monitor.json"
8054
8099
  },
8055
8100
  {
8056
8101
  "name": "Restate",
@@ -8135,16 +8180,16 @@
8135
8180
  "name": "vtcfg",
8136
8181
  "description": "Vector VT System Configuration",
8137
8182
  "fileMatch": ["*.vtcfg"],
8138
- "url": "https://json.schemastore.org/vtcfg-v19.0.0.json",
8183
+ "url": "https://www.schemastore.org/vtcfg-v19.0.0.json",
8139
8184
  "versions": {
8140
- "19.0.0": "https://json.schemastore.org/vtcfg-v19.0.0.json"
8185
+ "19.0.0": "https://www.schemastore.org/vtcfg-v19.0.0.json"
8141
8186
  }
8142
8187
  },
8143
8188
  {
8144
8189
  "name": "sake",
8145
8190
  "description": "Configuration for Sake, Swift-based utility for managing project commands",
8146
8191
  "fileMatch": [".sake.yml"],
8147
- "url": "https://json.schemastore.org/sake.json"
8192
+ "url": "https://www.schemastore.org/sake.json"
8148
8193
  },
8149
8194
  {
8150
8195
  "name": "Open Know-How",
@@ -8159,7 +8204,7 @@
8159
8204
  "*.okh.yaml",
8160
8205
  "*.okh.yml"
8161
8206
  ],
8162
- "url": "https://json.schemastore.org/okh.json"
8207
+ "url": "https://www.schemastore.org/okh.json"
8163
8208
  },
8164
8209
  {
8165
8210
  "name": "Contextive Glossary",
@@ -8169,37 +8214,37 @@
8169
8214
  "*.glossary.yml",
8170
8215
  "*.glossary.yaml"
8171
8216
  ],
8172
- "url": "https://json.schemastore.org/contextive-glossary.json"
8217
+ "url": "https://www.schemastore.org/contextive-glossary.json"
8173
8218
  },
8174
8219
  {
8175
8220
  "name": "Google Digital Assetlinks",
8176
8221
  "description": "JSON-encoded statement list in a well-known location on a principal",
8177
8222
  "fileMatch": ["assetlinks.json"],
8178
- "url": "https://json.schemastore.org/assetlinks.json"
8223
+ "url": "https://www.schemastore.org/assetlinks.json"
8179
8224
  },
8180
8225
  {
8181
8226
  "name": "Pylock",
8182
8227
  "description": "PEP 751 lock file",
8183
8228
  "fileMatch": ["pylock.toml", "pylock.*.toml"],
8184
- "url": "https://json.schemastore.org/pylock.json"
8229
+ "url": "https://www.schemastore.org/pylock.json"
8185
8230
  },
8186
8231
  {
8187
8232
  "name": "Stylua Config",
8188
8233
  "description": "Stylua configuration",
8189
8234
  "fileMatch": [".stylua.toml", "stylua.toml"],
8190
- "url": "https://json.schemastore.org/stylua.json"
8235
+ "url": "https://www.schemastore.org/stylua.json"
8191
8236
  },
8192
8237
  {
8193
8238
  "name": "Taplo",
8194
8239
  "description": "Taplo configuration file",
8195
8240
  "fileMatch": [".taplo.toml", "taplo.toml"],
8196
- "url": "https://json.schemastore.org/taplo.json"
8241
+ "url": "https://www.schemastore.org/taplo.json"
8197
8242
  },
8198
8243
  {
8199
8244
  "name": "Aider",
8200
8245
  "description": "Aider configuration file",
8201
8246
  "fileMatch": [".aider.conf.yml"],
8202
- "url": "https://json.schemastore.org/aider-0.82.json"
8247
+ "url": "https://www.schemastore.org/aider-0.82.json"
8203
8248
  },
8204
8249
  {
8205
8250
  "name": "CDK Environment Manager, environment definition",
@@ -8209,7 +8254,7 @@
8209
8254
  "**/environment-definition.yaml",
8210
8255
  "**/environment-definition.yml"
8211
8256
  ],
8212
- "url": "https://json.schemastore.org/ti8m-cdk-environment-definition.json"
8257
+ "url": "https://www.schemastore.org/ti8m-cdk-environment-definition.json"
8213
8258
  },
8214
8259
  {
8215
8260
  "name": "CDK Environment Manager, concrete environments definition",
@@ -8219,7 +8264,7 @@
8219
8264
  "**/concrete-environments.yaml",
8220
8265
  "**/concrete-environments.yml"
8221
8266
  ],
8222
- "url": "https://json.schemastore.org/ti8m-cdk-concrete-environments.json"
8267
+ "url": "https://www.schemastore.org/ti8m-cdk-concrete-environments.json"
8223
8268
  },
8224
8269
  {
8225
8270
  "name": "CDK Environment Manager, concrete environment configuration",
@@ -8229,7 +8274,7 @@
8229
8274
  "**/environment_config/*.yaml",
8230
8275
  "**/environment_config/*.yml"
8231
8276
  ],
8232
- "url": "https://json.schemastore.org/ti8m-cdk-concrete-environment-config.json"
8277
+ "url": "https://www.schemastore.org/ti8m-cdk-concrete-environment-config.json"
8233
8278
  },
8234
8279
  {
8235
8280
  "name": "tm_devices configuration file",
@@ -8252,7 +8297,7 @@
8252
8297
  "name": "Power Pages Configuration",
8253
8298
  "description": "Power Pages configuration file for Bring Your Own Code (BYOC) sites",
8254
8299
  "fileMatch": ["powerpages.config.json"],
8255
- "url": "https://json.schemastore.org/powerpages.config.json"
8300
+ "url": "https://www.schemastore.org/powerpages.config.json"
8256
8301
  },
8257
8302
  {
8258
8303
  "name": "Hecate Input Schema",
@@ -8264,6 +8309,18 @@
8264
8309
  "*.hecate.json"
8265
8310
  ],
8266
8311
  "url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
8312
+ },
8313
+ {
8314
+ "name": "Jujutsu (jj) VCS config",
8315
+ "description": "Jujutsu (jj) configuration file",
8316
+ "fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
8317
+ "url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
8318
+ },
8319
+ {
8320
+ "name": "AWS Copilot Manifest",
8321
+ "description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/",
8322
+ "fileMatch": ["**/copilot/**/manifest.yml"],
8323
+ "url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json"
8267
8324
  }
8268
8325
  ]
8269
8326
  }