Skip to content

Commit fd04ab6

Browse files
committed
fix: various catalog url fixes
1 parent 80b17e8 commit fd04ab6

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

src/api/json/catalog.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,13 +2065,13 @@
20652065
"name": "Dolittle Tenant Map Configuration",
20662066
"description": "A a Dolittle bounded context's tenant mapping configurations",
20672067
"fileMatch": ["**/.dolittle/tenant-map.json"],
2068-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
2068+
"url": "https://raw.githubusercontent.com/dolittle-obsolete/DotNET.Fundamentals/v4.10.0/Schemas/Tenancy.Configuration/tenant-map.json"
20692069
},
20702070
{
20712071
"name": "Dolittle Topology",
20722072
"description": "A a Dolittle bounded context's topology",
20732073
"fileMatch": ["**/.dolittle/topology.json"],
2074-
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
2074+
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Applications.Configuration/topology.json"
20752075
},
20762076
{
20772077
"name": "dotnet Release Index manifest",
@@ -2137,7 +2137,7 @@
21372137
"fileMatch": ["devfile.yaml", ".devfile.yaml"],
21382138
"url": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json",
21392139
"versions": {
2140-
"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",
2140+
"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",
21412141
"2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
21422142
"2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
21432143
"2.2.0": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json"
@@ -2855,7 +2855,7 @@
28552855
"name": "tree-sitter grammar.json",
28562856
"description": "tree-sitter grammar.json",
28572857
"fileMatch": ["grammar.json"],
2858-
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/assets/schemas/config.schema.json"
2858+
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/src/assets/schemas/config.schema.json"
28592859
},
28602860
{
28612861
"name": "GraphQL Mesh",
@@ -3257,7 +3257,7 @@
32573257
{
32583258
"name": "JSON-API",
32593259
"description": "JSON API document",
3260-
"url": "https://jsonapi.org/schema"
3260+
"url": "https://raw.githubusercontent.com/json-api/json-api/v1.1/schema"
32613261
},
32623262
{
32633263
"name": "JSON Document Transform",
@@ -5157,29 +5157,31 @@
51575157
{
51585158
"name": "SDMX structure message",
51595159
"description": "Statistical Data and Metadata eXchange (ISO 17369) structure message",
5160-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json",
5160+
"url": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json",
51615161
"versions": {
5162-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/1.0/sdmx-json-structure-schema.json",
5163-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json"
5162+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-structure-schema.json",
5163+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-structure-schema.json",
5164+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json"
51645165
}
51655166
},
51665167
{
51675168
"name": "SDMX metadata message",
51685169
"description": "Statistical Data and Metadata eXchange (ISO 17369) metadata message",
5169-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json",
5170+
"url": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json",
51705171
"versions": {
5171-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/1.0/sdmx-json-metadata-schema.json",
5172-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json"
5172+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-metadata-schema.json",
5173+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-metadata-schema.json",
5174+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json"
51735175
}
51745176
},
51755177
{
51765178
"name": "SDMX data message",
51775179
"description": "Statistical Data and Metadata eXchange (ISO 17369) data message",
5178-
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json",
5180+
"url": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json",
51795181
"versions": {
5180-
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/1.0/sdmx-json-data-schema.json",
5181-
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json"
5182-
}
5182+
"1.0": "https://json.sdmx.org/1.0/sdmx-json-data-schema.json",
5183+
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-data-schema.json",
5184+
"2.1": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json"
51835185
},
51845186
{
51855187
"name": "Semantic Data Fabric (SDF) file",
@@ -5639,7 +5641,7 @@
56395641
"**/.connect/sources/*.yml",
56405642
"**/.connect/sinks/*.yml"
56415643
],
5642-
"url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
5644+
"url": "https://raw.githubusercontent.com/synadia-io/connect/b647c6bc4448f7790c5a97ce39daae405ead0f0a/schemas/component.json"
56435645
},
56445646
{
56455647
"name": "Tach",
@@ -8013,7 +8015,7 @@
80138015
"name": "Preset list for a WinUtil",
80148016
"description": "Preset list for a WinUtil",
80158017
"fileMatch": ["**/*winutil*/config/preset.json"],
8016-
"url": "https://www.schemastore.org/winutil-preset.json"
8018+
"url": "https://www.schemastore.org/winutil-presets.json"
80178019
},
80188020
{
80198021
"name": "GitHub Actions typing",

0 commit comments

Comments
 (0)