Files
archived-recipes-contrib/outcomer/symfony-json-schema-validation/1.0/config/packages/outcomer_validation.yaml
David Evdoshchenko fd2b29af77 Add recipe for outcomer/symfony-json-schema-validation (#1923)
* Add recipe for outcomer/symfony-json-schema-validation

* Add PHP and Symfony framework requirements to manifest.json

* Refactor manifest.json to remove PHP and Symfony framework requirements

* Remove Symfony version requirements from manifest.json
2026-01-20 04:17:04 +04:00

13 lines
407 B
YAML

outcomer_validation:
# Path to your JSON Schema files
schemas_path: '%kernel.project_dir%/config/validation/schemas'
# Base domain for auto-generated schema IDs
schema_domain: 'https://example.com'
# Custom filters (optional)
# Uncomment and add your custom filters here
#filters:
# uuid: App\Validation\Filter\UuidFilter
# date: App\Validation\Filter\DateFilter