Skip to content

Commit 04eb4cd

Browse files
authored
fix: catalog grammar and spelling fixes (SchemaStore#4871)
1 parent 80b17e8 commit 04eb4cd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@
19561956
},
19571957
{
19581958
"name": "dependabot-v2.json",
1959-
"description": "GitHub Action's dependabot.yml files",
1959+
"description": "GitHub Actions' dependabot.yml files",
19601960
"fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
19611961
"url": "https://www.schemastore.org/dependabot-2.0.json"
19621962
},
@@ -2039,37 +2039,37 @@
20392039
},
20402040
{
20412041
"name": "Dolittle Event Horizons Configuration",
2042-
"description": "A a Dolittle bounded context's event horizon configurations",
2042+
"description": "A Dolittle bounded context's event horizon configurations",
20432043
"fileMatch": ["**/.dolittle/event-horizons.json"],
20442044
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Events/event-horizons.json"
20452045
},
20462046
{
20472047
"name": "Dolittle Resources Configuration",
2048-
"description": "A a Dolittle bounded context's resource configurations",
2048+
"description": "A Dolittle bounded context's resource configurations",
20492049
"fileMatch": ["**/.dolittle/resources.json"],
20502050
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/v5.1.0/Schemas/ResourceTypes.Configuration/resources.json"
20512051
},
20522052
{
20532053
"name": "Dolittle Server Configuration",
2054-
"description": "A a Dolittle bounded context's event horizon's interaction server configuration",
2054+
"description": "A Dolittle bounded context's event horizon's interaction server configuration",
20552055
"fileMatch": ["**/.dolittle/server.json"],
20562056
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Server/server.json"
20572057
},
20582058
{
20592059
"name": "Dolittle Tenants Configuration",
2060-
"description": "A a Dolittle bounded context's tenant configuration",
2060+
"description": "A Dolittle bounded context's tenant configuration",
20612061
"fileMatch": ["**/.dolittle/tenants.json"],
20622062
"url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Tenancy/tenants.json"
20632063
},
20642064
{
20652065
"name": "Dolittle Tenant Map Configuration",
2066-
"description": "A a Dolittle bounded context's tenant mapping configurations",
2066+
"description": "A Dolittle bounded context's tenant mapping configurations",
20672067
"fileMatch": ["**/.dolittle/tenant-map.json"],
20682068
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
20692069
},
20702070
{
20712071
"name": "Dolittle Topology",
2072-
"description": "A a Dolittle bounded context's topology",
2072+
"description": "A Dolittle bounded context's topology",
20732073
"fileMatch": ["**/.dolittle/topology.json"],
20742074
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
20752075
},
@@ -4062,7 +4062,7 @@
40624062
},
40634063
{
40644064
"name": "openapi.json",
4065-
"description": "A Open API documentation files",
4065+
"description": "An OpenAPI documentation file",
40664066
"fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
40674067
"url": "https://spec.openapis.org/oas/3.1/schema/2022-10-07",
40684068
"versions": {
@@ -4072,7 +4072,7 @@
40724072
},
40734073
{
40744074
"name": "openrpc.json",
4075-
"description": "A OpenRPC documents. Documentation: https://open-rpc.org for more information",
4075+
"description": "An OpenRPC document. Documentation: https://open-rpc.org for more information",
40764076
"fileMatch": [
40774077
"openrpc.json",
40784078
"openrpc.yml",
@@ -6428,7 +6428,7 @@
64286428
},
64296429
{
64306430
"name": "Motif config",
6431-
"description": "A a Motif config file",
6431+
"description": "A Motif config file",
64326432
"fileMatch": ["motif.json"],
64336433
"url": "https://motif.land/api/motif.schema.json"
64346434
},
@@ -6861,7 +6861,7 @@
68616861
},
68626862
{
68636863
"name": "Pipeline component",
6864-
"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",
6864+
"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",
68656865
"fileMatch": [
68666866
"component.yaml",
68676867
"kfp_component.yaml",

0 commit comments

Comments
 (0)