|
1956 | 1956 | }, |
1957 | 1957 | { |
1958 | 1958 | "name": "dependabot-v2.json", |
1959 | | - "description": "GitHub Action's dependabot.yml files", |
| 1959 | + "description": "GitHub Actions' dependabot.yml files", |
1960 | 1960 | "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"], |
1961 | 1961 | "url": "https://www.schemastore.org/dependabot-2.0.json" |
1962 | 1962 | }, |
|
2039 | 2039 | }, |
2040 | 2040 | { |
2041 | 2041 | "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", |
2043 | 2043 | "fileMatch": ["**/.dolittle/event-horizons.json"], |
2044 | 2044 | "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Events/event-horizons.json" |
2045 | 2045 | }, |
2046 | 2046 | { |
2047 | 2047 | "name": "Dolittle Resources Configuration", |
2048 | | - "description": "A a Dolittle bounded context's resource configurations", |
| 2048 | + "description": "A Dolittle bounded context's resource configurations", |
2049 | 2049 | "fileMatch": ["**/.dolittle/resources.json"], |
2050 | 2050 | "url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/v5.1.0/Schemas/ResourceTypes.Configuration/resources.json" |
2051 | 2051 | }, |
2052 | 2052 | { |
2053 | 2053 | "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", |
2055 | 2055 | "fileMatch": ["**/.dolittle/server.json"], |
2056 | 2056 | "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Server/server.json" |
2057 | 2057 | }, |
2058 | 2058 | { |
2059 | 2059 | "name": "Dolittle Tenants Configuration", |
2060 | | - "description": "A a Dolittle bounded context's tenant configuration", |
| 2060 | + "description": "A Dolittle bounded context's tenant configuration", |
2061 | 2061 | "fileMatch": ["**/.dolittle/tenants.json"], |
2062 | 2062 | "url": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Tenancy/tenants.json" |
2063 | 2063 | }, |
2064 | 2064 | { |
2065 | 2065 | "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", |
2067 | 2067 | "fileMatch": ["**/.dolittle/tenant-map.json"], |
2068 | 2068 | "url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json" |
2069 | 2069 | }, |
2070 | 2070 | { |
2071 | 2071 | "name": "Dolittle Topology", |
2072 | | - "description": "A a Dolittle bounded context's topology", |
| 2072 | + "description": "A Dolittle bounded context's topology", |
2073 | 2073 | "fileMatch": ["**/.dolittle/topology.json"], |
2074 | 2074 | "url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json" |
2075 | 2075 | }, |
|
4062 | 4062 | }, |
4063 | 4063 | { |
4064 | 4064 | "name": "openapi.json", |
4065 | | - "description": "A Open API documentation files", |
| 4065 | + "description": "An OpenAPI documentation file", |
4066 | 4066 | "fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"], |
4067 | 4067 | "url": "https://spec.openapis.org/oas/3.1/schema/2022-10-07", |
4068 | 4068 | "versions": { |
|
4072 | 4072 | }, |
4073 | 4073 | { |
4074 | 4074 | "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", |
4076 | 4076 | "fileMatch": [ |
4077 | 4077 | "openrpc.json", |
4078 | 4078 | "openrpc.yml", |
|
6428 | 6428 | }, |
6429 | 6429 | { |
6430 | 6430 | "name": "Motif config", |
6431 | | - "description": "A a Motif config file", |
| 6431 | + "description": "A Motif config file", |
6432 | 6432 | "fileMatch": ["motif.json"], |
6433 | 6433 | "url": "https://motif.land/api/motif.schema.json" |
6434 | 6434 | }, |
|
6861 | 6861 | }, |
6862 | 6862 | { |
6863 | 6863 | "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", |
6865 | 6865 | "fileMatch": [ |
6866 | 6866 | "component.yaml", |
6867 | 6867 | "kfp_component.yaml", |
|
0 commit comments