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

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 (45) hide show
  1. package/lib/browser/catalog.json +767 -722
  2. package/lib/browser/hover-service.d.ts +9 -3
  3. package/lib/browser/hover-service.d.ts.map +1 -1
  4. package/lib/browser/hover-service.js +25 -13
  5. package/lib/browser/hover-service.js.map +1 -1
  6. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.d.ts.map +1 -1
  7. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js +5 -0
  8. package/lib/browser/shell/tab-bar-toolbar/tab-toolbar-item.js.map +1 -1
  9. package/lib/browser/status-bar/status-bar.d.ts +2 -1
  10. package/lib/browser/status-bar/status-bar.d.ts.map +1 -1
  11. package/lib/browser/status-bar/status-bar.js +14 -7
  12. package/lib/browser/status-bar/status-bar.js.map +1 -1
  13. package/lib/browser/tree/tree-widget.d.ts +2 -0
  14. package/lib/browser/tree/tree-widget.d.ts.map +1 -1
  15. package/lib/browser/tree/tree-widget.js +8 -3
  16. package/lib/browser/tree/tree-widget.js.map +1 -1
  17. package/lib/browser/widgets/alert-message.js +1 -2
  18. package/lib/browser/widgets/alert-message.js.map +1 -1
  19. package/lib/browser/widgets/select-component.d.ts +2 -0
  20. package/lib/browser/widgets/select-component.d.ts.map +1 -1
  21. package/lib/browser/widgets/select-component.js +1 -1
  22. package/lib/browser/widgets/select-component.js.map +1 -1
  23. package/lib/electron-main/electron-main-application.d.ts.map +1 -1
  24. package/lib/electron-main/electron-main-application.js +21 -7
  25. package/lib/electron-main/electron-main-application.js.map +1 -1
  26. package/package.json +4 -4
  27. package/src/browser/hover-service.ts +31 -13
  28. package/src/browser/shell/tab-bar-toolbar/tab-toolbar-item.tsx +8 -0
  29. package/src/browser/status-bar/status-bar.tsx +14 -7
  30. package/src/browser/style/alert-messages.css +20 -17
  31. package/src/browser/style/breadcrumbs.css +1 -2
  32. package/src/browser/style/dialog.css +3 -2
  33. package/src/browser/style/index.css +5 -3
  34. package/src/browser/style/progress-bar.css +3 -0
  35. package/src/browser/style/select-component.css +1 -4
  36. package/src/browser/style/sidepanel.css +10 -14
  37. package/src/browser/style/split-widget.css +4 -0
  38. package/src/browser/style/status-bar.css +23 -20
  39. package/src/browser/style/tabs.css +15 -13
  40. package/src/browser/style/tree.css +5 -3
  41. package/src/browser/style/view-container.css +3 -7
  42. package/src/browser/tree/tree-widget.tsx +11 -2
  43. package/src/browser/widgets/alert-message.tsx +2 -2
  44. package/src/browser/widgets/select-component.tsx +4 -1
  45. package/src/electron-main/electron-main-application.ts +22 -7
@@ -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",
@@ -4327,29 +4335,29 @@
4327
4335
  "name": "package.json",
4328
4336
  "description": "NPM configuration file",
4329
4337
  "fileMatch": ["package.json"],
4330
- "url": "https://json.schemastore.org/package.json"
4338
+ "url": "https://www.schemastore.org/package.json"
4331
4339
  },
4332
4340
  {
4333
4341
  "name": "package.manifest",
4334
4342
  "description": "Umbraco package configuration file",
4335
4343
  "fileMatch": ["package.manifest"],
4336
- "url": "https://json.schemastore.org/package.manifest.json",
4344
+ "url": "https://www.schemastore.org/package.manifest.json",
4337
4345
  "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"
4346
+ "8.0.0": "https://www.schemastore.org/package.manifest-8.0.0.json",
4347
+ "7.0.0": "https://www.schemastore.org/package.manifest-7.0.0.json"
4340
4348
  }
4341
4349
  },
4342
4350
  {
4343
4351
  "name": "Packer",
4344
4352
  "description": "Packer template JSON configuration",
4345
4353
  "fileMatch": ["packer.json"],
4346
- "url": "https://json.schemastore.org/packer.json"
4354
+ "url": "https://www.schemastore.org/packer.json"
4347
4355
  },
4348
4356
  {
4349
4357
  "name": "Paper paper-plugin.yml",
4350
4358
  "description": "Paper Plugins YAML",
4351
4359
  "fileMatch": ["paper-plugin.yml"],
4352
- "url": "https://json.schemastore.org/paper-plugin.json"
4360
+ "url": "https://www.schemastore.org/paper-plugin.json"
4353
4361
  },
4354
4362
  {
4355
4363
  "name": "pathfinder.yml",
@@ -4366,19 +4374,19 @@
4366
4374
  "name": "PDM",
4367
4375
  "description": "A modern Python package and dependency manager supporting the latest PEP standard (pdm.toml config file)",
4368
4376
  "fileMatch": ["pdm.toml"],
4369
- "url": "https://json.schemastore.org/pdm.json"
4377
+ "url": "https://www.schemastore.org/pdm.json"
4370
4378
  },
4371
4379
  {
4372
4380
  "name": "pgap_yaml_input_reader",
4373
4381
  "description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
4374
4382
  "fileMatch": ["submol*.json", "submol*.yml", "submol*.yaml"],
4375
- "url": "https://json.schemastore.org/pgap_yaml_input_reader.json"
4383
+ "url": "https://www.schemastore.org/pgap_yaml_input_reader.json"
4376
4384
  },
4377
4385
  {
4378
4386
  "name": "pattern.json",
4379
4387
  "description": "Patternplate pattern manifest file",
4380
4388
  "fileMatch": ["pattern.json"],
4381
- "url": "https://json.schemastore.org/pattern.json"
4389
+ "url": "https://www.schemastore.org/pattern.json"
4382
4390
  },
4383
4391
  {
4384
4392
  "name": "pixi.toml",
@@ -4396,24 +4404,24 @@
4396
4404
  "name": "PocketMine plugin.yml",
4397
4405
  "description": "PocketMine plugin manifest file",
4398
4406
  "fileMatch": ["plugin.yml"],
4399
- "url": "https://json.schemastore.org/pocketmine-plugin.json"
4407
+ "url": "https://www.schemastore.org/pocketmine-plugin.json"
4400
4408
  },
4401
4409
  {
4402
4410
  "name": "plagiarize.yaml",
4403
4411
  "description": "Yaml Plagiarize",
4404
4412
  "fileMatch": ["plagiarize.yaml", "plagiarize.json"],
4405
- "url": "https://json.schemastore.org/plagiarize.json",
4413
+ "url": "https://www.schemastore.org/plagiarize.json",
4406
4414
  "versions": {
4407
- "0.0": "https://json.schemastore.org/plagiarize-0.0.json"
4415
+ "0.0": "https://www.schemastore.org/plagiarize-0.0.json"
4408
4416
  }
4409
4417
  },
4410
4418
  {
4411
4419
  "name": "plagiarize-me.yaml",
4412
4420
  "description": "Yaml Plagiarize MEe",
4413
4421
  "fileMatch": ["plagiarize-me.yaml", "plagiarize-me.json"],
4414
- "url": "https://json.schemastore.org/plagiarize-me.json",
4422
+ "url": "https://www.schemastore.org/plagiarize-me.json",
4415
4423
  "versions": {
4416
- "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json"
4424
+ "0.0": "https://www.schemastore.org/plagiarize-me-0.0.json"
4417
4425
  }
4418
4426
  },
4419
4427
  {
@@ -4443,7 +4451,7 @@
4443
4451
  ".postcssrc.yaml",
4444
4452
  ".postcssrc.yml"
4445
4453
  ],
4446
- "url": "https://json.schemastore.org/postcssrc.json"
4454
+ "url": "https://www.schemastore.org/postcssrc.json"
4447
4455
  },
4448
4456
  {
4449
4457
  "name": "Postman collection",
@@ -4460,31 +4468,31 @@
4460
4468
  "name": ".powerpages-web-template-manifest",
4461
4469
  "description": "Custom manifest declaration for Web templates",
4462
4470
  "fileMatch": [".powerpages-web-template-manifest"],
4463
- "url": "https://json.schemastore.org/powerpages-web-template-manifest.json"
4471
+ "url": "https://www.schemastore.org/powerpages-web-template-manifest.json"
4464
4472
  },
4465
4473
  {
4466
4474
  "name": ".pre-commit-config.yml",
4467
4475
  "description": "pre-commit configuration file",
4468
4476
  "fileMatch": [".pre-commit-config.yml", ".pre-commit-config.yaml"],
4469
- "url": "https://json.schemastore.org/pre-commit-config.json"
4477
+ "url": "https://www.schemastore.org/pre-commit-config.json"
4470
4478
  },
4471
4479
  {
4472
4480
  "name": ".pre-commit-hooks.yml",
4473
4481
  "description": "pre-commit hooks definition file",
4474
4482
  "fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
4475
- "url": "https://json.schemastore.org/pre-commit-hooks.json"
4483
+ "url": "https://www.schemastore.org/pre-commit-hooks.json"
4476
4484
  },
4477
4485
  {
4478
4486
  "name": ".phrase.yml",
4479
4487
  "description": "Phrase configuration file",
4480
4488
  "fileMatch": [".phrase.yml"],
4481
- "url": "https://json.schemastore.org/phrase.json"
4489
+ "url": "https://www.schemastore.org/phrase.json"
4482
4490
  },
4483
4491
  {
4484
4492
  "name": ".phraseapp.yml",
4485
4493
  "description": "PhraseApp configuration file",
4486
4494
  "fileMatch": [".phraseapp.yml"],
4487
- "url": "https://json.schemastore.org/phraseapp.json"
4495
+ "url": "https://www.schemastore.org/phraseapp.json"
4488
4496
  },
4489
4497
  {
4490
4498
  "name": "prefect.toml",
@@ -4501,18 +4509,18 @@
4501
4509
  ".prettierrc.yml",
4502
4510
  ".prettierrc.yaml"
4503
4511
  ],
4504
- "url": "https://json.schemastore.org/prettierrc.json",
4512
+ "url": "https://www.schemastore.org/prettierrc.json",
4505
4513
  "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"
4514
+ "1.8.2": "https://www.schemastore.org/prettierrc-1.8.2.json",
4515
+ "2.8.8": "https://www.schemastore.org/prettierrc-2.8.8.json",
4516
+ "3.0.0": "https://www.schemastore.org/prettierrc.json"
4509
4517
  }
4510
4518
  },
4511
4519
  {
4512
4520
  "name": "prisma.yml",
4513
4521
  "description": "prisma.yml service definition file",
4514
4522
  "fileMatch": ["prisma.yml"],
4515
- "url": "https://json.schemastore.org/prisma.json"
4523
+ "url": "https://www.schemastore.org/prisma.json"
4516
4524
  },
4517
4525
  {
4518
4526
  "name": "ProActions AI-Kit Configuration",
@@ -4560,52 +4568,52 @@
4560
4568
  "name": "project.json",
4561
4569
  "description": "ASP.NET vNext project configuration file",
4562
4570
  "fileMatch": ["project.json"],
4563
- "url": "https://json.schemastore.org/project.json",
4571
+ "url": "https://www.schemastore.org/project.json",
4564
4572
  "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"
4573
+ "1.0.0-beta3": "https://www.schemastore.org/project-1.0.0-beta3.json",
4574
+ "1.0.0-beta4": "https://www.schemastore.org/project-1.0.0-beta4.json",
4575
+ "1.0.0-beta5": "https://www.schemastore.org/project-1.0.0-beta5.json",
4576
+ "1.0.0-beta6": "https://www.schemastore.org/project-1.0.0-beta6.json",
4577
+ "1.0.0-beta8": "https://www.schemastore.org/project-1.0.0-beta8.json",
4578
+ "1.0.0-rc1": "https://www.schemastore.org/project-1.0.0-rc1.json",
4579
+ "1.0.0-rc1-update1": "https://www.schemastore.org/project-1.0.0-rc1.json",
4580
+ "1.0.0-rc2": "https://www.schemastore.org/project-1.0.0-rc2.json"
4573
4581
  }
4574
4582
  },
4575
4583
  {
4576
4584
  "name": "project-1.0.0-beta3.json",
4577
4585
  "description": "ASP.NET vNext project configuration file",
4578
- "url": "https://json.schemastore.org/project-1.0.0-beta3.json"
4586
+ "url": "https://www.schemastore.org/project-1.0.0-beta3.json"
4579
4587
  },
4580
4588
  {
4581
4589
  "name": "project-1.0.0-beta4.json",
4582
4590
  "description": "ASP.NET vNext project configuration file",
4583
- "url": "https://json.schemastore.org/project-1.0.0-beta4.json"
4591
+ "url": "https://www.schemastore.org/project-1.0.0-beta4.json"
4584
4592
  },
4585
4593
  {
4586
4594
  "name": "project-1.0.0-beta5.json",
4587
4595
  "description": "ASP.NET vNext project configuration file",
4588
- "url": "https://json.schemastore.org/project-1.0.0-beta5.json"
4596
+ "url": "https://www.schemastore.org/project-1.0.0-beta5.json"
4589
4597
  },
4590
4598
  {
4591
4599
  "name": "project-1.0.0-beta6.json",
4592
4600
  "description": "ASP.NET vNext project configuration file",
4593
- "url": "https://json.schemastore.org/project-1.0.0-beta6.json"
4601
+ "url": "https://www.schemastore.org/project-1.0.0-beta6.json"
4594
4602
  },
4595
4603
  {
4596
4604
  "name": "project-1.0.0-beta8.json",
4597
4605
  "description": "ASP.NET vNext project configuration file",
4598
- "url": "https://json.schemastore.org/project-1.0.0-beta8.json"
4606
+ "url": "https://www.schemastore.org/project-1.0.0-beta8.json"
4599
4607
  },
4600
4608
  {
4601
4609
  "name": "project-1.0.0-rc1.json",
4602
4610
  "description": "ASP.NET vNext project configuration file",
4603
- "url": "https://json.schemastore.org/project-1.0.0-rc1.json"
4611
+ "url": "https://www.schemastore.org/project-1.0.0-rc1.json"
4604
4612
  },
4605
4613
  {
4606
4614
  "name": "project-1.0.0-rc2.json",
4607
4615
  "description": ".NET Core project configuration file",
4608
- "url": "https://json.schemastore.org/project-1.0.0-rc2.json"
4616
+ "url": "https://www.schemastore.org/project-1.0.0-rc2.json"
4609
4617
  },
4610
4618
  {
4611
4619
  "name": "project.owasp.yaml",
@@ -4617,7 +4625,7 @@
4617
4625
  "name": "prometheus.json",
4618
4626
  "description": "Prometheus configuration file",
4619
4627
  "fileMatch": ["prometheus.yml", "prometheus.yaml"],
4620
- "url": "https://json.schemastore.org/prometheus.json"
4628
+ "url": "https://www.schemastore.org/prometheus.json"
4621
4629
  },
4622
4630
  {
4623
4631
  "name": "prometheus.rules.json",
@@ -4632,7 +4640,7 @@
4632
4640
  "prometheus.rules.yml",
4633
4641
  "prometheus.rules.yaml"
4634
4642
  ],
4635
- "url": "https://json.schemastore.org/prometheus.rules.json"
4643
+ "url": "https://www.schemastore.org/prometheus.rules.json"
4636
4644
  },
