mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
51 lines
2.3 KiB
JSON
51 lines
2.3 KiB
JSON
{
|
|
"manifests": {
|
|
"outcomer/symfony-json-schema-validation": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Outcomer\\ValidationBundle\\OutcomerValidationBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"<bg=blue;fg=white> </>",
|
|
"<bg=blue;fg=white> What's next? </>",
|
|
"<bg=blue;fg=white> </>",
|
|
"",
|
|
" * <fg=blue>Configure</> your JSON Schema validation in <comment>config/packages/outcomer_validation.yaml</>",
|
|
" * <fg=blue>Create</> your first schema in <comment>config/validation/schemas/</>",
|
|
" * <fg=blue>Read</> the documentation at <comment>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"
|
|
}
|
|
}
|
|
}
|