mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* 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
13 lines
407 B
YAML
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
|