4637
4645
  {
4638
4646
  "name": "prometheus.rules.test.json",
@@ -4643,55 +4651,55 @@
4643
4651
  "*.prometheus.test.yml",
4644
4652
  "*.prometheus.test.yaml"
4645
4653
  ],
4646
- "url": "https://json.schemastore.org/prometheus.rules.test.json"
4654
+ "url": "https://www.schemastore.org/prometheus.rules.test.json"
4647
4655
  },
4648
4656
  {
4649
4657
  "name": "proxies.json",
4650
4658
  "description": "Azure Function Proxies proxies.json files",
4651
4659
  "fileMatch": ["proxies.json"],
4652
- "url": "https://json.schemastore.org/proxies.json"
4660
+ "url": "https://www.schemastore.org/proxies.json"
4653
4661
  },
4654
4662
  {
4655
4663
  "name": "publiccode.yml",
4656
4664
  "description": "publiccode.yml",
4657
4665
  "fileMatch": ["publiccode.yml"],
4658
- "url": "https://json.schemastore.org/publiccode.json"
4666
+ "url": "https://www.schemastore.org/publiccode.json"
4659
4667
  },
4660
4668
  {
4661
4669
  "name": "pubspec.yaml",
4662
4670
  "description": "pubspecs, the format used by Dart's dependency manager",
4663
4671
  "fileMatch": ["pubspec.yaml"],
4664
- "url": "https://json.schemastore.org/pubspec.json"
4672
+ "url": "https://www.schemastore.org/pubspec.json"
4665
4673
  },
4666
4674
  {
4667
4675
  "name": "Pull Request Labeler",
4668
4676
  "description": "A GitHub Action for automatically labelling pull requests",
4669
4677
  "fileMatch": ["**/.github/labeler.yml"],
4670
- "url": "https://json.schemastore.org/pull-request-labeler.json",
4678
+ "url": "https://www.schemastore.org/pull-request-labeler.json",
4671
4679
  "versions": {
4672
- "4": "https://json.schemastore.org/pull-request-labeler.json",
4673
- "5": "https://json.schemastore.org/pull-request-labeler-5.json"
4680
+ "4": "https://www.schemastore.org/pull-request-labeler.json",
4681
+ "5": "https://www.schemastore.org/pull-request-labeler-5.json"
4674
4682
  }
4675
4683
  },
4676
4684
  {
4677
4685
  "name": ".putout.json",
4678
4686
  "description": "🐊Putout configuration file",
4679
4687
  "fileMatch": [".putout.json"],
4680
- "url": "https://json.schemastore.org/putout.json"
4688
+ "url": "https://www.schemastore.org/putout.json"
4681
4689
  },
4682
4690
  {
4683
4691
  "name": "pyrseas-0.8.json",
4684
4692
  "description": "Pyrseas database versioning for Postgres databases, v0.8",
4685
4693
  "fileMatch": ["pyrseas-0.8.json"],
4686
- "url": "https://json.schemastore.org/pyrseas-0.8.json"
4694
+ "url": "https://www.schemastore.org/pyrseas-0.8.json"
4687
4695
  },
4688
4696
  {
4689
4697
  "name": "RadioHound",
4690
4698
  "description": "RadioHound data format for spectrum monitoring",
4691
4699
  "fileMatch": ["*.rh.json"],
4692
- "url": "https://json.schemastore.org/radiohound-v0.json",
4700
+ "url": "https://www.schemastore.org/radiohound-v0.json",
4693
4701
  "versions": {
4694
- "v0": "https://json.schemastore.org/radiohound-v0.json"
4702
+ "v0": "https://www.schemastore.org/radiohound-v0.json"
4695
4703
  }
4696
4704
  },
4697
4705
  {
@@ -4704,17 +4712,17 @@
4704
4712
  "name": "Rancher Fleet",
4705
4713
  "description": "Rancher Fleet fleet.yaml configuration file",
4706
4714
  "fileMatch": ["fleet.yaml"],
4707
- "url": "https://json.schemastore.org/rancher-fleet-0.8.json",
4715
+ "url": "https://www.schemastore.org/rancher-fleet-0.8.json",
4708
4716
  "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"
4717
+ "0.5": "https://www.schemastore.org/rancher-fleet-0.5.json",
4718
+ "0.8": "https://www.schemastore.org/rancher-fleet-0.8.json"
4711
4719
  }
4712
4720
  },
4713
4721
  {
4714
4722
  "name": "config.yaml",
4715
4723
  "description": "Projektor settings",
4716
4724
  "fileMatch": ["**/.projektor/config.yaml"],
4717
- "url": "https://json.schemastore.org/projektor.json"
4725
+ "url": "https://www.schemastore.org/projektor.json"
4718
4726
  },
4719
4727
  {
4720
4728
  "name": "Read the Docs",
@@ -4731,7 +4739,7 @@
4731
4739
  "name": "Pulumi",
4732
4740
  "description": "Pulumi project metadata and configuration",
4733
4741
  "fileMatch": ["Pulumi.yaml", "pulumi.yaml"],
4734
- "url": "https://json.schemastore.org/pulumi.json"
4742
+ "url": "https://www.schemastore.org/pulumi.json"
4735
4743
  },
4736
4744
  {
4737
4745
  "name": "PyProject",
@@ -4767,7 +4775,7 @@
4767
4775
  "name": "QType AI DSL",
4768
4776
  "description": "A DSL for rapid prototyping of AI applications",
4769
4777
  "fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
4770
- "url": "https://github.com/lou-k/qtype/blob/main/schema/qtype.schema.json"
4778
+ "url": "https://raw.githubusercontent.com/lou-k/qtype/refs/heads/main/schema/qtype.schema.json"
4771
4779
  },
4772
4780
  {
4773
4781
  "name": "Railway",
@@ -4785,37 +4793,37 @@
4785
4793
  "name": "rc3 auth",
4786
4794
  "description": "RC auth that can be stored at Collection, Folder, or Request levels",
4787
4795
  "fileMatch": ["rc-auth.json"],
4788
- "url": "https://json.schemastore.org/rc3-auth-0.0.3.json"
4796
+ "url": "https://www.schemastore.org/rc3-auth-0.0.3.json"
4789
4797
  },
4790
4798
  {
4791
4799
  "name": "rc3 collection",
4792
4800
  "description": "RC collection information",
4793
4801
  "fileMatch": ["rc-collection.json"],
4794
- "url": "https://json.schemastore.org/rc3-collection-0.0.3.json"
4802
+ "url": "https://www.schemastore.org/rc3-collection-0.0.3.json"
4795
4803
  },
4796
4804
  {
4797
4805
  "name": "rc3 environment",
4798
4806
  "description": "RC environment for both Global and per Collection environments",
4799
4807
  "fileMatch": ["**/environments/*.json", "rc-global.json"],
4800
- "url": "https://json.schemastore.org/rc3-environment-0.0.3.json"
4808
+ "url": "https://www.schemastore.org/rc3-environment-0.0.3.json"
4801
4809
  },
4802
4810
  {
4803
4811
  "name": "rc3 folder",
4804
4812
  "description": "RC folder information",
4805
4813
  "fileMatch": ["rc-folder.json"],
4806
- "url": "https://json.schemastore.org/rc3-folder-0.0.3.json"
4814
+ "url": "https://www.schemastore.org/rc3-folder-0.0.3.json"
4807
4815
  },
4808
4816
  {
4809
4817
  "name": "rc3 request",
4810
4818
  "description": "RC request information",
4811
4819
  "fileMatch": ["**/*.request"],
4812
- "url": "https://json.schemastore.org/rc3-request-0.0.3.json"
4820
+ "url": "https://www.schemastore.org/rc3-request-0.0.3.json"
4813
4821
  },
4814
4822
  {
4815
4823
  "name": "rc3 settings",
4816
4824
  "description": "RC settings stored in the users RC_HOME directory",
4817
4825
  "fileMatch": ["rc-settings.json"],
4818
- "url": "https://json.schemastore.org/rc3-settings-0.0.3.json"
4826
+ "url": "https://www.schemastore.org/rc3-settings-0.0.3.json"
4819
4827
  },
4820
4828
  {
4821
4829
  "name": "Red-DiscordBot Cog",
@@ -4843,7 +4851,7 @@
4843
4851
  ".rehyperc.yaml",
4844
4852
  ".rehyperc.yml"
4845
4853
  ],
4846
- "url": "https://json.schemastore.org/rehyperc.json"
4854
+ "url": "https://www.schemastore.org/rehyperc.json"
4847
4855
  },
4848
4856
  {
4849
4857
  "name": "release-please-config.json",
@@ -4872,19 +4880,19 @@
4872
4880
  ".remarkrc.yaml",
4873
4881
  ".remarkrc.yml"
4874
4882
  ],
4875
- "url": "https://json.schemastore.org/remarkrc.json"
4883
+ "url": "https://www.schemastore.org/remarkrc.json"
4876
4884
  },
4877
4885
  {
4878
4886
  "name": "Replit config",
4879
4887
  "description": "replit.com, a cloud IDE and code runner",
4880
4888
  "fileMatch": ["replit.toml"],
4881
- "url": "https://json.schemastore.org/replit.json"
4889
+ "url": "https://www.schemastore.org/replit.json"
4882
4890
  },
4883
4891
  {
4884
4892
  "name": "*.resjson",
4885
4893
  "description": "Windows App localization file",
4886
4894
  "fileMatch": ["*.resjson"],
4887
- "url": "https://json.schemastore.org/resjson.json"
4895
+ "url": "https://www.schemastore.org/resjson.json"
4888
4896
  },
4889
4897
  {
4890
4898
  "name": "Rubocop",
@@ -4896,13 +4904,13 @@
4896
4904
  "name": "Ruff",
4897
4905
  "description": "Ruff, a fast Python linter",
4898
4906
  "fileMatch": ["ruff.toml", ".ruff.toml"],
4899
- "url": "https://json.schemastore.org/ruff.json"
4907
+ "url": "https://www.schemastore.org/ruff.json"
4900
4908
  },
4901
4909
  {
4902
4910
  "name": "Rust Project",
4903
4911
  "description": "non-Cargo based Rust projects",
4904
4912
  "fileMatch": ["rust-project.json"],
4905
- "url": "https://json.schemastore.org/rust-project.json"
4913
+ "url": "https://www.schemastore.org/rust-project.json"
4906
4914
  },
4907
4915
  {
4908
4916
  "name": "JSON Resume",
@@ -4931,7 +4939,8 @@
4931
4939
  "**/.gitlab/renovate.json",
4932
4940
  "**/.gitlab/renovate.json5",
4933
4941
  ".renovaterc",
4934
- ".renovaterc.json"
4942
+ ".renovaterc.json",
4943
+ ".renovaterc.json5"
4935
4944
  ],
4936
4945
  "url": "https://docs.renovatebot.com/renovate-schema.json"
4937
4946
  },
@@ -4982,7 +4991,7 @@
4982
4991
  "custom_modes.yaml",
4983
4992
  "custom_modes.yml"
4984
4993
  ],
4985
- "url": "https://json.schemastore.org/roomodes.json"
4994
+ "url": "https://www.schemastore.org/roomodes.json"
4986
4995
  },
4987
4996
  {
4988
4997
  "name": "runny",
@@ -4994,25 +5003,25 @@
4994
5003
  "name": "rustfmt",
4995
5004
  "description": "rustfmt, a tool to format Rust code",
4996
5005
  "fileMatch": ["rustfmt.toml"],
4997
- "url": "https://json.schemastore.org/rustfmt.json"
5006
+ "url": "https://www.schemastore.org/rustfmt.json"
4998
5007
  },
4999
5008
  {
5000
5009
  "name": "Rust toolchain",
5001
5010
  "description": "A declarative managing the Rust toolchain",
5002
5011
  "fileMatch": ["rust-toolchain.toml"],
5003
- "url": "https://json.schemastore.org/rust-toolchain.json"
5012
+ "url": "https://www.schemastore.org/rust-toolchain.json"
5004
5013
  },
5005
5014
  {
5006
5015
  "name": "samt",
5007
5016
  "description": "SAMT configuration files",
5008
5017
  "fileMatch": ["samt.yaml"],
5009
- "url": "https://json.schemastore.org/samt.json"
5018
+ "url": "https://www.schemastore.org/samt.json"
5010
5019
  },
5011
5020
  {
5012
5021
  "name": "samtrc",
5013
5022
  "description": "SAMT linter configuration files",
5014
5023
  "fileMatch": [".samtrc.yaml"],
5015
- "url": "https://json.schemastore.org/samtrc.json"
5024
+ "url": "https://www.schemastore.org/samtrc.json"
5016
5025
  },
