<?php //resource_metadata_5ac7e0fc0c07ead5db36dfc0f9aa2842

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' => [
                'Order',
            ],
            'description' => [
                '',
            ],
            'itemOperations' => [
                [
                    'GET' => [
                        'security' => 'is_granted("ROLE_EXACT_CLIENT") or is_granted("ROLE_EXACT_SHOP_MANAGER") or is_granted("ROLE_EXACT_API")',
                        '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',
                            ],
                        ],
                    ],
                    'PUT' => [
                        'method' => 'PUT',
                        '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' => [
                        'security' => 'is_granted("ROLE_EXACT_CLIENT") or is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        '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',
                            ],
                        ],
                    ],
                    'POST' => [
                        'openapi_context' => [
                            'requestBody' => [
                                'content' => [
                                    'application/json' => [
                                        'schema' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'asap' => [
                                                    'type' => 'boolean',
                                                ],
                                                'date' => [
                                                    'type' => 'string',
                                                ],
                                                'shop' => [
                                                    'type' => 'string',
                                                ],
                                                'shopMode' => [
                                                    'type' => 'string',
                                                ],
                                                'itemsTotal' => [
                                                    'type' => 'number',
                                                ],
                                                'discountsTotal' => [
                                                    'type' => 'number',
                                                ],
                                                'taxesTotal' => [
                                                    'type' => 'number',
                                                ],
                                                'total' => [
                                                    'type' => 'number',
                                                ],
                                                'notes' => [
                                                    'type' => 'string',
                                                ],
                                                'tableNumber' => [
                                                    'type' => 'string',
                                                ],
                                                'orderItems' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'product' => [
                                                            'type' => 'string',
                                                        ],
                                                        'quantity' => [
                                                            'type' => 'number',
                                                        ],
                                                        'note' => [
                                                            'type' => 'string',
                                                        ],
                                                        'total' => [
                                                            'type' => 'number',
                                                        ],
                                                        'optionList' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'id' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'optionTranslations' => [
                                                                    'type' => 'object',
                                                                    'properties' => [
                                                                        'id' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'name' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'description' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'locale' => [
                                                                            'type' => 'object',
                                                                            'properties' => [
                                                                                'id' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'code' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'name' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                            ],
                                                                        ],
                                                                    ],
                                                                ],
                                                                'optionVariant' => [
                                                                    'type' => 'object',
                                                                    'properties' => [
                                                                        'id' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'price' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'optionVariantTranslations' => [
                                                                            'type' => 'object',
                                                                            'properties' => [
                                                                                'id' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'name' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'description' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'locale' => [
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'id' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'code' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'name' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                    ],
                                                                                ],
                                                                            ],
                                                                        ],
                                                                        'quantity' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                    ],
                                                                ],
                                                            ],
                                                        ],
                                                        'stepList' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'id' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'name' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'stepItem' => [
                                                                    'type' => 'object',
                                                                    'properties' => [
                                                                        'id' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                        'products' => [
                                                                            'type' => 'object',
                                                                            'properties' => [
                                                                                'id' => [
                                                                                    'type' => 'string',
                                                                                ],
                                                                                'productTranslations' => [
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'id' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'name' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'description' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'locale' => [
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'id' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'code' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'name' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                            ],
                                                                                        ],
                                                                                    ],
                                                                                ],
                                                                                'optionList' => [
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'id' => [
                                                                                            'type' => 'string',
                                                                                        ],
                                                                                        'optionTranslations' => [
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'id' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'name' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'description' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'locale' => [
                                                                                                    'type' => 'object',
                                                                                                    'properties' => [
                                                                                                        'id' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                        'code' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                        'name' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                    ],
                                                                                                ],
                                                                                            ],
                                                                                        ],
                                                                                        'optionVariant' => [
                                                                                            'type' => 'object',
                                                                                            'properties' => [
                                                                                                'id' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'price' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                                'optionVariantTranslations' => [
                                                                                                    'type' => 'object',
                                                                                                    'properties' => [
                                                                                                        'id' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                        'name' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                        'description' => [
                                                                                                            'type' => 'string',
                                                                                                        ],
                                                                                                        'locale' => [
                                                                                                            'type' => 'object',
                                                                                                            'properties' => [
                                                                                                                'id' => [
                                                                                                                    'type' => 'string',
                                                                                                                ],
                                                                                                                'code' => [
                                                                                                                    'type' => 'string',
                                                                                                                ],
                                                                                                                'name' => [
                                                                                                                    'type' => 'string',
                                                                                                                ],
                                                                                                            ],
                                                                                                        ],
                                                                                                    ],
                                                                                                ],
                                                                                                'quantity' => [
                                                                                                    'type' => 'string',
                                                                                                ],
                                                                                            ],
                                                                                        ],
                                                                                    ],
                                                                                ],
                                                                            ],
                                                                        ],
                                                                        'price' => [
                                                                            'type' => 'string',
                                                                        ],
                                                                    ],
                                                                ],
                                                                'stepTotalPrice' => [
                                                                    'type' => 'string',
                                                                ],
                                                            ],
                                                        ],
                                                    ],
                                                ],
                                                'promotion' => [
                                                    'type' => 'string',
                                                ],
                                                'deliveryAddress' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'postalCode' => [
                                                            'type' => 'string',
                                                        ],
                                                        'city' => [
                                                            'type' => 'string',
                                                        ],
                                                        'country' => [
                                                            'type' => 'string',
                                                        ],
                                                        'street' => [
                                                            'type' => 'string',
                                                        ],
                                                        'street2' => [
                                                            'type' => 'string',
                                                        ],
                                                        'phone' => [
                                                            'type' => 'string',
                                                        ],
                                                        'fax' => [
                                                            'type' => 'string',
                                                        ],
                                                        'description' => [
                                                            'type' => 'string',
                                                        ],
                                                        'isDefault' => [
                                                            'type' => 'string',
                                                        ],
                                                        'floor' => [
                                                            'type' => 'number',
                                                        ],
                                                        'building' => [
                                                            'type' => 'string',
                                                        ],
                                                        'elevator' => [
                                                            'type' => 'boolean',
                                                        ],
                                                        'digicode' => [
                                                            'type' => 'string',
                                                        ],
                                                        'digicode2' => [
                                                            'type' => 'string',
                                                        ],
                                                        'intercom' => [
                                                            'type' => 'string',
                                                        ],
                                                        'longitude' => [
                                                            'type' => 'number',
                                                        ],
                                                        'latitude' => [
                                                            'type' => 'number',
                                                        ],
                                                    ],
                                                ],
                                                'createdByGuest' => [
                                                    'type' => 'boolean',
                                                ],
                                                'localCode' => [
                                                    'type' => 'string',
                                                ],
                                                'customerEmail' => [
                                                    'type' => 'string',
                                                ],
                                                'customerName' => [
                                                    'type' => 'string',
                                                ],
                                                'shippingCost' => [
                                                    'type' => 'number',
                                                ],
                                                'fees' => [
                                                    'type' => 'number',
                                                ],
                                                'managementFees' => [
                                                    'type' => 'number',
                                                ],
                                                'setting' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'customerIdentifier' => [
                                                            'type' => 'string',
                                                        ],
                                                        'value' => [
                                                            'type' => 'string',
                                                        ],
                                                        'cutlery' => [
                                                            'type' => 'string',
                                                        ],
                                                    ],
                                                ],
                                                'loyalty' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'customer' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'id' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'firstname' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'lastname' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'phone' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'email' => [
                                                                    'type' => 'string',
                                                                ],
                                                            ],
                                                        ],
                                                        'rewards' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'id' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'name' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'description' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'type' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'value' => [
                                                                    'type' => 'integer',
                                                                ],
                                                                'image' => [
                                                                    'type' => 'string',
                                                                ],
                                                            ],
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'POST',
                        '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',
                            ],
                        ],
                    ],
                    'cancel' => [
                        'security' => 'is_granted("ROLE_EXACT_CLIENT") or is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/cancel',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Cancel an Order',
                            'description' => 'Set Order\'s status to cancelled',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'accept' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/accept',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Accept an Order',
                            'description' => 'Set Order\'s status to accept',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'reject' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/reject',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Reject an Order',
                            'description' => 'Set Order\'s status to Rejected',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'delay' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/delay',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderDelayController',
                        'openapi_context' => [
                            'summary' => 'Delay an Order',
                            'description' => 'Set Order\'s status to delayed',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                                [
                                    'in' => 'query',
                                    'name' => 'period',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'required' => true,
                                    'description' => 'Delay period (min)',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'ready' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/ready',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Set Order\'s status to ready',
                            'description' => 'Set Order\'s status to ready',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'deliver' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/deliver',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Deliver an Order',
                            'description' => 'Set Order\'s status to delivred',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'pay' => [
                        'security' => 'is_granted("ROLE_EXACT_SHOP_MANAGER")',
                        'filters' => [],
                        'method' => 'PATCH',
                        'path' => '/orders/{id}/pay',
                        'pagination_enabled' => false,
                        'status' => 200,
                        'controller' => 'App\\Controller\\Api\\Order\\OrderUpdateActionController',
                        'openapi_context' => [
                            'summary' => 'Pay an Order',
                            'description' => 'Set Order\'s status to paid',
                            'parameters' => [
                                [
                                    'in' => 'path',
                                    'name' => 'id',
                                    'schema' => [
                                        'type' => 'integer',
                                    ],
                                    'description' => 'Resource identifier',
                                ],
                            ],
                            'requestBody' => [
                                'content' => [],
                            ],
                            'responses' => [
                                404 => [
                                    'description' => 'Resource not found',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'stateless' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                        ],
                        'output_formats' => [
                            'json' => [
                                'application/json',
                            ],
                            'jsonld' => [
                                'application/ld+js',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'cancel_payments' => [
                        'method' => 'POST',
                        'security' => 'is_granted("ROLE_EXACT_API")',
                        'path' => '/orders/cancel-payments',
                        'input' => [
                            'class' => 'App\\Message\\Order\\CancelPayments',
                            'name' => 'CancelPayments',
                        ],
                        'messenger' => true,
                        'denormalization_context' => [
                            'groups' => [
                                'cancel:payments',
                            ],
                        ],
                        'status' => 200,
                        'openapi_context' => [
                            'summary' => 'Cancel payments',
                            'description' => 'Cancel payments',
                            'requestBody' => [
                                'required' => true,
                                'content' => [
                                    'application/json' => [
                                        'schema' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'orderId' => [
                                                    'type' => 'integer',
                                                    'description' => 'Order Id',
                                                ],
                                            ],
                                            'required' => [
                                                'orderId',
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'responses' => [
                                200 => [
                                    'description' => 'Order payments has been cancelled',
                                ],
                                400 => [
                                    'description' => 'Invalid input',
                                    'content' => [
                                        'application/json' => [
                                            'schema' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'detail' => [
                                                        'type' => 'string',
                                                        'enum' => [
                                                            'Invalid input',
                                                        ],
                                                        'example' => 'Invalid input',
                                                    ],
                                                    'violations' => [
                                                        'type' => 'array',
                                                        'items' => [
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'property' => [
                                                                    'type' => 'string',
                                                                ],
                                                                'message' => [
                                                                    'type' => 'string',
                                                                ],
                                                            ],
                                                            'required' => [
                                                                'property',
                                                                'message',
                                                            ],
                                                        ],
                                                        'description' => 'List of validation violations',
                                                    ],
                                                ],
                                                'required' => [
                                                    'detail',
                                                    'violations',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                        'output' => null,
                        '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',
                            ],
                        ],
                    ],
                ],
            ],
            'subresourceOperations' => [
                [
                    'api_customers_orders_get_subresource' => [
                        'security' => 'is_granted("ROLE_EXACT_CLIENT")',
                        '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_CLIENT") or is_granted("ROLE_EXACT_API")',
                    'cache_headers' => null,
                    'denormalization_context' => [
                        'disable_type_enforcement' => true,
                        'groups' => [
                            'post:order',
                        ],
                    ],
                    'deprecation_reason' => null,
                    'elasticsearch' => null,
                    'fetch_partial' => null,
                    'force_eager' => null,
                    'formats' => null,
                    'filters' => [
                        'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter',
                        'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_order_filter',
                    ],
                    'hydra_context' => null,
                    'input' => null,
                    'mercure' => null,
                    'messenger' => null,
                    'normalization_context' => [
                        'groups' => [
                            'get:order',
                        ],
                    ],
                    '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],
    []
); }];
