<?php //%255BApp%255CPublicTransport%255CEntity%255CPTTripPoint%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' => '/trippoints',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'provider',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'The public transport data provider',
                                ],
                                [
                                    'name' => 'latitude',
                                    'in' => 'query',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The latitude of the point (can\'t combine with keywords)',
                                ],
                                [
                                    'name' => 'longitude',
                                    'in' => 'query',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The longitude of the point (can\'t combine with keywords)',
                                ],
                                [
                                    'name' => 'keywords',
                                    'in' => 'query',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'Trip points whose name contains these keywords (can\'t combine with lat/lon)',
                                ],
                                [
                                    'name' => 'perimeter',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'int',
                                    'description' => 'Radius of the perimeter (in meters)',
                                ],
                                [
                                    'name' => 'transportModes',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'List of integer like: 0|1|2|3...',
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'path' => '/trippoints/{id}',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                        ],
                    ],
                ],
            ],
            'attributes' => [
                [
                    'normalization_context' => [
                        'groups' => [
                            'pt',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'route_prefix' => '/public_transport',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