5017
5026
  {
5018
5027
  "name": "Sapphire CLI Config",
@@ -5023,67 +5032,67 @@
5023
5032
  {
5024
5033
  "name": "sarif-1.0.0.json",
5025
5034
  "description": "Static Analysis Results Interchange Format (SARIF) version 1",
5026
- "url": "https://json.schemastore.org/sarif-1.0.0.json"
5035
+ "url": "https://www.schemastore.org/sarif-1.0.0.json"
5027
5036
  },
5028
5037
  {
5029
5038
  "name": "sarif-2.0.0.json",
5030
5039
  "description": "Static Analysis Results Interchange Format (SARIF) version 2",
5031
- "url": "https://json.schemastore.org/sarif-2.0.0.json"
5040
+ "url": "https://www.schemastore.org/sarif-2.0.0.json"
5032
5041
  },
5033
5042
  {
5034
5043
  "name": "sarif-2.1.0-rtm.2",
5035
5044
  "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"
5045
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.2.json"
5037
5046
  },
5038
5047
  {
5039
5048
  "name": "sarif-external-property-file-2.1.0-rtm.2",
5040
5049
  "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"
5050
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
5042
5051
  },
5043
5052
  {
5044
5053
  "name": "sarif-2.1.0-rtm.3",
5045
5054
  "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"
5055
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.3.json"
5047
5056
  },
5048
5057
  {
5049
5058
  "name": "sarif-external-property-file-2.1.0-rtm.3",
5050
5059
  "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"
5060
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
5052
5061
  },
5053
5062
  {
5054
5063
  "name": "sarif-2.1.0-rtm.4",
5055
5064
  "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"
5065
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.4.json"
5057
5066
  },
5058
5067
  {
5059
5068
  "name": "sarif-external-property-file-2.1.0-rtm.4",
5060
5069
  "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"
5070
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
5062
5071
  },
5063
5072
  {
5064
5073
  "name": "sarif-2.1.0-rtm.5",
5065
5074
  "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"
5075
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.5.json"
5067
5076
  },
5068
5077
  {
5069
5078
  "name": "sarif-2.1.0-rtm.6",
5070
5079
  "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"
5080
+ "url": "https://www.schemastore.org/sarif-2.1.0-rtm.6.json"
5072
5081
  },
5073
5082
  {
5074
5083
  "name": "sarif-external-property-file-2.1.0-rtm.5",
5075
5084
  "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"
5085
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json"
5077
5086
  },
5078
5087
  {
5079
5088
  "name": "sarif-2.1.0",
5080
5089
  "description": "Static Analysis Results Format (SARIF), Version 2.1.0",
5081
- "url": "https://json.schemastore.org/sarif-2.1.0.json"
5090
+ "url": "https://www.schemastore.org/sarif-2.1.0.json"
5082
5091
  },
5083
5092
  {
5084
5093
  "name": "sarif-external-property-file-2.1.0",
5085
5094
  "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"
5095
+ "url": "https://www.schemastore.org/sarif-external-property-file-2.1.0.json"
5087
5096
  },
5088
5097
  {
5089
5098
  "name": "scalingo.json configuration",
@@ -5094,27 +5103,27 @@
5094
5103
  {
5095
5104
  "name": "Schema Catalog",
5096
5105
  "description": "JSON Schema catalog files compatible with SchemaStore.org",
5097
- "url": "https://json.schemastore.org/schema-catalog.json"
5106
+ "url": "https://www.schemastore.org/schema-catalog.json"
5098
5107
  },
5099
5108
  {
5100
5109
  "name": "schema.org - Action",
5101
5110
  "description": "Action as defined by schema.org",
5102
- "url": "https://json.schemastore.org/schema-org-action.json"
5111
+ "url": "https://www.schemastore.org/schema-org-action.json"
5103
5112
  },
5104
5113
  {
5105
5114
  "name": "schema.org - ContactPoint",
5106
5115
  "description": "ContactPoint as defined by schema.org",
5107
- "url": "https://json.schemastore.org/schema-org-contact-point.json"
5116
+ "url": "https://www.schemastore.org/schema-org-contact-point.json"
5108
5117
  },
5109
5118
  {
5110
5119
  "name": "schema.org - Place",
5111
5120
  "description": "Place as defined by schema.org",
5112
- "url": "https://json.schemastore.org/schema-org-place.json"
5121
+ "url": "https://www.schemastore.org/schema-org-place.json"
5113
5122
  },
5114
5123
  {
5115
5124
  "name": "schema.org - Thing",
5116
5125
  "description": "Thing as defined by schema.org",
5117
- "url": "https://json.schemastore.org/schema-org-thing.json"
5126
+ "url": "https://www.schemastore.org/schema-org-thing.json"
5118
5127
  },
5119
5128
  {
5120
5129
  "name": "Scoop manifest",
@@ -5170,7 +5179,7 @@
5170
5179
  ".releaserc.yml",
5171
5180
  ".releaserc.json"
5172
5181
  ],
5173
- "url": "https://json.schemastore.org/semantic-release.json"
5182
+ "url": "https://www.schemastore.org/semantic-release.json"
5174
5183
  },
5175
5184
  {
5176
5185
  "name": "Semgrep Rule",
@@ -5181,7 +5190,7 @@
5181
5190
  ".semgrep.yaml",
5182
5191
  ".semgrep.yml"
5183
5192
  ],
5184
- "url": "https://json.schemastore.org/semgrep.json",
5193
+ "url": "https://www.schemastore.org/semgrep.json",
5185
5194
  "versions": {
5186
5195
  "v1.72.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.72.0/rule_schema_v1.yaml",
5187
5196
  "v1.73.0": "https://raw.githubusercontent.com/returntocorp/semgrep-interfaces/v1.73.0/rule_schema_v1.yaml",
@@ -5218,13 +5227,13 @@
5218
5227
  "name": "Serenity Code Generator (Sergen)",
5219
5228
  "description": "Serenity code generator (sergen) configuration file",
5220
5229
  "fileMatch": ["sergen.json", "sergen.*.json", "*.sergen.json"],
5221
- "url": "https://json.schemastore.org/sergen.json"
5230
+ "url": "https://www.schemastore.org/sergen.json"
5222
5231
  },
5223
5232
  {
5224
5233
  "name": "settings.job",
5225
5234
  "description": "Azure Webjob settings file",
5226
5235
  "fileMatch": ["settings.job"],
5227
- "url": "https://json.schemastore.org/settings.job.json"
5236
+ "url": "https://www.schemastore.org/settings.job.json"
5228
5237
  },
5229
5238
  {
5230
5239
  "name": "Settings.paf",
@@ -5253,7 +5262,7 @@
5253
5262
  "name": "Sigrid scope configuration file",
5254
5263
  "description": "Analysis scope configuration file used by Sigrid (sigrid-says.com)",
5255
5264
  "fileMatch": ["sigrid.yaml"],
5256
- "url": "https://json.schemastore.org/sigrid-scope-file.schema.json"
5265
+ "url": "https://www.schemastore.org/sigrid-scope-file.schema.json"
5257
5266
  },
5258
5267
  {
5259
5268
  "name": "SIL Kit Participant Configuration",
@@ -5264,7 +5273,7 @@
5264
5273
  "*.silkit.json",
5265
5274
  "*.silkit.yaml"
5266
5275
  ],
5267
- "url": "https://json.schemastore.org/sil-kit-participant-configuration.json"
5276
+ "url": "https://www.schemastore.org/sil-kit-participant-configuration.json"
5268
5277
  },
5269
5278
  {
5270
5279
  "name": "SIL Kit Registry Configuration",
@@ -5277,18 +5286,18 @@
5277
5286
  "*.silkit-registry.yml",
5278
5287
  "*.silkit-registry.json"
5279
5288
  ],
5280
- "url": "https://json.schemastore.org/sil-kit-registry-configuration.json"
5289
+ "url": "https://www.schemastore.org/sil-kit-registry-configuration.json"
5281
5290
  },
5282
5291
  {
5283
5292
  "name": "size-limit configuration",
5284
5293
  "description": "Configuration file for size-limit",
5285
5294
  "fileMatch": [".size-limit.json"],
5286
- "url": "https://json.schemastore.org/size-limit.json"
5295
+ "url": "https://www.schemastore.org/size-limit.json"
5287
5296
  },
5288
5297
  {
5289
5298
  "name": "Slack app manifest",
5290
5299
  "description": "A manifest file containing the settings for a Slack app",
5291
- "url": "https://json.schemastore.org/slack-app-manifest.json"
5300
+ "url": "https://www.schemastore.org/slack-app-manifest.json"
5292
5301
  },
5293
5302
  {
5294
5303
  "name": "skyuxconfig.json",
@@ -5306,7 +5315,7 @@
5306
5315
  "name": "snowflake-config",
5307
5316
  "description": "Configuration file for Snowflake",
5308
5317
  "fileMatch": ["**/.snowflake/config.toml", "**/snowflake/config.toml"],
5309
- "url": "https://json.schemastore.org/snowflake-config.json"
5318
+ "url": "https://www.schemastore.org/snowflake-config.json"
5310
5319
  },
5311
5320
  {
5312
5321
  "name": "snowflake-connections",
@@ -5315,31 +5324,31 @@
5315
5324
  "**/.snowflake/connections.toml",
5316
5325
  "**/snowflake/connections.toml"
5317
5326
  ],
5318
- "url": "https://json.schemastore.org/snowflake-connections.json"
5327
+ "url": "https://www.schemastore.org/snowflake-connections.json"
5319
5328
  },
5320
5329
  {
5321
5330
  "name": "Solidarity",
5322
5331
  "description": "CLI config for enforcing environment settings",
5323
5332
  "fileMatch": [".solidarity", ".solidarity.json"],
5324
- "url": "https://json.schemastore.org/solidaritySchema.json"
5333
+ "url": "https://www.schemastore.org/solidaritySchema.json"
5325
5334
  },
5326
5335
  {
5327
5336
  "name": "Solution filters",
5328
5337
  "description": "File that specifies which MSBuild solution to launch and which projects to load",
5329
5338
  "fileMatch": ["*.slnf"],
5330
- "url": "https://json.schemastore.org/solution-filter.json"
5339
+ "url": "https://www.schemastore.org/solution-filter.json"
5331
5340
  },
5332
5341
  {
5333
5342
  "name": "Source Maps v3",
5334
5343
  "description": "Source Map files version 3",
5335
5344
  "fileMatch": ["*.map"],
5336
- "url": "https://json.schemastore.org/sourcemap-v3.json"
5345
+ "url": "https://www.schemastore.org/sourcemap-v3.json"
5337
5346
  },
5338
5347
  {
5339
5348
  "name": "Sourcery",
5340
5349
  "description": "Sourcery YAML files",
5341
5350
  "fileMatch": [".sourcery.yaml"],
5342
- "url": "https://json.schemastore.org/sourcery_yaml_schema.json"
5351
+ "url": "https://www.schemastore.org/sourcery_yaml_schema.json"
5343
5352
  },
5344
5353
  {
5345
5354
  "name": "Speakeasy Lint Configuration File",
@@ -5369,23 +5378,23 @@
5369
5378
  "name": "SpecIF",
5370
5379
  "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
5380
  "fileMatch": ["*.specif", "*.specif.json"],
5372
- "url": "https://json.schemastore.org/specif-1.1.json",
5381
+ "url": "https://www.schemastore.org/specif-1.1.json",
5373
5382
  "versions": {
5374
- "1.0": "https://json.schemastore.org/specif-1.0.json",
5375
- "1.1": "https://json.schemastore.org/specif-1.1.json"
5383
+ "1.0": "https://www.schemastore.org/specif-1.0.json",
5384
+ "1.1": "https://www.schemastore.org/specif-1.1.json"
5376
5385
  }
5377
5386
  },
5378
5387
  {
5379
5388
  "name": "Sponge Mixin configuration",
5380
5389
  "description": "Configuration file for SpongePowered's Mixin library",
5381
5390
  "fileMatch": ["*.mixins.json"],
5382
- "url": "https://json.schemastore.org/sponge-mixins.json"
5391
+ "url": "https://www.schemastore.org/sponge-mixins.json"
5383
5392
  },
5384
5393
  {
5385
5394
  "name": ".sprite files",
5386
5395
  "description": "image sprite generation files",
5387
5396
  "fileMatch": ["*.sprite"],
5388
- "url": "https://json.schemastore.org/sprite.json"
5397
+ "url": "https://www.schemastore.org/sprite.json"
5389
5398
  },
5390
5399
  {
5391
5400
  "name": "SPDX 2.3",
@@ -5397,31 +5406,31 @@
5397
5406
  "name": "sqlc configuration",
5398
5407
  "description": "Configuration file for sqlc v2",
5399
5408
  "fileMatch": ["sqlc.yaml", "sqlc.json", "*.sqlc.yaml"],
5400
- "url": "https://json.schemastore.org/sqlc-2.0.json"
5409
+ "url": "https://www.schemastore.org/sqlc-2.0.json"
5401
5410
  },
5402
5411
  {
5403
5412
  "name": "Azure Static Web Apps configuration file",
5404
5413
  "description": "Documentation: https://learn.microsoft.com/en-us/azure/static-web-apps/configuration",
5405
5414
  "fileMatch": ["staticwebapp.config.json"],
5406
- "url": "https://json.schemastore.org/staticwebapp.config.json"
5415
+ "url": "https://www.schemastore.org/staticwebapp.config.json"
5407
5416
  },
5408
5417
  {
5409
5418
  "name": "Azure Static Web Apps CLI configuration file",
5410
5419
  "description": "Documentation: https://github.com/Azure/static-web-apps-cli#swa-cliconfigjson-file",
5411
5420
  "fileMatch": ["swa-cli.config.json"],
5412
- "url": "https://json.schemastore.org/swa-cli.config.json"
5421
+ "url": "https://www.schemastore.org/swa-cli.config.json"
5413
5422
  },
5414
5423
  {
5415
5424
  "name": "StackBlitz",
5416
5425
  "description": "WebContainer project configuration",
5417
5426
  "fileMatch": [".stackblitzrc", "**/.stackblitz/config.json"],
5418
- "url": "https://json.schemastore.org/stackblitzrc.json"
5427
+ "url": "https://www.schemastore.org/stackblitzrc.json"
5419
5428
  },
5420
5429
  {
5421
5430
  "name": "Stale",
5422
5431
  "description": "Configuration file for Stale for closing abandoned issues and pull requests. Documentation: https://probot.github.io/apps/stale/",
5423
5432
  "fileMatch": ["**/.github/stale.yml"],
5424
- "url": "https://json.schemastore.org/stale.json"
5433
+ "url": "https://www.schemastore.org/stale.json"
5425
5434
  },
5426
5435
  {
5427
5436
  "name": "Starship",
@@ -5477,7 +5486,7 @@
5477
5486
  ".stylelintrc.yaml",
5478
5487
  ".stylelintrc.json"
5479
5488
  ],
5480
- "url": "https://json.schemastore.org/stylelintrc.json"
5489
+ "url": "https://www.schemastore.org/stylelintrc.json"
5481
5490
  },
5482
5491
  {
5483
5492
  "name": "SWADL",
@@ -5489,7 +5498,7 @@
5489
5498
  "name": "Swagger API 2.0",
5490
5499
  "description": "Swagger API 2.0",
5491
5500
  "fileMatch": ["swagger.json"],
5492
- "url": "https://json.schemastore.org/swagger-2.0.json"
5501
+ "url": "https://www.schemastore.org/swagger-2.0.json"
5493
5502
  },
5494
5503
  {
5495
5504
  "name": "Synadia Connect Component",
@@ -5517,7 +5526,7 @@
5517
5526
  "name": "task.json",
5518
5527
  "description": "VSCode Task file",
5519
5528
  "fileMatch": ["task.json", "tasks.json"],
5520
- "url": "https://json.schemastore.org/task.json"
5529
+ "url": "https://www.schemastore.org/task.json"
5521
5530
  },
5522
5531
  {
5523
5532
  "name": "Talhelper",
@@ -5535,7 +5544,7 @@
5535
5544
  "name": "Taurus",
5536
5545
  "description": "Taurus bzt cli framework config",
5537
5546
  "fileMatch": ["bzt.yml", "bzt.yaml", "taurus.yml", "taurus.yaml"],
5538
- "url": "https://json.schemastore.org/taurus.json"
5547
+ "url": "https://www.schemastore.org/taurus.json"
5539
5548
  },
5540
5549
  {
5541
5550
  "name": "Tauticord",
@@ -5547,13 +5556,13 @@
5547
5556
  "name": "template.json",
5548
5557
  "description": ".NET template files",
5549
5558
  "fileMatch": ["**/.template.config/template.json"],
5550
- "url": "https://json.schemastore.org/template.json"
5559
+ "url": "https://www.schemastore.org/template.json"
5551
5560
  },
5552
5561
  {
5553
5562
  "name": "templatsources.json",
5554
5563
  "description": "SideWaffle template source",
5555
5564
  "fileMatch": ["templatesources.json"],
5556
- "url": "https://json.schemastore.org/templatesources.json"
5565
+ "url": "https://www.schemastore.org/templatesources.json"
5557
5566
  },
5558
5567
  {
5559
5568
  "name": "Tier.run pricing.json",
@@ -5581,19 +5590,19 @@
5581
5590
  "name": "tizen_workspace.json",
5582
5591
  "description": "Tizen project workspace configuration file",
5583
5592
  "fileMatch": ["tizen_workspace.yaml"],
5584
- "url": "https://json.schemastore.org/tizen_workspace.json"
5593
+ "url": "https://www.schemastore.org/tizen_workspace.json"
5585
5594
  },
5586
5595
  {
5587
5596
  "name": "tldr",
5588
5597
  "description": "tldr configuration file",
5589
5598
  "fileMatch": [".tldr.json"],
5590
- "url": "https://json.schemastore.org/tldr.json"
5599
+ "url": "https://www.schemastore.org/tldr.json"
5591
5600
  },
5592
5601
  {
5593
5602
  "name": "Tombi",
5594
5603
  "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"
5604
+ "fileMatch": ["tombi.toml", "**/tombi/config.toml"],
5605
+ "url": "https://www.schemastore.org/tombi.json"
5597
5606
  },
5598
5607
  {
5599
5608
  "name": "TextMate Grammar",
@@ -5603,13 +5612,13 @@
5603
5612
  "*.tmLanguage.yaml",
5604
5613
  "*.tmLanguage.yml"
5605
5614
  ],
5606
- "url": "https://json.schemastore.org/tmlanguage.json"
5615
+ "url": "https://www.schemastore.org/tmlanguage.json"
5607
5616
  },
