From a8bb256da15980c7367fe50d0161e9e9ee7c8ffc Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 3 Sep 2026 16:18:57 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...00654c46ff2207bc80441c18699fe3fe985e5.json | 50 +++++++++++++++++++ index.json | 3 +- ...er.symfony-json-schema-validation.4.0.json | 50 +++++++++++++++++++ 4 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 archived/outcomer.symfony-json-schema-validation/dcb00654c46ff2207bc80441c18699fe3fe985e5.json create mode 100644 outcomer.symfony-json-schema-validation.4.0.json diff --git a/RECIPES.md b/RECIPES.md index 682003d4..5b30ea9c 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -507,7 +507,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [oskarstark/symfony-http-responder](https://packagist.org/packages/oskarstark/symfony-http-responder) | [0.1](../../../tree/main/oskarstark/symfony-http-responder/0.1) | | [otezvikentiy/json-rpc-api](https://packagist.org/packages/otezvikentiy/json-rpc-api) | [5.0](../../../tree/main/otezvikentiy/json-rpc-api/5.0) | | [otobul/epaybg-bundle](https://packagist.org/packages/otobul/epaybg-bundle) | [1.0](../../../tree/main/otobul/epaybg-bundle/1.0) | -| [outcomer/symfony-json-schema-validation](https://packagist.org/packages/outcomer/symfony-json-schema-validation) | [1.0](../../../tree/main/outcomer/symfony-json-schema-validation/1.0) | +| [outcomer/symfony-json-schema-validation](https://packagist.org/packages/outcomer/symfony-json-schema-validation) | [4.0](../../../tree/main/outcomer/symfony-json-schema-validation/4.0) | | [overblog/graphiql-bundle](https://packagist.org/packages/overblog/graphiql-bundle) | [0.1](../../../tree/main/overblog/graphiql-bundle/0.1) | | [overblog/graphql-bundle](https://packagist.org/packages/overblog/graphql-bundle) | [0.12](../../../tree/main/overblog/graphql-bundle/0.12) | | [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](../../../tree/main/pablok/supercache-bundle/0.5) | diff --git a/archived/outcomer.symfony-json-schema-validation/dcb00654c46ff2207bc80441c18699fe3fe985e5.json b/archived/outcomer.symfony-json-schema-validation/dcb00654c46ff2207bc80441c18699fe3fe985e5.json new file mode 100644 index 00000000..dc7ed816 --- /dev/null +++ b/archived/outcomer.symfony-json-schema-validation/dcb00654c46ff2207bc80441c18699fe3fe985e5.json @@ -0,0 +1,50 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index 629e942f..ed202efc 100644 --- a/index.json +++ b/index.json @@ -1615,7 +1615,8 @@ "1.0" ], "outcomer/symfony-json-schema-validation": [ - "1.0" + "1.0", + "4.0" ], "overblog/graphiql-bundle": [ "0.1" diff --git a/outcomer.symfony-json-schema-validation.4.0.json b/outcomer.symfony-json-schema-validation.4.0.json new file mode 100644 index 00000000..dc7ed816 --- /dev/null +++ b/outcomer.symfony-json-schema-validation.4.0.json @@ -0,0 +1,50 @@ +{ + "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" + } + } +}