Skip to content
Merged
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
22 changes: 11 additions & 11 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,7 @@
},
{
"name": "dependabot-v2.json",
"description": "GitHub Action's dependabot.yml files",
"description": "GitHub Actions' dependabot.yml files",
"fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
"url": "https://www.schemastore.org/dependabot-2.0.json"
},
Expand Down Expand Up @@ -2039,37 +2039,37 @@
},
{
"name": "Dolittle Event Horizons Configuration",
"description": "A a Dolittle bounded context's event horizon configurations",
"description": "A Dolittle bounded context's event horizon configurations",
"fileMatch": ["**/.dolittle/event-horizons.json"],
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Events/event-horizons.json"
},
{
"name": "Dolittle Resources Configuration",
"description": "A a Dolittle bounded context's resource configurations",
"description": "A Dolittle bounded context's resource configurations",
"fileMatch": ["**/.dolittle/resources.json"],
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/v5.1.0/Schemas/ResourceTypes.Configuration/resources.json"
},
{
"name": "Dolittle Server Configuration",
"description": "A a Dolittle bounded context's event horizon's interaction server configuration",
"description": "A Dolittle bounded context's event horizon's interaction server configuration",
"fileMatch": ["**/.dolittle/server.json"],
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Server/server.json"
},
{
"name": "Dolittle Tenants Configuration",
"description": "A a Dolittle bounded context's tenant configuration",
"description": "A Dolittle bounded context's tenant configuration",
"fileMatch": ["**/.dolittle/tenants.json"],
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Tenancy/tenants.json"
},
{
"name": "Dolittle Tenant Map Configuration",
"description": "A a Dolittle bounded context's tenant mapping configurations",
"description": "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"
},
{
"name": "Dolittle Topology",
"description": "A a Dolittle bounded context's topology",
"description": "A Dolittle bounded context's topology",
"fileMatch": ["**/.dolittle/topology.json"],
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
},
Expand Down Expand Up @@ -4062,7 +4062,7 @@
},
{
"name": "openapi.json",
"description": "A Open API documentation files",
"description": "An OpenAPI documentation file",
"fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
"url": "https://spec.openapis.org/oas/3.1/schema/2022-10-07",
"versions": {
Expand All @@ -4072,7 +4072,7 @@
},
{
"name": "openrpc.json",
"description": "A OpenRPC documents. Documentation: https://open-rpc.org for more information",
"description": "An OpenRPC document. Documentation: https://open-rpc.org for more information",
"fileMatch": [
"openrpc.json",
"openrpc.yml",
Expand Down Expand Up @@ -6428,7 +6428,7 @@
},
{
"name": "Motif config",
"description": "A a Motif config file",
"description": "A Motif config file",
"fileMatch": ["motif.json"],
"url": "https://motif.land/api/motif.schema.json"
},
Expand Down Expand Up @@ -6861,7 +6861,7 @@
},
{
"name": "Pipeline component",
"description": "YAML the Kubeflow Pipelines' component.yaml files which describe a pipeline components. Component consists of input/output definitions and the description of the implementation which can either be a containerized command line program or a interconnected graph of tasks. Documentation: https://cloud-pipelines.github.io/links/component_authoring_documentation",
"description": "YAML the Kubeflow Pipelines' component.yaml files which describe a pipeline components. Component consists of input/output definitions and the description of the implementation which can either be a containerized command line program or an interconnected graph of tasks. Documentation: https://cloud-pipelines.github.io/links/component_authoring_documentation",
"fileMatch": [
"component.yaml",
"kfp_component.yaml",
Expand Down