5608
5617
  {
5609
5618
  "name": "TestEnvironment.json",
5610
5619
  "description": "Visual Studio's test environment config",
5611
5620
  "fileMatch": ["testEnvironments.json"],
5612
- "url": "https://json.schemastore.org/testenvironments.json"
5621
+ "url": "https://www.schemastore.org/testenvironments.json"
5613
5622
  },
5614
5623
  {
5615
5624
  "name": "Turborepo",
@@ -5621,28 +5630,28 @@
5621
5630
  "name": "Travis CI (.travis.yml)",
5622
5631
  "description": "Travis CI configuration file",
5623
5632
  "fileMatch": [".travis.yml"],
5624
- "url": "https://json.schemastore.org/travis.json"
5633
+ "url": "https://www.schemastore.org/travis.json"
5625
5634
  },
5626
5635
  {
5627
5636
  "name": "Traefik v2",
5628
5637
  "description": "Traefik v2 YAML configuration file",
5629
5638
  "fileMatch": ["traefik.yml", "traefik.yaml"],
5630
- "url": "https://json.schemastore.org/traefik-v2.json"
5639
+ "url": "https://www.schemastore.org/traefik-v2.json"
5631
5640
  },
5632
5641
  {
5633
5642
  "name": "Traefik v2 File Provider",
5634
5643
  "description": "Traefik v2 Dynamic Configuration File Provider",
5635
- "url": "https://json.schemastore.org/traefik-v2-file-provider.json"
5644
+ "url": "https://www.schemastore.org/traefik-v2-file-provider.json"
5636
5645
  },
5637
5646
  {
5638
5647
  "name": "Traefik v3",
5639
5648
  "description": "Traefik v3 YAML configuration file",
5640
- "url": "https://json.schemastore.org/traefik-v3.json"
5649
+ "url": "https://www.schemastore.org/traefik-v3.json"
5641
5650
  },
5642
5651
  {
5643
5652
  "name": "Traefik v3 File Provider",
5644
5653
  "description": "Traefik v3 Dynamic Configuration File Provider",
5645
- "url": "https://json.schemastore.org/traefik-v3-file-provider.json"
5654
+ "url": "https://www.schemastore.org/traefik-v3-file-provider.json"
5646
5655
  },
5647
5656
  {
5648
5657
  "name": "transcend.yml",
@@ -5660,9 +5669,9 @@
5660
5669
  "name": "TrueScript for *.tscript files",
5661
5670
  "description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
5662
5671
  "fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
5663
- "url": "https://json.schemastore.org/truescript.json",
5672
+ "url": "https://www.schemastore.org/truescript.json",
5664
5673
  "versions": {
5665
- "latest": "https://json.schemastore.org/truescript.json"
5674
+ "latest": "https://www.schemastore.org/truescript.json"
5666
5675
  }
5667
5676
  },
5668
5677
  {
@@ -5675,13 +5684,13 @@
5675
5684
  "name": "tsconfig.json",
5676
5685
  "description": "TypeScript compiler configuration file",
5677
5686
  "fileMatch": ["tsconfig*.json"],
5678
- "url": "https://json.schemastore.org/tsconfig.json"
5687
+ "url": "https://www.schemastore.org/tsconfig.json"
5679
5688
  },
5680
5689
  {
5681
5690
  "name": "tsd.json",
5682
5691
  "description": "DefinitelyTyped description manager (TSD)",
5683
5692
  "fileMatch": ["tsd.json"],
5684
- "url": "https://json.schemastore.org/tsd.json"
5693
+ "url": "https://www.schemastore.org/tsd.json"
5685
5694
  },
5686
5695
  {
5687
5696
  "name": "tsdoc.json",
@@ -5693,19 +5702,19 @@
5693
5702
  "name": "tsdrc.json",
5694
5703
  "description": "TypeScript Definition manager (tsd) global settings file",
5695
5704
  "fileMatch": [".tsdrc"],
5696
- "url": "https://json.schemastore.org/tsdrc.json"
5705
+ "url": "https://www.schemastore.org/tsdrc.json"
5697
5706
  },
5698
5707
  {
5699
5708
  "name": "ts-force-config.json",
5700
5709
  "description": "Generated Typescript classes for Salesforce",
5701
5710
  "fileMatch": ["ts-force-config.json"],
5702
- "url": "https://json.schemastore.org/ts-force-config.json"
5711
+ "url": "https://www.schemastore.org/ts-force-config.json"
5703
5712
  },
5704
5713
  {
5705
5714
  "name": "tslint.json",
5706
5715
  "description": "TypeScript Lint configuration file",
5707
5716
  "fileMatch": ["tslint.json", "tslint.yaml", "tslint.yml"],
5708
- "url": "https://json.schemastore.org/tslint.json"
5717
+ "url": "https://www.schemastore.org/tslint.json"
5709
5718
  },
5710
5719
  {
5711
5720
  "name": "TSON",
@@ -5735,13 +5744,13 @@
5735
5744
  "name": "typewiz.json",
5736
5745
  "description": "Typewiz configuration file",
5737
5746
  "fileMatch": ["typewiz.json"],
5738
- "url": "https://json.schemastore.org/typewiz.json"
5747
+ "url": "https://www.schemastore.org/typewiz.json"
5739
5748
  },
5740
5749
  {
5741
5750
  "name": "typo3.json",
5742
5751
  "description": "the Typo3 CMS",
5743
5752
  "fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
5744
- "url": "https://json.schemastore.org/typo3.json"
5753
+ "url": "https://www.schemastore.org/typo3.json"
5745
5754
  },
5746
5755
  {
5747
5756
  "name": "TYPO3 Vendor Bundler config",
@@ -5757,7 +5766,7 @@
5757
5766
  "name": "Typst Manifest",
5758
5767
  "description": "Typst package manifest file (typst.toml)",
5759
5768
  "fileMatch": ["typst.toml"],
5760
- "url": "https://json.schemastore.org/typst.json"
5769
+ "url": "https://www.schemastore.org/typst.json"
5761
5770
  },
5762
5771
  {
5763
5772
  "name": "typos.toml",
@@ -5769,25 +5778,25 @@
5769
5778
  "name": "typings.json",
5770
5779
  "description": "Typings TypeScript definitions manager definition file",
5771
5780
  "fileMatch": ["typings.json"],
5772
- "url": "https://json.schemastore.org/typings.json"
5781
+ "url": "https://www.schemastore.org/typings.json"
5773
5782
  },
5774
5783
  {
5775
5784
  "name": "typingsrc.json",
5776
5785
  "description": "Typings TypeScript definitions manager configuration file",
5777
5786
  "fileMatch": [".typingsrc"],
5778
- "url": "https://json.schemastore.org/typingsrc.json"
5787
+ "url": "https://www.schemastore.org/typingsrc.json"
5779
5788
  },
5780
5789
  {
5781
5790
  "name": "Ubuntu Server Autoinstall",
5782
5791
  "description": "Settings file for Ubuntu Autoinstall",
5783
5792
  "fileMatch": ["user-data"],
5784
- "url": "https://json.schemastore.org/ubuntu-server-autoinstall.json"
5793
+ "url": "https://www.schemastore.org/ubuntu-server-autoinstall.json"
5785
5794
  },
5786
5795
  {
5787
5796
  "name": "up.json",
5788
5797
  "description": "Up configuration file",
5789
5798
  "fileMatch": ["up.json"],
5790
- "url": "https://json.schemastore.org/up.json"
5799
+ "url": "https://www.schemastore.org/up.json"
5791
5800
  },
5792
5801
  {
5793
5802
  "name": "UI5 Manifest",
@@ -5829,12 +5838,12 @@
5829
5838
  "name": "UTAM Page Object",
5830
5839
  "description": "UI Test Automation Model page object. Documentation: https://utam.dev/",
5831
5840
  "fileMatch": ["*.utam.json", ".utam.json"],
5832
- "url": "https://json.schemastore.org/utam-page-object.json",
5841
+ "url": "https://www.schemastore.org/utam-page-object.json",
5833
5842
  "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"
5843
+ "current": "https://www.schemastore.org/utam-page-object.json",
5844
+ "1.5.0": "https://www.schemastore.org/utam-page-object-1.5.0.json",
5845
+ "2.0.3": "https://www.schemastore.org/utam-page-object-2.0.3.json",
5846
+ "2.2.0": "https://www.schemastore.org/utam-page-object-2.2.0.json"
5838
5847
  }
5839
5848
  },
5840
5849
  {
@@ -5875,19 +5884,19 @@
5875
5884
  "name": "Vector",
5876
5885
  "description": "Configuration file for Vector, an observability data pipeline agent and aggregator",
5877
5886
  "fileMatch": ["vector.json", "vector.toml", "vector.yaml"],
5878
- "url": "https://json.schemastore.org/vector.json"
5887
+ "url": "https://www.schemastore.org/vector.json"
5879
5888
  },
5880
5889
  {
5881
5890
  "name": "vega.json",
5882
5891
  "description": "Vega visualization specification file",
5883
5892
  "fileMatch": ["*.vg", "*.vg.json"],
5884
- "url": "https://json.schemastore.org/vega.json"
5893
+ "url": "https://www.schemastore.org/vega.json"
5885
5894
  },
5886
5895
  {
5887
5896
  "name": "vega-lite.json",
5888
5897
  "description": "Vega-Lite visualization specification file",
5889
5898
  "fileMatch": ["*.vl", "*.vl.json"],
5890
- "url": "https://json.schemastore.org/vega-lite.json"
5899
+ "url": "https://www.schemastore.org/vega-lite.json"
5891
5900
  },
5892
5901
  {
5893
5902
  "name": "Vela Pipeline Configuration",
@@ -5906,18 +5915,18 @@
5906
5915
  "venvironment.json",
5907
5916
  "*.venvironment.json"
5908
5917
  ],
5909
- "url": "https://json.schemastore.org/venvironment-schema-v4.0.0.json",
5918
+ "url": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
5910
5919
  "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"
5920
+ "1.0.0": "https://www.schemastore.org/venvironment-schema-v1.0.0.json",
5921
+ "1.1.0": "https://www.schemastore.org/venvironment-schema-v1.1.0.json",
5922
+ "1.1.1": "https://www.schemastore.org/venvironment-schema-v1.1.1.json",
5923
+ "2.0.0": "https://www.schemastore.org/venvironment-schema-v2.0.0.json",
5924
+ "2.1.0": "https://www.schemastore.org/venvironment-schema-v2.1.0.json",
5925
+ "2.2.0": "https://www.schemastore.org/venvironment-schema-v2.2.0.json",
5926
+ "3.0.0": "https://www.schemastore.org/venvironment-schema-v3.0.0.json",
5927
+ "3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
5928
+ "3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
5929
+ "4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json"
5921
5930
  }
5922
5931
  },
5923
5932
  {
@@ -5931,15 +5940,15 @@
5931
5940
  "venvironment-basic.json",
5932
5941
  "*.venvironment-basic.json"
5933
5942
  ],
5934
- "url": "https://json.schemastore.org/venvironment-basic-schema-v4.0.0.json",
5943
+ "url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
5935
5944
  "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"
5945
+ "1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
5946
+ "1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
5947
+ "2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
5948
+ "2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
5949
+ "3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
5950
+ "3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
5951
+ "4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
5943
5952
  }
5944
5953
  },
5945
5954
  {
@@ -5953,9 +5962,9 @@
5953
5962
  "venvplus.json",
5954
5963
  "*.venvplus.json"
5955
5964
  ],
5956
- "url": "https://json.schemastore.org/venvplus-schema-v1.0.0.json",
5965
+ "url": "https://www.schemastore.org/venvplus-schema-v1.0.0.json",
5957
5966
  "versions": {
5958
- "1.0.0": "https://json.schemastore.org/venvplus-schema-v1.0.0.json"
5967
+ "1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
5959
5968
  }
5960
5969
  },
5961
5970
  {
@@ -5969,9 +5978,9 @@
5969
5978
  "venvplus-basic.json",
5970
5979
  "*.venvplus-basic.json"
5971
5980
  ],
5972
- "url": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json",
5981
+ "url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
5973
5982
  "versions": {
5974
- "1.0.0": "https://json.schemastore.org/venvplus-basic-schema-v1.0.0.json"
5983
+ "1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
5975
5984
  }
5976
5985
  },
5977
5986
  {
@@ -6011,75 +6020,75 @@
6011
6020
  "vhwdebugger-binding.yml",
6012
6021
  "*.vhwdebugger-binding.yml"
6013
6022
  ],
6014
- "url": "https://json.schemastore.org/vhwdebugger-binding-schema.json"
6023
+ "url": "https://www.schemastore.org/vhwdebugger-binding-schema.json"
6015
6024
  },
6016
6025
  {
6017
6026
  "name": "vim-addon-info",
6018
6027
  "description": "vim plugin addon-info.json metadata files",
6019
6028
  "fileMatch": ["**/*vim*/addon-info.json"],
6020
- "url": "https://json.schemastore.org/vim-addon-info.json"
6029
+ "url": "https://www.schemastore.org/vim-addon-info.json"
6021
6030
  },
6022
6031
  {
6023
6032
  "name": "vsls.json",
6024
6033
  "description": "Visual Studio Live Share configuration file",
6025
6034
  "fileMatch": [".vsls.json"],
6026
- "url": "https://json.schemastore.org/vsls.json"
6035
+ "url": "https://www.schemastore.org/vsls.json"
6027
6036
  },
6028
6037
  {
6029
6038
  "name": "vs-2017.3.host.json",
6030
6039
  "description": "Visual Studio template host file",
6031
6040
  "fileMatch": ["vs-2017.3.host.json"],
6032
- "url": "https://json.schemastore.org/vs-2017.3.host.json"
6041
+ "url": "https://www.schemastore.org/vs-2017.3.host.json"
6033
6042
  },
6034
6043
  {
6035
6044
  "name": "vs-nesting.json",
6036
6045
  "description": "Visual Studio's file nesting feature",
6037
6046
  "fileMatch": ["*.filenesting.json", ".filenesting.json"],
6038
- "url": "https://json.schemastore.org/vs-nesting.json"
6047
+ "url": "https://www.schemastore.org/vs-nesting.json"
6039
6048
  },
6040
6049
  {
6041
6050
  "name": ".vsconfig",
6042
6051
  "description": "Visual Studio component configuration files",
6043
6052
  "fileMatch": ["*.vsconfig"],
6044
- "url": "https://json.schemastore.org/vsconfig.json"
6053
+ "url": "https://www.schemastore.org/vsconfig.json"
6045
6054
  },
6046
6055
  {
6047
6056
  "name": ".vsext",
6048
6057
  "description": "Visual Studio extension pack manifests",
6049
6058
  "fileMatch": ["*.vsext"],
6050
- "url": "https://json.schemastore.org/vsext.json"
6059
+ "url": "https://www.schemastore.org/vsext.json"
6051
6060
  },
6052
6061
  {
6053
6062
  "name": "VSIX CLI publishing",
6054
6063
  "description": "Visual Studio extension publishing",
6055
6064
  "fileMatch": ["vs-publish.json"],
6056
- "url": "https://json.schemastore.org/vsix-publish.json"
6065
+ "url": "https://www.schemastore.org/vsix-publish.json"
6057
6066
  },
6058
6067
  {
6059
6068
  "name": "vss-extension.json",
6060
6069
  "description": "Azure DevOps Extensions",
6061
6070
  "fileMatch": ["vss-extension.json"],
6062
- "url": "https://json.schemastore.org/vss-extension.json"
6071
+ "url": "https://www.schemastore.org/vss-extension.json"
6063
6072
  },
