<?php //%255BApp%255CRdex%255CEntity%255CRdexJourney%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
    ],
    null,
    [
        'stdClass' => [
            'collectionOperations' => [
                [
                    'get' => [
                        'path' => '/journeys',
                        'controller' => 'App\\Rdex\\Controller\\JourneyCollectionController',
                        'swagger_context' => [
                            'summary' => 'Search a journey using RDEX protocol',
                            'tags' => [
                                'RDEX',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'timestamp',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'The timestamp',
                                ],
                                [
                                    'name' => 'apikey',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'The api key',
                                ],
                                [
                                    'name' => 'p[driver]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Search for drivers',
                                ],
                                [
                                    'name' => 'p[passenger]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Search for passengers',
                                ],
                                [
                                    'name' => 'p[from][longitude]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Origin longitude',
                                ],
                                [
                                    'name' => 'p[from][latitude]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Origin latitude',
                                ],
                                [
                                    'name' => 'p[to][longitude]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Destination longitude',
                                ],
                                [
                                    'name' => 'p[to][latitude]',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'Destination latitude',
                                ],
                                [
                                    'name' => 'signature',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'The signature',
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [],
            ],
            'attributes' => [
                [
                    'formats' => [
                        'xml',
                        'jsonld',
                        'json',
                    ],
                    'normalization_context' => [
                        'groups' => [
                            'rdex',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'route_prefix' => '/rdex',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
