Skip to content

fix: various catalog url fixes #4870

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2065,13 +2065,13 @@
"name": "Dolittle Tenant Map Configuration",
"description": "A a Dolittle bounded context's tenant mapping configurations",
"fileMatch": ["**/.dolittle/tenant-map.json"],
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
"url": "https://raw.githubusercontent.com/dolittle-obsolete/DotNET.Fundamentals/v4.10.0/Schemas/Tenancy.Configuration/tenant-map.json"
},
{
"name": "Dolittle Topology",
"description": "A a Dolittle bounded context's topology",
"fileMatch": ["**/.dolittle/topology.json"],
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Applications.Configuration/topology.json"
},
{
"name": "dotnet Release Index manifest",
Expand Down Expand Up @@ -2137,7 +2137,7 @@
"fileMatch": ["devfile.yaml", ".devfile.yaml"],
"url": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json",
"versions": {
"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",
"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",
"2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
"2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
"2.2.0": "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json"
Expand Down Expand Up @@ -2855,7 +2855,7 @@
"name": "tree-sitter grammar.json",
"description": "tree-sitter grammar.json",
"fileMatch": ["grammar.json"],
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/assets/schemas/config.schema.json"
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/src/assets/schemas/config.schema.json"
},
{
"name": "GraphQL Mesh",
Expand Down Expand Up @@ -3257,7 +3257,7 @@
{
"name": "JSON-API",
"description": "JSON API document",
"url": "https://jsonapi.org/schema"
"url": "https://raw.githubusercontent.com/json-api/json-api/v1.1/schema"
},
{
"name": "JSON Document Transform",
Expand Down Expand Up @@ -5157,29 +5157,31 @@
{
"name": "SDMX structure message",
"description": "Statistical Data and Metadata eXchange (ISO 17369) structure message",
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json",
"url": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json",
"versions": {
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/1.0/sdmx-json-structure-schema.json",
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/structure-message/tools/schemas/2.0.0/sdmx-json-structure-schema.json"
"1.0": "https://json.sdmx.org/1.0/sdmx-json-structure-schema.json",
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-structure-schema.json",
"2.1": "https://json.sdmx.org/2.1/sdmx-json-structure-schema.json"
}
},
{
"name": "SDMX metadata message",
"description": "Statistical Data and Metadata eXchange (ISO 17369) metadata message",
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json",
"url": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json",
"versions": {
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/1.0/sdmx-json-metadata-schema.json",
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/metadata-message/tools/schemas/2.0.0/sdmx-json-metadata-schema.json"
"1.0": "https://json.sdmx.org/1.0/sdmx-json-metadata-schema.json",
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-metadata-schema.json",
"2.1": "https://json.sdmx.org/2.1/sdmx-json-metadata-schema.json"
}
},
{
"name": "SDMX data message",
"description": "Statistical Data and Metadata eXchange (ISO 17369) data message",
"url": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json",
"url": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json",
"versions": {
"1.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/1.0/sdmx-json-data-schema.json",
"2.0.0": "https://raw.githubusercontent.com/sdmx-twg/sdmx-json/master/data-message/tools/schemas/2.0.0/sdmx-json-data-schema.json"
}
"1.0": "https://json.sdmx.org/1.0/sdmx-json-data-schema.json",
"2.0.0": "https://json.sdmx.org/2.0.0/sdmx-json-data-schema.json",
"2.1": "https://json.sdmx.org/2.1/sdmx-json-data-schema.json"
},
{
"name": "Semantic Data Fabric (SDF) file",
Expand Down Expand Up @@ -5639,7 +5641,7 @@
"**/.connect/sources/*.yml",
"**/.connect/sinks/*.yml"
],
"url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
"url": "https://raw.githubusercontent.com/synadia-io/connect/b647c6bc4448f7790c5a97ce39daae405ead0f0a/schemas/component.json"
},
{
"name": "Tach",
Expand Down Expand Up @@ -8013,7 +8015,7 @@
"name": "Preset list for a WinUtil",
"description": "Preset list for a WinUtil",
"fileMatch": ["**/*winutil*/config/preset.json"],
"url": "https://www.schemastore.org/winutil-preset.json"
"url": "https://www.schemastore.org/winutil-presets.json"
},
{
"name": "GitHub Actions typing",
Expand Down
Loading