6064
6073
  {
6065
6074
  "name": "vtesttree.yaml",
6066
6075
  "description": "Vector test execution tree description",
6067
6076
  "fileMatch": ["*.vtesttree.yaml", "*.vtesttree.yml", "*.vtesttree.json"],
6068
- "url": "https://json.schemastore.org/vtesttree-schema-v2.4.0.json",
6077
+ "url": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json",
6069
6078
  "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"
6079
+ "1.0.0": "https://www.schemastore.org/vtesttree-schema-v1.0.0.json",
6080
+ "2.0.0": "https://www.schemastore.org/vtesttree-schema-v2.0.0.json",
6081
+ "2.1.0": "https://www.schemastore.org/vtesttree-schema-v2.1.0.json",
6082
+ "2.2.0": "https://www.schemastore.org/vtesttree-schema-v2.2.0.json",
6083
+ "2.3.0": "https://www.schemastore.org/vtesttree-schema-v2.3.0.json",
6084
+ "2.4.0": "https://www.schemastore.org/vtesttree-schema-v2.4.0.json"
6076
6085
  }
6077
6086
  },
6078
6087
  {
6079
6088
  "name": "vtestunit.yaml",
6080
6089
  "description": "Vector test unit description",
6081
6090
  "fileMatch": ["*.vtestunit.yaml", "*.vtestunit.yml", "*.vtestunit.json"],
6082
- "url": "https://json.schemastore.org/vtestunit-schema.json"
6091
+ "url": "https://www.schemastore.org/vtestunit-schema.json"
6083
6092
  },
6084
6093
  {
6085
6094
  "name": "v8r",
@@ -6091,31 +6100,37 @@
6091
6100
  "name": "WebExtensions",
6092
6101
  "description": "WebExtension manifest files",
6093
6102
  "fileMatch": ["manifest.json"],
6094
- "url": "https://json.schemastore.org/webextension.json"
6103
+ "url": "https://www.schemastore.org/webextension.json"
6095
6104
  },
6096
6105
  {
6097
6106
  "name": "Web App Manifest",
6098
6107
  "description": "Web Application manifest file",
6099
6108
  "fileMatch": ["manifest.json", "*.webmanifest"],
6100
- "url": "https://json.schemastore.org/web-manifest-combined.json"
6109
+ "url": "https://www.schemastore.org/web-manifest-combined.json"
6101
6110
  },
6102
6111
  {
6103
6112
  "name": "webjobs-list.json",
6104
6113
  "description": "Azure Webjob list file",
6105
6114
  "fileMatch": ["webjobs-list.json"],
6106
- "url": "https://json.schemastore.org/webjobs-list.json"
6115
+ "url": "https://www.schemastore.org/webjobs-list.json"
6107
6116
  },
6108
6117
  {
6109
6118
  "name": "webjobpublishsettings.json",
6110
6119
  "description": "Azure Webjobs publish settings file",
6111
6120
  "fileMatch": ["webjobpublishsettings.json"],
6112
- "url": "https://json.schemastore.org/webjob-publish-settings.json"
6121
+ "url": "https://www.schemastore.org/webjob-publish-settings.json"
6113
6122
  },
6114
6123
  {
6115
6124
  "name": "Web types",
6116
6125
  "description": "JSON standard for web component libraries metadata",
6117
6126
  "fileMatch": ["web-types.json", "*.web-types.json"],
6118
- "url": "https://json.schemastore.org/web-types.json"
6127
+ "url": "https://www.schemastore.org/web-types.json"
6128
+ },
6129
+ {
6130
+ "name": "WP-CLI",
6131
+ "description": "WP-CLI is the official command-line tool for WordPress",
6132
+ "fileMatch": ["wp-cli.local.yml", "wp-cli.yml", "**/.wp-cli/config.yml"],
6133
+ "url": "https://raw.githubusercontent.com/wp-cli/wp-cli/refs/heads/main/schemas/wp-cli-config.json"
6119
6134
  },
6120
6135
  {
6121
6136
  "name": "Wrangler CLI",
@@ -6171,7 +6186,7 @@
6171
6186
  "name": "xunit.runner.json",
6172
6187
  "description": "Configuration file for unit test projects using xUnit.net",
6173
6188
  "fileMatch": ["xunit.runner.json", "*.xunit.runner.json"],
6174
- "url": "https://json.schemastore.org/xunit.runner.schema.json",
6189
+ "url": "https://www.schemastore.org/xunit.runner.schema.json",
6175
6190
  "versions": {
6176
6191
  "v2.2": "https://xunit.net/schema/v2.2/xunit.runner.schema.json",
6177
6192
  "v2.3": "https://xunit.net/schema/v2.3/xunit.runner.schema.json",
@@ -6182,25 +6197,25 @@
6182
6197
  "name": "servicehub.service.json",
6183
6198
  "description": "Microsoft ServiceHub Service",
6184
6199
  "fileMatch": ["*.servicehub.service.json"],
6185
- "url": "https://json.schemastore.org/servicehub.service.schema.json"
6200
+ "url": "https://www.schemastore.org/servicehub.service.schema.json"
6186
6201
  },
6187
6202
  {
6188
6203
  "name": "servicehub.config.json",
6189
6204
  "description": "Microsoft ServiceHub Configuration",
6190
6205
  "fileMatch": ["servicehub.config.json"],
6191
- "url": "https://json.schemastore.org/servicehub.config.schema.json"
6206
+ "url": "https://www.schemastore.org/servicehub.config.schema.json"
6192
6207
  },
6193
6208
  {
6194
6209
  "name": ".cryproj (generic)",
6195
6210
  "description": "A CRYENGINE projects (.cryproj files)",
6196
6211
  "fileMatch": ["*.cryproj"],
6197
- "url": "https://json.schemastore.org/cryproj.json",
6212
+ "url": "https://www.schemastore.org/cryproj.json",
6198
6213
  "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"
6214
+ "dev": "https://www.schemastore.org/cryproj.dev.schema.json",
6215
+ "5.2": "https://www.schemastore.org/cryproj.52.schema.json",
6216
+ "5.3": "https://www.schemastore.org/cryproj.53.schema.json",
6217
+ "5.4": "https://www.schemastore.org/cryproj.54.schema.json",
6218
+ "5.5": "https://www.schemastore.org/cryproj.55.schema.json"
6204
6219
  }
6205
6220
  },
6206
6221
  {
@@ -6220,13 +6235,13 @@
6220
6235
  "**/tmuxinator/*.yaml",
6221
6236
  "**/tmuxinator/*.yml"
6222
6237
  ],
6223
- "url": "https://json.schemastore.org/tmuxinator.json"
6238
+ "url": "https://www.schemastore.org/tmuxinator.json"
6224
6239
  },
6225
6240
  {
6226
6241
  "name": "huskyrc",
6227
6242
  "description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
6228
6243
  "fileMatch": [".huskyrc", ".huskyrc.json"],
6229
- "url": "https://json.schemastore.org/huskyrc.json"
6244
+ "url": "https://www.schemastore.org/huskyrc.json"
6230
6245
  },
6231
6246
  {
6232
6247
  "name": "lint-staged (.lintstagedrc)",
@@ -6237,7 +6252,7 @@
6237
6252
  ".lintstagedrc.yaml",
6238
6253
  ".lintstagedrc.yml"
6239
6254
  ],
6240
- "url": "https://json.schemastore.org/lintstagedrc.schema.json"
6255
+ "url": "https://www.schemastore.org/lintstagedrc.schema.json"
6241
6256
  },
6242
6257
  {
6243
6258
  "name": "mirrord config",
@@ -6271,13 +6286,13 @@
6271
6286
  "name": "mta.yaml",
6272
6287
  "description": "A MTA projects v3.3",
6273
6288
  "fileMatch": ["mta.yaml", "mta.yml"],
6274
- "url": "https://json.schemastore.org/mta.json"
6289
+ "url": "https://www.schemastore.org/mta.json"
6275
6290
  },
6276
6291
  {
6277
6292
  "name": "mtad.yaml",
6278
6293
  "description": "A MTA deployment descriptors v3.3",
6279
6294
  "fileMatch": ["mtad.yaml", "mtad.yml"],
6280
- "url": "https://json.schemastore.org/mtad.json"
6295
+ "url": "https://www.schemastore.org/mtad.json"
6281
6296
  },
6282
6297
  {
6283
6298
  "name": "Motif config",
@@ -6289,27 +6304,27 @@
6289
6304
  "name": ".mtaext",
6290
6305
  "description": "A MTA extension descriptors v3.3",
6291
6306
  "fileMatch": ["*.mtaext"],
6292
- "url": "https://json.schemastore.org/mtaext.json"
6307
+ "url": "https://www.schemastore.org/mtaext.json"
6293
6308
  },
6294
6309
  {
6295
6310
  "name": "xs-app.json",
6296
6311
  "description": "the SAP Application Router v8.2.2",
6297
6312
  "fileMatch": ["xs-app.json"],
6298
- "url": "https://json.schemastore.org/xs-app.json"
6313
+ "url": "https://www.schemastore.org/xs-app.json"
6299
6314
  },
6300
6315
  {
6301
6316
  "name": "Opctl",
6302
6317
  "description": "Opctl describing an op",
6303
6318
  "fileMatch": ["**/.opspec/*/*.yml", "**/.opspec/*/*.yaml"],
6304
- "url": "https://json.schemastore.org/opspec-io-0.1.7.json"
6319
+ "url": "https://www.schemastore.org/opspec-io-0.1.7.json"
6305
6320
  },
6306
6321
  {
6307
6322
  "name": "HEMTT",
6308
6323
  "description": "HEMTT Project File",
6309
6324
  "fileMatch": ["hemtt.json", "hemtt.toml"],
6310
- "url": "https://json.schemastore.org/hemtt-0.6.2.json",
6325
+ "url": "https://www.schemastore.org/hemtt-0.6.2.json",
6311
6326
  "versions": {
6312
- "0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json"
6327
+ "0.6.2": "https://www.schemastore.org/hemtt-0.6.2.json"
6313
6328
  }
6314
6329
  },
6315
6330
  {
@@ -6322,7 +6337,7 @@
6322
6337
  "name": "now",
6323
6338
  "description": "ZEIT Now project configuration file",
6324
6339
  "fileMatch": ["now.json"],
6325
- "url": "https://json.schemastore.org/now.json"
6340
+ "url": "https://www.schemastore.org/now.json"
6326
6341
  },
6327
6342
  {
6328
6343
  "name": "taskcat",
@@ -6334,13 +6349,13 @@
6334
6349
  "name": "BizTalkServerApplicationSchema",
6335
6350
  "description": "BizTalk server application inventory json file",
6336
6351
  "fileMatch": ["BizTalkServerInventory.json"],
6337
- "url": "https://json.schemastore.org/BizTalkServerApplicationSchema.json"
6352
+ "url": "https://www.schemastore.org/BizTalkServerApplicationSchema.json"
6338
6353
  },
6339
6354
  {
6340
6355
  "name": "httpmockrc",
6341
6356
  "description": "Http-mocker is a tool for mock local requests or proxy remote requests",
6342
6357
  "fileMatch": [".httpmockrc", ".httpmock.json"],
6343
- "url": "https://json.schemastore.org/httpmockrc.json"
6358
+ "url": "https://www.schemastore.org/httpmockrc.json"
6344
6359
  },
6345
6360
  {
6346
6361
  "name": "nitro.json",
@@ -6371,7 +6386,7 @@
6371
6386
  "name": "zuul",
6372
6387
  "description": "Zuul CI configuration file",
6373
6388
  "fileMatch": ["**/*zuul.d/*.yaml", ".zuul.yaml"],
6374
- "url": "https://json.schemastore.org/zuul.json"
6389
+ "url": "https://www.schemastore.org/zuul.json"
6375
6390
  },
6376
6391
  {
6377
6392
  "name": "Briefcase",
@@ -6389,7 +6404,7 @@
6389
6404
  "name": "jsdoc",
6390
6405
  "description": "JSDoc configuration file",
6391
6406
  "fileMatch": ["conf.json", "jsdoc.json"],
6392
- "url": "https://json.schemastore.org/jsdoc-1.0.0.json"
6407
+ "url": "https://www.schemastore.org/jsdoc-1.0.0.json"
6393
6408
  },
6394
6409
  {
6395
6410
  "name": "Ray",
@@ -6418,7 +6433,7 @@
6418
6433
  "name": "helmfile",
6419
6434
  "description": "Helmfile is a declarative spec for deploying helm charts",
6420
6435
  "fileMatch": ["helmfile.yaml", "**/helmfile.d/**/*.yaml"],
6421
- "url": "https://json.schemastore.org/helmfile.json"
6436
+ "url": "https://www.schemastore.org/helmfile.json"
6422
6437
  },
6423
6438
  {
6424
6439
  "name": "helmwave",
@@ -6430,7 +6445,7 @@
6430
6445
  "name": "Container Structure Test",
6431
6446
  "description": "The Container Structure Tests provide a powerful framework to validate the structure of a container image",
6432
6447
  "fileMatch": ["container-structure-test.yaml", "structure-test.yaml"],
6433
- "url": "https://json.schemastore.org/container-structure-test.json"
6448
+ "url": "https://www.schemastore.org/container-structure-test.json"
6434
6449
  },
6435
6450
  {
6436
6451
  "name": "Žinoma",
@@ -6442,17 +6457,17 @@
6442
6457
  "name": "Windows Package Manager Singleton Manifest",
6443
6458
  "description": "Windows Package Manager Singleton Manifest file",
6444
6459
  "fileMatch": ["**/manifests/?/*/*/*/*.*.yaml"],
6445
- "url": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json",
6460
+ "url": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json",
6446
6461
  "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"
6462
+ "0.1": "https://www.schemastore.org/winget-pkgs-singleton-0.1.json",
6463
+ "1.0.0": "https://www.schemastore.org/winget-pkgs-singleton-1.0.0.json"
6449
6464
  }
6450
6465
  },
6451
6466
  {
6452
6467
  "name": "Windows Package Manager Installer Manifest",
6453
6468
  "description": "Windows Package Manager Installer Manifest file, used for detailing installer specific metadata",
6454
6469
  "fileMatch": ["**/manifests/?/*/*/*/*.*.installer.yaml"],
6455
- "url": "https://json.schemastore.org/winget-pkgs-installer-1.0.0.json"
6470
+ "url": "https://www.schemastore.org/winget-pkgs-installer-1.0.0.json"
6456
6471
  },
6457
6472
  {
6458
6473
  "name": "Windows Package Manager Locale Manifest",
@@ -6468,12 +6483,12 @@
6468
6483
  "**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
6469
6484
  "**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
6470
6485
  ],
6471
- "url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json"
6486
+ "url": "https://www.schemastore.org/winget-pkgs-locale-1.0.0.json"
6472
6487
  },
6473
6488
  {
6474
6489
  "name": "Winutil",
6475
6490
  "description": "Configuration for files in \"ChrisTitusTech/winutil\"",
6476
- "url": "https://json.schemastore.org/winutil-presets.json"
6491
+ "url": "https://www.schemastore.org/winutil-presets.json"
6477
6492
  },
6478
6493
  {
6479
6494
  "name": "commitlint (.commitlintrc)",
@@ -6484,7 +6499,7 @@
6484
6499
  ".commitlintrc.yaml",
6485
6500
  ".commitlintrc.yml"
6486
6501
  ],
6487
- "url": "https://json.schemastore.org/commitlintrc.json"
6502
+ "url": "https://www.schemastore.org/commitlintrc.json"
6488
6503
  },
