You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes !! Wanted to do it myself! I see that there is already a PR opened. I also thought of having something like Config::fromJsonSchema which IMO would make sense.
@Neirda24 Thanks for your enthusiasm. Reviewing and testing the PR #59620 is also very important, as there are issues to be resolved, such as dealing with different schemas for different environments.
Uh oh!
There was an error while loading. Please reload this page.
Description
IDE like PHPStorm have a great support for Yaml validation against a JSON schema.
The idea is to generate a
schema.json
from all the allowed configuration.Example
I created a JSON schema manually for Yaml files and this was a pleasant experience to have autocompletion and errors directly highlighted in PHPStorm.
The text was updated successfully, but these errors were encountered: