Skip to content

Commit 7964ddd

Browse files
committed
fix: various catalog url fixes
1 parent e04ff72 commit 7964ddd

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

src/api/json/catalog.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,13 +2359,13 @@
23592359
"name": "Dolittle Tenant Map Configuration",
23602360
"description": "A Dolittle bounded context's tenant mapping configurations",
23612361
"fileMatch": ["**/.dolittle/tenant-map.json"],
2362-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
2362+
"url": "https://raw.githubusercontent.com/dolittle-obsolete/DotNET.Fundamentals/v4.10.0/Schemas/Tenancy.Configuration/tenant-map.json"
23632363
},
23642364
{
23652365
"name": "Dolittle Topology",
23662366
"description": "A Dolittle bounded context's topology",
23672367
"fileMatch": ["**/.dolittle/topology.json"],
2368-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
2368+
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Applications.Configuration/topology.json"
23692369
},
23702370
{
23712371
"name": "dotnet Release Index manifest",
@@ -2431,7 +2431,7 @@
24312431
"fileMatch": ["devfile.yaml", ".devfile.yaml"],
24322432
"url": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json",
24332433
"versions": {
2434-
"1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/master/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
2434+
"1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/7.80.0/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
24352435
"2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
24362436
"2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
24372437
"2.2.0": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json"
@@ -3179,7 +3179,7 @@
31793179
"name": "tree-sitter grammar.json",
31803180
"description": "tree-sitter grammar.json",
31813181
"fileMatch": ["grammar.json"],
3182-
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/assets/schemas/config.schema.json"
3182+
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/src/assets/schemas/config.schema.json"
31833183
},
31843184
{
31853185
"name": "Treefmt",
@@ -3638,7 +3638,7 @@
36383638
{
36393639
"name": "JSON-API",
36403640
"description": "JSON API document",
3641-
"url": "https://jsonapi.org/schema"
3641+
"url": "https://raw.githubusercontent.com/json-api/json-api/v1.1/schema"
36423642
},
36433643
{
36443644
"name": "JSON Document Transform",
@@ -5683,28 +5683,31 @@
56835683
{
56845684
"name": "SDMX structure message",
56855685
"description": "Statistical Data and Metadata eXchange (ISO 17369) structure message",
5686-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json",
5686+
"url": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json",
56875687
"versions": {
5688-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/1.0/sdmx-json-structure-schema.json",
5689-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json"
5688+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-structure-schema.json",
5689+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-structure-schema.json",
5690+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json"
56905691
}
56915692
},
56925693
{
56935694
"name": "SDMX metadata message",
56945695
"description": "Statistical Data and Metadata eXchange (ISO 17369) metadata message",
5695-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json",
5696+
"url": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json",
56965697
"versions": {
5697-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/1.0/sdmx-json-metadata-schema.json",
5698-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json"
5698+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-metadata-schema.json",
5699+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-metadata-schema.json",
5700+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json"
56995701
}
57005702
},
57015703
{
57025704
"name": "SDMX data message",
57035705
"description": "Statistical Data and Metadata eXchange (ISO 17369) data message",
5704-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json",
5706+
"url": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json",
57055707
"versions": {
5706-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/1.0/sdmx-json-data-schema.json",
5707-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json"
5708+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-data-schema.json",
5709+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-data-schema.json",
5710+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json"
57085711
}
57095712
},
57105713
{
@@ -6183,7 +6186,7 @@
61836186
"**/.connect/sources/*.yml",
61846187
"**/.connect/sinks/*.yml"
61856188
],
6186-
"url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
6189+
"url": "https://raw.githubusercontent.com/synadia-io/connect/b647c6bc4448f7790c5a97ce39daae405ead0f0a/schemas/component.json"
61876190
},
61886191
{
61896192
"name": "Tach",
@@ -8556,7 +8559,7 @@
85568559
"name": "Preset list for a WinUtil",
85578560
"description": "Preset list for a WinUtil",
85588561
"fileMatch": ["**/*winutil*/config/preset.json"],
8559-
"url": "https://www.schemastore.org/winutil-preset.json"
8562+
"url": "https://www.schemastore.org/winutil-presets.json"
85608563
},
85618564
{
85628565
"name": "GitHub Actions typing",

0 commit comments

Comments
 (0)