6489
6504
  {
6490
6505
  "name": "Uniswap Token List",
@@ -6496,7 +6511,7 @@
6496
6511
  "name": "yamllint",
6497
6512
  "description": "yamllint uses a set of rules to check source files for problems",
6498
6513
  "fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
6499
- "url": "https://json.schemastore.org/yamllint.json"
6514
+ "url": "https://www.schemastore.org/yamllint.json"
6500
6515
  },
6501
6516
  {
6502
6517
  "name": "Yippee-Ki-JSON configuration YML",
@@ -6527,33 +6542,33 @@
6527
6542
  "name": "devinit",
6528
6543
  "description": "Devinit configuration file",
6529
6544
  "fileMatch": ["devinit.json", ".devinit.json"],
6530
- "url": "https://json.schemastore.org/devinit.schema-6.0.json",
6545
+ "url": "https://www.schemastore.org/devinit.schema-6.0.json",
6531
6546
  "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"
6547
+ "1.0": "https://www.schemastore.org/devinit.schema-1.0.json",
6548
+ "2.0": "https://www.schemastore.org/devinit.schema-2.0.json",
6549
+ "3.0": "https://www.schemastore.org/devinit.schema-3.0.json",
6550
+ "4.0": "https://www.schemastore.org/devinit.schema-4.0.json",
6551
+ "5.0": "https://www.schemastore.org/devinit.schema-5.0.json",
6552
+ "6.0": "https://www.schemastore.org/devinit.schema-6.0.json"
6538
6553
  }
6539
6554
  },
6540
6555
  {
6541
6556
  "name": "djlint",
6542
6557
  "description": "djLint configuration file",
6543
6558
  "fileMatch": [".djlintrc"],
6544
- "url": "https://json.schemastore.org/djlint.json"
6559
+ "url": "https://www.schemastore.org/djlint.json"
6545
6560
  },
6546
6561
  {
6547
6562
  "name": "tsoa",
6548
6563
  "description": "the tsoa configuration file",
6549
6564
  "fileMatch": ["**/tsoa.json"],
6550
- "url": "https://json.schemastore.org/tsoa.json"
6565
+ "url": "https://www.schemastore.org/tsoa.json"
6551
6566
  },
6552
6567
  {
6553
6568
  "name": "API Builder",
6554
6569
  "description": "apibuilder.io",
6555
6570
  "fileMatch": ["**/api.json"],
6556
- "url": "https://json.schemastore.org/apibuilder.json"
6571
+ "url": "https://www.schemastore.org/apibuilder.json"
6557
6572
  },
6558
6573
  {
6559
6574
  "name": "Gradle Enterprise",
@@ -6601,13 +6616,13 @@
6601
6616
  "name": "Better Code Hub",
6602
6617
  "description": "Configuration file for Better Code Hub to override the default configuration",
6603
6618
  "fileMatch": [".bettercodehub.yml"],
6604
- "url": "https://json.schemastore.org/bettercodehub.json"
6619
+ "url": "https://www.schemastore.org/bettercodehub.json"
6605
6620
  },
6606
6621
  {
6607
6622
  "name": "Starlake Data Pipeline",
6608
6623
  "description": "Starlake Data Pipeline",
6609
6624
  "fileMatch": ["*.sl.yml"],
6610
- "url": "https://json.schemastore.org/starlake.json"
6625
+ "url": "https://www.schemastore.org/starlake.json"
6611
6626
  },
6612
6627
  {
6613
6628
  "name": "swcrc",
@@ -6619,19 +6634,19 @@
6619
6634
  "name": "OpenWeather Road Risk API",
6620
6635
  "description": "OpenWeather Road Risk API responses",
6621
6636
  "fileMatch": [],
6622
- "url": "https://json.schemastore.org/openweather.roadrisk.json"
6637
+ "url": "https://www.schemastore.org/openweather.roadrisk.json"
6623
6638
  },
6624
6639
  {
6625
6640
  "name": "OpenWeather Current Weather API",
6626
6641
  "description": "OpenWeather Current Weather API responses",
6627
6642
  "fileMatch": [],
6628
- "url": "https://json.schemastore.org/openweather.current.json"
6643
+ "url": "https://www.schemastore.org/openweather.current.json"
6629
6644
  },
6630
6645
  {
6631
6646
  "name": "JSON-e templates",
6632
6647
  "description": "JSON-e templates",
6633
6648
  "fileMatch": [],
6634
- "url": "https://json.schemastore.org/jsone.json"
6649
+ "url": "https://www.schemastore.org/jsone.json"
6635
6650
  },
6636
6651
  {
6637
6652
  "name": "Taskfile config",
@@ -6659,7 +6674,7 @@
6659
6674
  "*.hammerkit.yaml",
6660
6675
  "*.hammerkit.yml"
6661
6676
  ],
6662
- "url": "https://json.schemastore.org/hammerkit.json"
6677
+ "url": "https://www.schemastore.org/hammerkit.json"
6663
6678
  },
6664
6679
  {
6665
6680
  "name": "Containerlab",
@@ -6699,10 +6714,10 @@
6699
6714
  "**/db/changelog/**/*.yml",
6700
6715
  "**/db/changelog/**/*.json"
6701
6716
  ],
6702
- "url": "https://json.schemastore.org/liquibase-3.2.json",
6717
+ "url": "https://www.schemastore.org/liquibase-3.2.json",
6703
6718
  "versions": {
6704
- "1.0": "https://json.schemastore.org/liquibase.json",
6705
- "3.2": "https://json.schemastore.org/liquibase-3.2.json"
6719
+ "1.0": "https://www.schemastore.org/liquibase.json",
6720
+ "3.2": "https://www.schemastore.org/liquibase-3.2.json"
6706
6721
  }
6707
6722
  },
6708
6723
  {
@@ -6815,13 +6830,13 @@
6815
6830
  "name": "markdown-link-check",
6816
6831
  "description": "markdown-link-check",
6817
6832
  "fileMatch": [".markdown-link-check.json"],
6818
- "url": "https://json.schemastore.org/markdown-link-check.json"
6833
+ "url": "https://www.schemastore.org/markdown-link-check.json"
6819
6834
  },
6820
6835
  {
6821
6836
  "name": "maturin",
6822
6837
  "description": "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages",
6823
6838
  "fileMatch": ["maturin.toml"],
6824
- "url": "https://json.schemastore.org/maturin.json"
6839
+ "url": "https://www.schemastore.org/maturin.json"
6825
6840
  },
6826
6841
  {
6827
6842
  "name": "Mason Registry",
@@ -6868,10 +6883,10 @@
6868
6883
  "name": "mboats",
6869
6884
  "description": "MBOATS Configuration",
6870
6885
  "fileMatch": ["*.mboats.yaml", "*.mboats.yml"],
6871
- "url": "https://json.schemastore.org/mboats-config-0.2.json",
6886
+ "url": "https://www.schemastore.org/mboats-config-0.2.json",
6872
6887
  "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"
6888
+ "0.1": "https://www.schemastore.org/mboats-config-0.1.json",
6889
+ "0.2": "https://www.schemastore.org/mboats-config-0.2.json"
6875
6890
  }
6876
6891
  },
6877
6892
  {
@@ -6932,7 +6947,7 @@
6932
6947
  "name": "Qodana",
6933
6948
  "description": "A standard qodana.yaml (or qodana.yml) format for Qodana configuration. Documentation: https://jetbrains.com/qodana",
6934
6949
  "fileMatch": ["qodana.yaml", "qodana.yml"],
6935
- "url": "https://json.schemastore.org/qodana-1.0.json"
6950
+ "url": "https://www.schemastore.org/qodana-1.0.json"
6936
6951
  },
6937
6952
  {
6938
6953
  "name": "Tye",
@@ -6944,19 +6959,19 @@
6944
6959
  "name": "unist",
6945
6960
  "description": "unist syntax trees",
6946
6961
  "fileMatch": [],
6947
- "url": "https://json.schemastore.org/unist.json"
6962
+ "url": "https://www.schemastore.org/unist.json"
6948
6963
  },
6949
6964
  {
6950
6965
  "name": "Hugo Theme",
6951
6966
  "description": "Hugo theme config file",
6952
6967
  "fileMatch": [],
6953
- "url": "https://json.schemastore.org/hugo-theme.json"
6968
+ "url": "https://www.schemastore.org/hugo-theme.json"
6954
6969
  },
6955
6970
  {
6956
6971
  "name": "Hugo",
6957
6972
  "description": "Hugo static site generator config file",
6958
6973
  "fileMatch": ["hugo.toml", "hugo.json", "hugo.yaml"],
6959
- "url": "https://json.schemastore.org/hugo.json"
6974
+ "url": "https://www.schemastore.org/hugo.json"
6960
6975
  },
6961
6976
  {
6962
6977
  "name": "Cheatsheets",
@@ -6966,7 +6981,7 @@
6966
6981
  "**/cheat/conf.yml",
6967
6982
  "**/.cheat/conf.yml"
6968
6983
  ],
6969
- "url": "https://json.schemastore.org/cheatsheets.json"
6984
+ "url": "https://www.schemastore.org/cheatsheets.json"
6970
6985
  },
6971
6986
  {
6972
6987
  "name": "deployed-cli",
@@ -6977,7 +6992,7 @@
6977
6992
  ".deployed.yaml",
6978
6993
  ".deployed.yml"
6979
6994
  ],
6980
- "url": "https://json.schemastore.org/deployed.json"
6995
+ "url": "https://www.schemastore.org/deployed.json"
6981
6996
  },
6982
6997
  {
6983
6998
  "name": "Xstate Machine",
@@ -7024,7 +7039,7 @@
7024
7039
  "name": "clang-format (.clang-format)",
7025
7040
  "description": "yaml clang-format config",
7026
7041
  "fileMatch": [".clang-format"],
7027
- "url": "https://json.schemastore.org/clang-format.json"
7042
+ "url": "https://www.schemastore.org/clang-format.json"
7028
7043
  },
7029
7044
  {
7030
7045
  "name": "Estuary Flow Catalog",
@@ -7098,7 +7113,7 @@
7098
7113
  "name": "AVA Configuration",
7099
7114
  "description": "configuring AVA, the Node.js test runner",
7100
7115
  "fileMatch": ["ava.config.json"],
7101
- "url": "https://json.schemastore.org/ava.json"
7116
+ "url": "https://www.schemastore.org/ava.json"
7102
7117
  },
7103
7118
  {
7104
7119
  "name": "Datahub Ingestion Recipe",
@@ -7116,19 +7131,19 @@
7116
7131
  "name": "jscpd Configuration",
7117
7132
  "description": "Copy/paste detector for programming source code",
7118
7133
  "fileMatch": [".jscpd.json"],
7119
- "url": "https://json.schemastore.org/jscpd.json"
7134
+ "url": "https://www.schemastore.org/jscpd.json"
7120
7135
  },
7121
7136
  {
7122
7137
  "name": "Pterodactyl",
7123
7138
  "description": "Pterodactyl, a free game server control panel",
7124
7139
  "fileMatch": ["egg-*.json"],
7125
- "url": "https://json.schemastore.org/pterodactyl.json"
7140
+ "url": "https://www.schemastore.org/pterodactyl.json"
7126
7141
  },
7127
7142
  {
7128
7143
  "name": "Hardware Sentry Configuration",
7129
7144
  "description": "Hardware Sentry configuration file",
7130
7145
  "fileMatch": ["*hws-config*.yaml", "*hws-config*.yml"],
7131
- "url": "https://json.schemastore.org/hws-config.json"
7146
+ "url": "https://www.schemastore.org/hws-config.json"
7132
7147
  },
7133
7148
  {
7134
7149
  "name": "devspace.yaml",
@@ -7140,46 +7155,46 @@
7140
7155
  "name": "Monika Configuration",
7141
7156
  "description": "Monika configuration file",
7142
7157
  "fileMatch": ["*monika*.yaml", "*monika*.yml", "monika.json"],
7143
- "url": "https://json.schemastore.org/monika-config-schema.json"
7158
+ "url": "https://www.schemastore.org/monika-config-schema.json"
7144
7159
  },
7145
7160
  {
7146
7161
  "name": "Istanbul",
7147
7162
  "description": "Istanbul, a JavaScript code coverage tool",
7148
7163
  "fileMatch": [".nycrc", ".nycrc.json", ".nycrc.yaml", ".nycrc.yml"],
7149
- "url": "https://json.schemastore.org/nycrc.json"
7164
+ "url": "https://www.schemastore.org/nycrc.json"
7150
7165
  },
7151
7166
  {
7152
7167
  "name": "MongoDB Atlas Search Index Definition",
7153
7168
  "description": "MongoDB Atlas Search index",
7154
7169
  "fileMatch": ["*-index.json"],
7155
- "url": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json"
7170
+ "url": "https://www.schemastore.org/mongodb-atlas-search-index-definition.json"
7156
7171
  },
7157
7172
  {
7158
7173
  "name": "KODE/CI build.yaml",
7159
7174
  "description": "yaml kode/ci build",
7160
7175
  "fileMatch": ["**/.kode/*.yaml"],
7161
- "url": "https://json.schemastore.org/kode-ci-build-1.0.0.json"
7176
+ "url": "https://www.schemastore.org/kode-ci-build-1.0.0.json"
7162
7177
  },
7163
7178
  {
7164
7179
  "name": "Kong DBLess config",
7165
7180
  "description": "dbless configuration YAML",
7166
7181
  "fileMatch": ["kong.yaml", "kong.yml"],
7167
- "url": "https://json.schemastore.org/kong_json_schema.json"
7182
+ "url": "https://www.schemastore.org/kong_json_schema.json"
7168
7183
  },
7169
7184
  {
7170
7185
  "name": "Embrace Config",
7171
7186
  "description": "Embrace configuration file",
7172
7187
  "fileMatch": ["embrace-config.json"],
7173
- "url": "https://json.schemastore.org/embrace-config-schema-1.0.0.json"
7188
+ "url": "https://www.schemastore.org/embrace-config-schema-1.0.0.json"
7174
7189
  },
7175
7190
  {
7176
7191
  "name": "petstore-v1.0",
7177
7192
  "description": "petstore yaml validation",
7178
7193
  "fileMatch": ["petstore-v1.0.json"],
7179
- "url": "https://json.schemastore.org/petstore-v1.0.json",
7194
+ "url": "https://www.schemastore.org/petstore-v1.0.json",
7180
7195
  "versions": {
7181
- "1.0": "https://json.schemastore.org/petstore-v1.0.json",
7182
- "0.2": "https://json.schemastore.org/mboats-config-0.2.json"
7196
+ "1.0": "https://www.schemastore.org/petstore-v1.0.json",
7197
+ "0.2": "https://www.schemastore.org/mboats-config-0.2.json"
7183
7198
  }
7184
7199
  },
7185
7200
  {
@@ -7189,19 +7204,19 @@
7189
7204
  "**/.jfrog-pipelines/**/*.yml",
7190
7205
  "**/.jfrog-pipelines/**/*.yaml"
7191
7206
  ],
7192
- "url": "https://json.schemastore.org/jfrog-pipelines.json"
7207
+ "url": "https://www.schemastore.org/jfrog-pipelines.json"
7193
7208
  },
7194
7209
  {
7195
7210
  "name": "Safebox Config",
7196
7211
  "description": "Documentation: https://github.com/monebag/safebox",
7197
7212
  "fileMatch": ["*safebox*.yaml", "*safebox*.yml"],
7198
- "url": "https://json.schemastore.org/safebox-schema-v1.0.0.json"
7213
+ "url": "https://www.schemastore.org/safebox-schema-v1.0.0.json"
7199
7214
  },
