Commit 67016b9
committed
feature symfony#61564 [Serializer][Validator] Add JSON schema for validating and autocompleting YAML config files (nicolas-grekas)
This PR was merged into the 7.4 branch.
Discussion
----------
[Serializer][Validator] Add JSON schema for validating and autocompleting YAML config files
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | -
| License | MIT
Same as symfony#61282 but for serialization and validation metadata.
This provides autocompletion/validation on IDEs that support JSON schema for YAML files, such as phpStorm.
We need to remember updating the serialization schema when context builders are updated.
Commits
-------
f3ff89a [Serializer][Validator] Add JSON schema for validating and autocompleting YAML config filesFile tree
2 files changed
+533
-0
lines changed- src/Symfony/Component
- Serializer/Mapping/Loader/schema
- Validator/Mapping/Loader/schema
2 files changed
+533
-0
lines changed
0 commit comments