<?php //resource_metadata_2899b27ef00b10e60d090639e31c56fa

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata')),
    ],
    null,
    [
        'ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata' => [
            'shortName' => [
                'Aliment',
            ],
            'description' => [
                '',
            ],
            'itemOperations' => [
                [
                    'GET' => [
                        'status' => 200,
                        'openapi_context' => [
                            'responses' => [
                                200 => [
                                    'content' => [
                                        'application/json' => [
                                            'schema' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'id' => [
                                                        'type' => 'integer',
                                                        'example' => 2,
                                                    ],
                                                    'code' => [
                                                        'type' => 'string',
                                                        'example' => 'VEGAN',
                                                    ],
                                                    'logoUrl' => [
                                                        'type' => 'string',
                                                        'example' => 'uploads\\/images\\/aliments\\/\\/1fichier-1-667c259956c25590510489.png',
                                                    ],
                                                    'logoSvgUrl' => [
                                                        'type' => 'string',
                                                        'example' => 'uploads\\/images\\/aliments\\/\\/vegetarien-667c2b03bb6ee562869446.svg',
                                                    ],
                                                    'enabled' => [
                                                        'type' => 'boolean',
                                                        'example' => true,
                                                    ],
                                                    'translations' => [
                                                        'type' => 'array',
                                                        'items' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'name' => [
                                                                    'type' => 'string',
                                                                    'example' => 'Végans',
                                                                ],
                                                                'description' => [
                                                                    'type' => 'string',
                                                                    'example' => 'Végans',
                                                                ],
                                                                'locale' => [
                                                                    'type' => 'string',
                                                                    'example' => 'fr_FR',
                                                                ],
                                                            ],
                                                        ],
                                                    ],
                                                    'svg' => [
                                                        'type' => 'string',
                                                        'example' => '<svg width=\\"25\\" height=\\"24\\" viewBox=\\"0 0 25 24\\" fill=\\"none\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><g clip-path=\\"url(#clip0_218_3710)\\"><path d=\\"M23.619 0.872005C23.3064 0.560193 22.9286 0.321595 22.5127 0.173401C22.0968 0.0252074 21.6533 -0.0288907 21.214 0.0150046C18.421 0.285005 9.02797 1.448 5.39997 5.07201C3.66574 6.81096 2.63737 9.13083 2.51344 11.5836C2.38952 14.0364 3.17884 16.4481 4.72897 18.353L15.789 7.29301C15.9776 7.11085 16.2302 7.01005 16.4924 7.01233C16.7546 7.01461 17.0054 7.11978 17.1908 7.30519C17.3762 7.4906 17.4814 7.74141 17.4836 8.0036C17.4859 8.2658 17.3851 8.5184 17.203 8.70701L6.14697 19.767C8.0512 21.3181 10.4627 22.1084 12.9156 21.9852C15.3685 21.862 17.6887 20.8341 19.428 19.1C23.104 15.423 24.228 6.05901 24.487 3.277C24.5293 2.83688 24.4734 2.39284 24.3233 1.97694C24.1732 1.56103 23.9326 1.18364 23.619 0.872005ZM5.39997 19.1C5.63864 19.338 5.88631 19.5617 6.14297 19.771L2.20297 23.711C2.01387 23.8927 1.76096 23.9928 1.49873 23.9899C1.2365 23.9869 0.985939 23.881 0.801028 23.695C0.616116 23.5091 0.511655 23.2579 0.510148 22.9957C0.508642 22.7334 0.610211 22.4811 0.792973 22.293L4.73297 18.353C4.94231 18.609 5.16464 18.858 5.39997 19.1Z\\" fill=\\"black\\"\\/><\\/g><defs><clipPath id=\\"clip0_218_3710\\"><rect width=\\"24\\" height=\\"24\\" fill=\\"white\\" transform=\\"translate(0.5)\\"\\/><\\/clipPath><\\/defs><\\/svg>',
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'GET',
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'collectionOperations' => [
                [
                    'GET' => [
                        'controller' => 'App\\Controller\\Api\\Admin\\Aliment\\GetAlimentsController',
                        'read' => false,
                        'status' => 200,
                        'openapi_context' => [
                            'responses' => [
                                200 => [
                                    'content' => [
                                        'application/json' => [
                                            'schema' => [
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'id' => [
                                                            'type' => 'integer',
                                                            'example' => 2,
                                                        ],
                                                        'code' => [
                                                            'type' => 'string',
                                                            'example' => 'VEGAN',
                                                        ],
                                                        'logoUrl' => [
                                                            'type' => 'string',
                                                            'example' => 'uploads\\/images\\/aliments\\/\\/1fichier-1-667c259956c25590510489.png',
                                                        ],
                                                        'logoSvgUrl' => [
                                                            'type' => 'string',
                                                            'example' => 'uploads\\/images\\/aliments\\/\\/vegetarien-667c2b03bb6ee562869446.svg',
                                                        ],
                                                        'enabled' => [
                                                            'type' => 'boolean',
                                                            'example' => true,
                                                        ],
                                                        'translations' => [
                                                            'type' => 'array',
                                                            'items' => [
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'name' => [
                                                                        'type' => 'string',
                                                                        'example' => 'Végans',
                                                                    ],
                                                                    'description' => [
                                                                        'type' => 'string',
                                                                        'example' => 'Végans',
                                                                    ],
                                                                    'locale' => [
                                                                        'type' => 'string',
                                                                        'example' => 'fr_FR',
                                                                    ],
                                                                ],
                                                            ],
                                                        ],
                                                        'svg' => [
                                                            'type' => 'string',
                                                            'example' => '<svg width=\\"25\\" height=\\"24\\" viewBox=\\"0 0 25 24\\" fill=\\"none\\" xmlns=\\"http:\\/\\/www.w3.org\\/2000\\/svg\\"><g clip-path=\\"url(#clip0_218_3710)\\"><path d=\\"M23.619 0.872005C23.3064 0.560193 22.9286 0.321595 22.5127 0.173401C22.0968 0.0252074 21.6533 -0.0288907 21.214 0.0150046C18.421 0.285005 9.02797 1.448 5.39997 5.07201C3.66574 6.81096 2.63737 9.13083 2.51344 11.5836C2.38952 14.0364 3.17884 16.4481 4.72897 18.353L15.789 7.29301C15.9776 7.11085 16.2302 7.01005 16.4924 7.01233C16.7546 7.01461 17.0054 7.11978 17.1908 7.30519C17.3762 7.4906 17.4814 7.74141 17.4836 8.0036C17.4859 8.2658 17.3851 8.5184 17.203 8.70701L6.14697 19.767C8.0512 21.3181 10.4627 22.1084 12.9156 21.9852C15.3685 21.862 17.6887 20.8341 19.428 19.1C23.104 15.423 24.228 6.05901 24.487 3.277C24.5293 2.83688 24.4734 2.39284 24.3233 1.97694C24.1732 1.56103 23.9326 1.18364 23.619 0.872005ZM5.39997 19.1C5.63864 19.338 5.88631 19.5617 6.14297 19.771L2.20297 23.711C2.01387 23.8927 1.76096 23.9928 1.49873 23.9899C1.2365 23.9869 0.985939 23.881 0.801028 23.695C0.616116 23.5091 0.511655 23.2579 0.510148 22.9957C0.508642 22.7334 0.610211 22.4811 0.792973 22.293L4.73297 18.353C4.94231 18.609 5.16464 18.858 5.39997 19.1Z\\" fill=\\"black\\"\\/><\\/g><defs><clipPath id=\\"clip0_218_3710\\"><rect width=\\"24\\" height=\\"24\\" fill=\\"white\\" transform=\\"translate(0.5)\\"\\/><\\/clipPath><\\/defs><\\/svg>',
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'GET',
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'graphql' => [
                [
                    'item_query' => [],
                    'collection_query' => [],
                    'delete' => [],
                    'update' => [],
                    'create' => [],
                ],
            ],
            'attributes' => [
                [
                    'security' => 'is_granted("ROLE_EXACT_API") or is_granted("ROLE_EXACT_SHOP_MANAGER") or is_granted("ROLE_EXACT_MANAGER")',
                    'cache_headers' => null,
                    'denormalization_context' => null,
                    'deprecation_reason' => null,
                    'elasticsearch' => null,
                    'fetch_partial' => null,
                    'force_eager' => null,
                    'formats' => null,
                    'filters' => null,
                    'hydra_context' => null,
                    'input' => null,
                    'mercure' => null,
                    'messenger' => null,
                    'normalization_context' => [
                        'groups' => [
                            'get:aliment',
                        ],
                    ],
                    'openapi_context' => null,
                    'order' => null,
                    'output' => null,
                    'pagination_client_enabled' => null,
                    'pagination_client_items_per_page' => null,
                    'pagination_client_partial' => null,
                    'pagination_via_cursor' => null,
                    'pagination_enabled' => null,
                    'pagination_fetch_join_collection' => null,
                    'pagination_items_per_page' => 10,
                    'pagination_maximum_items_per_page' => 30,
                    'pagination_partial' => null,
                    'route_prefix' => 'v2',
                    'security_message' => null,
                    'security_post_denormalize' => null,
                    'security_post_denormalize_message' => null,
                    'security_post_validation' => null,
                    'security_post_validation_message' => null,
                    'stateless' => null,
                    'sunset' => null,
                    'swagger_context' => null,
                    'validation_groups' => null,
                    'url_generation_strategy' => null,
                    'composite_identifier' => null,
                    'exception_to_status' => null,
                    'query_parameter_validation_enabled' => null,
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