7200
7215
  {
7201
7216
  "name": "Sublime Syntax",
7202
7217
  "description": "Sublime Text/Merge syntax highlighting definition",
7203
7218
  "fileMatch": ["*.sublime-syntax"],
7204
- "url": "https://json.schemastore.org/sublime-syntax.json"
7219
+ "url": "https://www.schemastore.org/sublime-syntax.json"
7205
7220
  },
7206
7221
  {
7207
7222
  "name": "Keycloak REST API",
@@ -7234,9 +7249,9 @@
7234
7249
  "name": "QueryFirst config file",
7235
7250
  "description": "Config options for QueryFirst, SQL wrapper generator",
7236
7251
  "fileMatch": ["qfconfig.json"],
7237
- "url": "https://json.schemastore.org/qfconfig.json",
7252
+ "url": "https://www.schemastore.org/qfconfig.json",
7238
7253
  "versions": {
7239
- "1.0": "https://json.schemastore.org/qfconfig.json"
7254
+ "1.0": "https://www.schemastore.org/qfconfig.json"
7240
7255
  }
7241
7256
  },
7242
7257
  {
@@ -7249,43 +7264,43 @@
7249
7264
  "name": "Unreal Engine Uplugin",
7250
7265
  "description": "Unreal Engine plugin configuration file",
7251
7266
  "fileMatch": [".uplugin"],
7252
- "url": "https://json.schemastore.org/uplugin.json"
7267
+ "url": "https://www.schemastore.org/uplugin.json"
7253
7268
  },
7254
7269
  {
7255
7270
  "name": "Unreal Engine Uproject",
7256
7271
  "description": "Unreal Engine project configuration file",
7257
7272
  "fileMatch": [".uproject"],
7258
- "url": "https://json.schemastore.org/uproject.json"
7273
+ "url": "https://www.schemastore.org/uproject.json"
7259
7274
  },
7260
7275
  {
7261
7276
  "name": "Pantsbuild",
7262
7277
  "description": "Pantsbuild configuration file",
7263
7278
  "fileMatch": ["pants*.toml"],
7264
- "url": "https://json.schemastore.org/pantsbuild-2.26.0.json",
7279
+ "url": "https://www.schemastore.org/pantsbuild-2.26.0.json",
7265
7280
  "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"
7281
+ "2.14.0": "https://www.schemastore.org/pantsbuild-2.14.0.json",
7282
+ "2.15.0": "https://www.schemastore.org/pantsbuild-2.15.0.json",
7283
+ "2.16.0": "https://www.schemastore.org/pantsbuild-2.16.0.json",
7284
+ "2.17.0": "https://www.schemastore.org/pantsbuild-2.17.0.json",
7285
+ "2.18.0": "https://www.schemastore.org/pantsbuild-2.18.0.json",
7286
+ "2.19.0": "https://www.schemastore.org/pantsbuild-2.19.0.json",
7287
+ "2.20.0": "https://www.schemastore.org/pantsbuild-2.20.0.json",
7288
+ "2.21.0": "https://www.schemastore.org/pantsbuild-2.21.0.json",
7289
+ "2.24.0": "https://www.schemastore.org/pantsbuild-2.24.0.json",
7290
+ "2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json"
7276
7291
  }
7277
7292
  },
7278
7293
  {
7279
7294
  "name": "All Contributors configuration file",
7280
7295
  "description": "The configuration file used by the All Contributors CLI and GitHub bot",
7281
7296
  "fileMatch": [".all-contributorsrc"],
7282
- "url": "https://json.schemastore.org/all-contributors.json"
7297
+ "url": "https://www.schemastore.org/all-contributors.json"
7283
7298
  },
7284
7299
  {
7285
7300
  "name": "ES6 Import Sorter (.es6importsorterrc.json)",
7286
7301
  "description": "The configuration file used for ES6 Import Sorter, a VSCode extension",
7287
7302
  "fileMatch": [".es6importsorterrc.json"],
7288
- "url": "https://json.schemastore.org/es6importsorterrc.json"
7303
+ "url": "https://www.schemastore.org/es6importsorterrc.json"
7289
7304
  },
7290
7305
  {
7291
7306
  "name": "completely.yml",
@@ -7321,7 +7336,7 @@
7321
7336
  "name": "bpkg",
7322
7337
  "description": "A lightweight Bash package manager",
7323
7338
  "fileMatch": ["bpkg.json"],
7324
- "url": "https://json.schemastore.org/bpkg.json"
7339
+ "url": "https://www.schemastore.org/bpkg.json"
7325
7340
  },
7326
7341
  {
7327
7342
  "name": "micro-settings.json",
@@ -7339,7 +7354,7 @@
7339
7354
  "name": "AutoAPICase",
7340
7355
  "description": "auto api case",
7341
7356
  "fileMatch": ["**/test_data/**/*.yml"],
7342
- "url": "https://json.schemastore.org/case_schema.json"
7357
+ "url": "https://www.schemastore.org/case_schema.json"
7343
7358
  },
7344
7359
  {
7345
7360
  "name": "secrethub.yml",
@@ -7351,13 +7366,13 @@
7351
7366
  "name": "Dynamic Bash Aliases (.aliases)",
7352
7367
  "description": "Dynamic Bash aliases",
7353
7368
  "fileMatch": [".aliases"],
7354
- "url": "https://json.schemastore.org/aliases.json"
7369
+ "url": "https://www.schemastore.org/aliases.json"
7355
7370
  },
7356
7371
  {
7357
7372
  "name": "Micro Editor Syntax",
7358
7373
  "description": "Micro Editor syntaxes",
7359
7374
  "fileMatch": ["**/micro/runtime/syntax/*.yaml"],
7360
- "url": "https://json.schemastore.org/micro-syntax.json"
7375
+ "url": "https://www.schemastore.org/micro-syntax.json"
7361
7376
  },
7362
7377
  {
7363
7378
  "name": "lazygit",
@@ -7369,7 +7384,7 @@
7369
7384
  "name": "lazydocker",
7370
7385
  "description": "lazydocker settings",
7371
7386
  "fileMatch": ["**/lazydocker/config.yml"],
7372
- "url": "https://json.schemastore.org/lazydocker.json"
7387
+ "url": "https://www.schemastore.org/lazydocker.json"
7373
7388
  },
7374
7389
  {
7375
7390
  "name": "custom-elements.json",
@@ -7381,19 +7396,19 @@
7381
7396
  "name": "warp-keysets.json",
7382
7397
  "description": "Warp keyboard shortcut presets",
7383
7398
  "fileMatch": ["**/.warp/keybindings.yaml"],
7384
- "url": "https://json.schemastore.org/warp-keysets.json"
7399
+ "url": "https://www.schemastore.org/warp-keysets.json"
7385
7400
  },
7386
7401
  {
7387
7402
  "name": "warp-themes.json",
7388
7403
  "description": "Warp themes",
7389
7404
  "fileMatch": ["**/.warp/themes/*.yaml"],
7390
- "url": "https://json.schemastore.org/warp-themes.json"
7405
+ "url": "https://www.schemastore.org/warp-themes.json"
7391
7406
  },
7392
7407
  {
7393
7408
  "name": "warp-workflows.json",
7394
7409
  "description": "Warp workflows",
7395
7410
  "fileMatch": ["**/.warp/workflows/*.yaml"],
7396
- "url": "https://json.schemastore.org/warp-workflows.json"
7411
+ "url": "https://www.schemastore.org/warp-workflows.json"
7397
7412
  },
7398
7413
  {
7399
7414
  "name": "Goblet",
@@ -7405,17 +7420,17 @@
7405
7420
  "name": "Databricks Asset Bundles",
7406
7421
  "description": "Databricks Asset Bundles config",
7407
7422
  "fileMatch": ["databricks.yml", "databricks.yaml"],
7408
- "url": "https://json.schemastore.org/databricks-asset-bundles.json"
7423
+ "url": "https://www.schemastore.org/databricks-asset-bundles.json"
7409
7424
  },
7410
7425
  {
7411
7426
  "name": "JSON Schema Draft 4 (unofficial with '$ref' and 'format')",
7412
7427
  "description": "Meta-validation JSON Schema Draft 7 (unofficial with '$ref' and 'format')",
7413
- "url": "https://json.schemastore.org/schema-draft-v4.json"
7428
+ "url": "https://www.schemastore.org/schema-draft-v4.json"
7414
7429
  },
7415
7430
  {
7416
7431
  "name": "JSON Schema Draft 7 (unofficial strict)",
7417
7432
  "description": "Meta-validation JSON Schema Draft 7 (unofficial strict)",
7418
- "url": "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json"
7433
+ "url": "https://www.schemastore.org/metaschema-draft-07-unofficial-strict.json"
7419
7434
  },
7420
7435
  {
7421
7436
  "name": "Visivo",
@@ -7440,19 +7455,19 @@
7440
7455
  "name": "TunnelHub",
7441
7456
  "description": "TunnelHub Automation Configuration File",
7442
7457
  "fileMatch": ["tunnelhub.yml", "tunnelhub.yaml"],
7443
- "url": "https://json.schemastore.org/tunnelhub.json"
7458
+ "url": "https://www.schemastore.org/tunnelhub.json"
7444
7459
  },
7445
7460
  {
7446
7461
  "name": "ty",
7447
7462
  "description": "ty, a fast Python type checker",
7448
7463
  "fileMatch": ["ty.toml"],
7449
- "url": "https://json.schemastore.org/ty.json"
7464
+ "url": "https://www.schemastore.org/ty.json"
7450
7465
  },
7451
7466
  {
7452
7467
  "name": "Problem object RFC9457",
7453
7468
  "description": "Problem object per RFC 9457",
7454
7469
  "fileMatch": [],
7455
- "url": "https://json.schemastore.org/problem-object-rfc9457.json"
7470
+ "url": "https://www.schemastore.org/problem-object-rfc9457.json"
7456
7471
  },
7457
7472
  {
7458
7473
  "name": "apko",
@@ -7484,7 +7499,7 @@
7484
7499
  "name": "Minecraft Custom Main Menu Mod",
7485
7500
  "description": "Minecraft 1.12 Forge mod 'Custom Main Menu' config",
7486
7501
  "fileMatch": ["mainmenu.yml", "mainmenu.yaml", "mainmenu.json"],
7487
- "url": "https://json.schemastore.org/minecraft-custom-main-menu-mod.json"
7502
+ "url": "https://www.schemastore.org/minecraft-custom-main-menu-mod.json"
7488
7503
  },
7489
7504
  {
7490
7505
  "name": "rivet.yaml (legacy)",
@@ -7513,21 +7528,21 @@
7513
7528
  "name": "Rudder techniques",
7514
7529
  "description": "Rudder techniques",
7515
7530
  "fileMatch": ["technique.yml", "technique.ids.yml"],
7516
- "url": "https://json.schemastore.org/rudder-techniques.json"
7531
+ "url": "https://www.schemastore.org/rudder-techniques.json"
7517
7532
  },
7518
7533
  {
7519
7534
  "name": "SkyPilot Task JSON",
7520
7535
  "description": "SkyPilot Task JSON to specify a task (resource requirements, setup commands, run commands, file mounts, storage mounts, and so on)",
7521
7536
  "fileMatch": ["skypilot-task.yml", "skypilot-task.yaml"],
7522
- "url": "https://json.schemastore.org/skypilot-task.json"
7537
+ "url": "https://www.schemastore.org/skypilot-task.json"
7523
7538
  },
7524
7539
  {
7525
7540
  "name": "Adobe UXP Manifest",
7526
7541
  "description": "Plug-in manifest for Adobe's Unified Extensibility Platform",
7527
7542
  "fileMatch": [],
7528
- "url": "https://json.schemastore.org/uxp-manifest-5.json",
7543
+ "url": "https://www.schemastore.org/uxp-manifest-5.json",
7529
7544
  "versions": {
7530
- "5": "https://json.schemastore.org/uxp-manifest-5.json"
7545
+ "5": "https://www.schemastore.org/uxp-manifest-5.json"
7531
7546
  }
7532
7547
  },
7533
7548
  {
@@ -7552,7 +7567,7 @@
7552
7567
  "name": "GlazeWM settings",
7553
7568
  "description": "GlazeWM settings",
7554
7569
  "fileMatch": ["**/.glaze-wm/config.yaml"],
7555
- "url": "https://json.schemastore.org/glazewm.json"
7570
+ "url": "https://www.schemastore.org/glazewm.json"
7556
7571
  },
7557
7572
  {
7558
7573
  "name": "CGS Card Game Specification (cgs.json)",
@@ -7634,7 +7649,7 @@
7634
7649
  "name": "Cloud Foundry Application Manifest",
7635
7650
  "description": "A manifest describes a Cloud Foundry application and can be used to deploy it to a Foundation",
7636
7651
  "fileMatch": [],
7637
- "url": "https://json.schemastore.org/cloudfoundry-application-manifest.json"
7652
+ "url": "https://www.schemastore.org/cloudfoundry-application-manifest.json"
7638
7653
  },
7639
7654
  {
7640
7655
  "name": ".omletrc",
@@ -7649,7 +7664,7 @@
7649
7664
  "omletrc.yaml",
7650
7665
  "omletrc.yml"
7651
7666
  ],
7652
- "url": "https://json.schemastore.org/omletrc.json"
7667
+ "url": "https://www.schemastore.org/omletrc.json"
7653
7668
  },
7654
7669
  {
7655
7670
  "name": "vcluster",
@@ -7701,19 +7716,30 @@
7701
7716
  "name": "mprocs Configuration file",
7702
7717
  "description": "mprocs (https://github.com/pvolok/mprocs) Configuration file using JSON/YAML",
7703
7718
  "fileMatch": ["mprocs.json", "mprocs.yaml", "mprocs.yml"],
7704
- "url": "https://json.schemastore.org/mprocs-0.6.4.json"
7719
+ "url": "https://www.schemastore.org/mprocs-0.6.4.json"
7705
7720
  },
7706
7721
  {
7707
7722
  "name": "Language configuration",
7708
7723
  "description": "Configuration file for language features in VS Code and Visual Studio",
7709
7724
  "fileMatch": ["language-configuration.json"],
7710
- "url": "https://json.schemastore.org/language-configuration.json"
7725
+ "url": "https://www.schemastore.org/language-configuration.json"
7726
+ },
7727
+ {
7728
+ "name": "LangGraph Platform configuration",
7729
+ "description": "LangGraph Platform configuration file",
7730
+ "fileMatch": [
7731
+ "langgraph.json",
7732
+ "langgraph.*.json",
7733
+ ".langgraph.json",
7734
+ ".langgraph.*.json"
7735
+ ],
7736
+ "url": "https://raw.githubusercontent.com/langchain-ai/langgraph/main/libs/cli/schemas/version.schema.json"
7711
7737
  },
7712
7738
  {
7713
7739
  "name": "Any",
7714
7740
  "description": "Valid for any JSON file",
7715
7741
  "fileMatch": [],
7716
- "url": "https://json.schemastore.org/any.json"
7742
+ "url": "https://www.schemastore.org/any.json"
7717
7743
  },
7718
7744
  {
7719
7745
  "name": "Zerops.io config",
@@ -7812,31 +7838,31 @@
7812
7838
  "name": "Elm",
7813
7839
  "description": "elm.json file",
7814
7840
  "fileMatch": ["elm.json"],
7815
- "url": "https://json.schemastore.org/elm.json"
7841
+ "url": "https://www.schemastore.org/elm.json"
7816
7842
  },
