[DependencyInjection][Routing] Add JSON Schema for Services and Route definition #60572
Labels
DependencyInjection
Help wanted
Issues and PRs which are looking for volunteers to complete them.
Routing
Uh oh!
There was an error while loading. Please reload this page.
Description
In order to provide a similar experience to developers writing service and route config files in Yaml, we can add a JSON-schema file. That would enable completion and validation in the IDE.
We will not hit the issue encountered in #59620 because the schema will be hand written.
Example
In
config/services.yaml
, add a link to the schema file to get it validated.The text was updated successfully, but these errors were encountered: