{ "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/domain pairs for your JSON Schema files", " schemas:", " -", " path: '%kernel.project_dir%/config/validation/schemas'", " domain: 'https://example.com'", "", " # Automatically cast numeric/boolean strings before validation", " auto_cast_query: true", " auto_cast_path: true", "", " # Custom filters (optional)", " # Uncomment and add your custom filters here", " #filters:", " # uuid: App\\Validation\\Filter\\UuidFilter", " # date: App\\Validation\\Filter\\DateFilter", "" ], "executable": false } }, "ref": "dcb00654c46ff2207bc80441c18699fe3fe985e5" } } }