7817
7843
  {
7818
7844
  "name": "Cloud Run Spec v1",
7819
7845
  "description": "Specification for Cloud Run Admin API v1",
7820
7846
  "fileMatch": ["cloud-run-v1.yml", "cloud-run-v1.yaml"],
7821
- "url": "https://json.schemastore.org/cloud-run-v1.json"
7847
+ "url": "https://www.schemastore.org/cloud-run-v1.json"
7822
7848
  },
7823
7849
  {
7824
7850
  "name": "YouTrack App",
7825
7851
  "description": "JetBrains YouTrack App manifest file",
7826
7852
  "fileMatch": [],
7827
- "url": "https://json.schemastore.org/youtrack-app.json"
7853
+ "url": "https://www.schemastore.org/youtrack-app.json"
7828
7854
  },
7829
7855
  {
7830
7856
  "name": "Settings for a Cinnamon spice",
7831
7857
  "description": "Settings for a Cinnamon spice",
7832
7858
  "fileMatch": ["**/*@*/**/settings-schema.json"],
7833
- "url": "https://json.schemastore.org/cinnamon-spice-settings.json"
7859
+ "url": "https://www.schemastore.org/cinnamon-spice-settings.json"
7834
7860
  },
7835
7861
  {
7836
7862
  "name": "Metadata for a Cinnamon spice",
7837
7863
  "description": "Metadata for a Cinnamon spice",
7838
7864
  "fileMatch": ["**/*@*/**/metadata.json"],
7839
- "url": "https://json.schemastore.org/cinnamon-spice-metadata.json"
7865
+ "url": "https://www.schemastore.org/cinnamon-spice-metadata.json"
7840
7866
  },
7841
7867
  {
7842
7868
  "name": "Yandex Workflow Language",
@@ -7848,13 +7874,13 @@
7848
7874
  "name": "Application list for a WinUtil",
7849
7875
  "description": "Application list for a WinUtil",
7850
7876
  "fileMatch": ["**/*winutil*/config/applications.json"],
7851
- "url": "https://json.schemastore.org/winutil-applications.json"
7877
+ "url": "https://www.schemastore.org/winutil-applications.json"
7852
7878
  },
7853
7879
  {
7854
7880
  "name": "Preset list for a WinUtil",
7855
7881
  "description": "Preset list for a WinUtil",
7856
7882
  "fileMatch": ["**/*winutil*/config/preset.json"],
7857
- "url": "https://json.schemastore.org/winutil-preset.json"
7883
+ "url": "https://www.schemastore.org/winutil-preset.json"
7858
7884
  },
7859
7885
  {
7860
7886
  "name": "GitHub Actions typing",
@@ -7866,19 +7892,19 @@
7866
7892
  "name": "Tab list for a LinUtil",
7867
7893
  "description": "Tab list for a LinUtil",
7868
7894
  "fileMatch": ["**/*linutil*/**/tabs.toml"],
7869
- "url": "https://json.schemastore.org/linutil-tabs.json"
7895
+ "url": "https://www.schemastore.org/linutil-tabs.json"
7870
7896
  },
7871
7897
  {
7872
7898
  "name": "Tab data for a LinUtil",
7873
7899
  "description": "Tab data for a LinUtil",
7874
7900
  "fileMatch": ["**/*linutil*/**/tab_data.toml"],
7875
- "url": "https://json.schemastore.org/linutil-tab-data.json"
7901
+ "url": "https://www.schemastore.org/linutil-tab-data.json"
7876
7902
  },
7877
7903
  {
7878
7904
  "name": "ArchitectFX",
7879
7905
  "description": "Grammar for ArchitectFX's trees",
7880
7906
  "fileMatch": ["*.jdsl"],
7881
- "url": "https://json.schemastore.org/architectfx.json"
7907
+ "url": "https://www.schemastore.org/architectfx.json"
7882
7908
  },
7883
7909
  {
7884
7910
  "name": "Eidolon Resource",
@@ -7918,9 +7944,16 @@
7918
7944
  },
7919
7945
  {
7920
7946
  "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"
7947
+ "description": "WireMock single or multiple stub mapping JSON. See https://wiremock.org/docs/stubbing/",
7948
+ "fileMatch": [
7949
+ "wiremock-stub-mapping.yml",
7950
+ "wiremock-stub-mapping.yaml",
7951
+ "stubs.json",
7952
+ "stub-mappings.json",
7953
+ "stubs.yaml",
7954
+ "stub-mappings.yaml"
7955
+ ],
7956
+ "url": "https://raw.githubusercontent.com/wiremock/wiremock/refs/heads/master/schemas/wiremock-stub-mapping-or-mappings.json"
7924
7957
  },
7925
7958
  {
7926
7959
  "name": "Bitmovin Encoding Template",
@@ -7936,16 +7969,16 @@
7936
7969
  "dtool-dataset.yaml",
7937
7970
  "dtool-dataset.json"
7938
7971
  ],
7939
- "url": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json",
7972
+ "url": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json",
7940
7973
  "versions": {
7941
- "v1.0": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
7974
+ "v1.0": "https://www.schemastore.org/dtool-dataset-metadata-1.0.json"
7942
7975
  }
7943
7976
  },
7944
7977
  {
7945
7978
  "name": "pnpm Workspace (pnpm-workspace.yaml)",
7946
7979
  "description": "Workspace file for pnpm",
7947
7980
  "fileMatch": ["pnpm-workspace.yaml"],
7948
- "url": "https://json.schemastore.org/pnpm-workspace.json"
7981
+ "url": "https://www.schemastore.org/pnpm-workspace.json"
7949
7982
  },
7950
7983
  {
7951
7984
  "name": "Chamaleon template",
@@ -7969,13 +8002,13 @@
7969
8002
  "name": "ctfd-setup configuration file",
7970
8003
  "description": "CTFer.io ctfd-setup utility configuration file",
7971
8004
  "fileMatch": [".ctfd.yaml"],
7972
- "url": "https://json.schemastore.org/ctfd.json"
8005
+ "url": "https://www.schemastore.org/ctfd.json"
7973
8006
  },
7974
8007
  {
7975
8008
  "name": "AMX Muse Program Descriptor",
7976
8009
  "description": "A MUSE program descriptor file",
7977
8010
  "fileMatch": [],
7978
- "url": "https://json.schemastore.org/amx-muse.json"
8011
+ "url": "https://www.schemastore.org/amx-muse.json"
7979
8012
  },
7980
8013
  {
7981
8014
  "name": "DonateCaseBetterCasino menu",
@@ -7990,13 +8023,13 @@
7990
8023
  "**/testdata/patient/patients.yml",
7991
8024
  "**/testdata/patient/patients.yaml"
7992
8025
  ],
7993
- "url": "https://json.schemastore.org/gematik-test-patients.json"
8026
+ "url": "https://www.schemastore.org/gematik-test-patients.json"
7994
8027
  },
7995
8028
  {
7996
8029
  "name": "gematik health care provider list",
7997
8030
  "description": "A list of health care providers in german telemedicine",
7998
8031
  "fileMatch": ["**/testdata/hcp/hcp.yml", "**/testdata/hcp/hcp.yaml"],
7999
- "url": "https://json.schemastore.org/gematik-test-hcps.json"
8032
+ "url": "https://www.schemastore.org/gematik-test-hcps.json"
8000
8033
  },
8001
8034
  {
8002
8035
  "name": "gematik health care provider institution list",
@@ -8005,7 +8038,7 @@
8005
8038
  "**/testdata/institution/hcpi.yml",
8006
8039
  "**/testdata/institution/hcpi.yaml"
8007
8040
  ],
8008
- "url": "https://json.schemastore.org/gematik-test-hcpis.json"
8041
+ "url": "https://www.schemastore.org/gematik-test-hcpis.json"
8009
8042
  },
8010
8043
  {
8011
8044
  "name": "gematik health care insurance list",
@@ -8014,13 +8047,13 @@
8014
8047
  "**/testdata/insurance/insurance.yml",
8015
8048
  "**/testdata/insurance/insurance.yaml"
8016
8049
  ],
8017
- "url": "https://json.schemastore.org/gematik-test-hcpis.json"
8050
+ "url": "https://www.schemastore.org/gematik-test-hcpis.json"
8018
8051
  },
8019
8052
  {
8020
8053
  "name": "gematik tiger test environment configuration",
8021
8054
  "description": "A configuration file for the test environment of the gematik Tiger test platform",
8022
8055
  "fileMatch": ["**/tiger.yml", "**/tiger.yaml"],
8023
- "url": "https://json.schemastore.org/gematik-tiger.json"
8056
+ "url": "https://www.schemastore.org/gematik-tiger.json"
8024
8057
  },
8025
8058
  {
8026
8059
  "name": "Tugboat QA config.yml",
@@ -8050,7 +8083,7 @@
8050
8083
  "name": "Unified Tenant Configuration Management (UTCM) Monitor",
8051
8084
  "description": "Configuration file for the Unified Tenant Configuration Management (UTCM) Monitor",
8052
8085
  "fileMatch": ["*.utcm-monitor.json"],
8053
- "url": "https://json.schemastore.org/utcm-monitor.json"
8086
+ "url": "https://www.schemastore.org/utcm-monitor.json"
8054
8087
  },
8055
8088
  {
8056
8089
  "name": "Restate",
@@ -8135,16 +8168,16 @@
8135
8168
  "name": "vtcfg",
8136
8169
  "description": "Vector VT System Configuration",
8137
8170
  "fileMatch": ["*.vtcfg"],
8138
- "url": "https://json.schemastore.org/vtcfg-v19.0.0.json",
8171
+ "url": "https://www.schemastore.org/vtcfg-v19.0.0.json",
8139
8172
  "versions": {
8140
- "19.0.0": "https://json.schemastore.org/vtcfg-v19.0.0.json"
8173
+ "19.0.0": "https://www.schemastore.org/vtcfg-v19.0.0.json"
8141
8174
  }
8142
8175
  },
8143
8176
  {
8144
8177
  "name": "sake",
8145
8178
  "description": "Configuration for Sake, Swift-based utility for managing project commands",
8146
8179
  "fileMatch": [".sake.yml"],
8147
- "url": "https://json.schemastore.org/sake.json"
8180
+ "url": "https://www.schemastore.org/sake.json"
8148
8181
  },
8149
8182
  {
8150
8183
  "name": "Open Know-How",
@@ -8159,7 +8192,7 @@
8159
8192
  "*.okh.yaml",
8160
8193
  "*.okh.yml"
8161
8194
  ],
8162
- "url": "https://json.schemastore.org/okh.json"
8195
+ "url": "https://www.schemastore.org/okh.json"
8163
8196
  },
8164
8197
  {
8165
8198
  "name": "Contextive Glossary",
@@ -8169,37 +8202,37 @@
8169
8202
  "*.glossary.yml",
8170
8203
  "*.glossary.yaml"
8171
8204
  ],
8172
- "url": "https://json.schemastore.org/contextive-glossary.json"
8205
+ "url": "https://www.schemastore.org/contextive-glossary.json"
8173
8206
  },
8174
8207
  {
8175
8208
  "name": "Google Digital Assetlinks",
8176
8209
  "description": "JSON-encoded statement list in a well-known location on a principal",
8177
8210
  "fileMatch": ["assetlinks.json"],
8178
- "url": "https://json.schemastore.org/assetlinks.json"
8211
+ "url": "https://www.schemastore.org/assetlinks.json"
8179
8212
  },
8180
8213
  {
8181
8214
  "name": "Pylock",
8182
8215
  "description": "PEP 751 lock file",
8183
8216
  "fileMatch": ["pylock.toml", "pylock.*.toml"],
8184
- "url": "https://json.schemastore.org/pylock.json"
8217
+ "url": "https://www.schemastore.org/pylock.json"
8185
8218
  },
8186
8219
  {
8187
8220
  "name": "Stylua Config",
8188
8221
  "description": "Stylua configuration",
8189
8222
  "fileMatch": [".stylua.toml", "stylua.toml"],
8190
- "url": "https://json.schemastore.org/stylua.json"
8223
+ "url": "https://www.schemastore.org/stylua.json"
8191
8224
  },
8192
8225
  {
8193
8226
  "name": "Taplo",
8194
8227
  "description": "Taplo configuration file",
8195
8228
  "fileMatch": [".taplo.toml", "taplo.toml"],
8196
- "url": "https://json.schemastore.org/taplo.json"
8229
+ "url": "https://www.schemastore.org/taplo.json"
8197
8230
  },
8198
8231
  {
8199
8232
  "name": "Aider",
8200
8233
  "description": "Aider configuration file",
8201
8234
  "fileMatch": [".aider.conf.yml"],
8202
- "url": "https://json.schemastore.org/aider-0.82.json"
8235
+ "url": "https://www.schemastore.org/aider-0.82.json"
8203
8236
  },
8204
8237
  {
8205
8238
  "name": "CDK Environment Manager, environment definition",
@@ -8209,7 +8242,7 @@
8209
8242
  "**/environment-definition.yaml",
8210
8243
  "**/environment-definition.yml"
8211
8244
  ],
8212
- "url": "https://json.schemastore.org/ti8m-cdk-environment-definition.json"
8245
+ "url": "https://www.schemastore.org/ti8m-cdk-environment-definition.json"
8213
8246
  },
8214
8247
  {
8215
8248
  "name": "CDK Environment Manager, concrete environments definition",
@@ -8219,7 +8252,7 @@
8219
8252
  "**/concrete-environments.yaml",
8220
8253
  "**/concrete-environments.yml"
8221
8254
  ],
8222
- "url": "https://json.schemastore.org/ti8m-cdk-concrete-environments.json"
8255
+ "url": "https://www.schemastore.org/ti8m-cdk-concrete-environments.json"
8223
8256
  },
8224
8257
  {
8225
8258
  "name": "CDK Environment Manager, concrete environment configuration",
@@ -8229,7 +8262,7 @@
8229
8262
  "**/environment_config/*.yaml",
8230
8263
  "**/environment_config/*.yml"
8231
8264
  ],
8232
- "url": "https://json.schemastore.org/ti8m-cdk-concrete-environment-config.json"
8265
+ "url": "https://www.schemastore.org/ti8m-cdk-concrete-environment-config.json"
8233
8266
  },
8234
8267
  {
8235
8268
  "name": "tm_devices configuration file",
@@ -8252,7 +8285,7 @@
8252
8285
  "name": "Power Pages Configuration",
8253
8286
  "description": "Power Pages configuration file for Bring Your Own Code (BYOC) sites",
8254
8287
  "fileMatch": ["powerpages.config.json"],
8255
- "url": "https://json.schemastore.org/powerpages.config.json"
8288
+ "url": "https://www.schemastore.org/powerpages.config.json"
8256
8289
  },
8257
8290
  {
8258
8291
  "name": "Hecate Input Schema",
@@ -8264,6 +8297,18 @@
8264
8297
  "*.hecate.json"
8265
8298
  ],
8266
8299
  "url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
8300
+ },
8301
+ {
8302
+ "name": "Jujutsu (jj) VCS config",
8303
+ "description": "Jujutsu (jj) configuration file",
8304
+ "fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
8305
+ "url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
8306
+ },
8307
+ {
8308
+ "name": "AWS Copilot Manifest",
8309
+ "description": "Manifest YAML files for AWS Copilot services, environments, and pipelines. Documentation: https://aws.github.io/copilot-cli/docs/manifest/overview/",
8310
+ "fileMatch": ["**/copilot/**/manifest.yml"],
8311
+ "url": "https://sootyowl.github.io/aws-copilot-schemas/copilot-schema.json"
8267
8312
  }
8268
8313
  ]
8269
8314
  }