{ "manifests": { "outcomer/symfony-json-schema-validation": { "manifest": { "bundles": { "Outcomer\\ValidationBundle\\OutcomerValidationBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " ", " What's next? ", " ", "", " * Configure your JSON Schema validation in config/packages/outcomer_validation.yaml", " * Create your first schema in config/validation/schemas/", " * Read the documentation at https://github.com/outcomer/symfony-json-schema-validation" ] }, "files": { "config/packages/outcomer_validation.yaml": { "contents": [ "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", "" ], "executable": false } }, "ref": "36a335e3a139ff6bdd33cad99c5f8d42b572a6d9" } } }