<?php //resource_metadata_2027b35f15f1610fbb1dbcb30095eca0

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' => [
                'PTJourney',
            ],
            'description' => [
                'A public transport journey.',
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'path' => '/journeys/{id}',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'GET',
                        'input_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'collectionOperations' => [
                [
                    'get' => [
                        'path' => '/journeys',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'origin_latitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The latitude of the origin point',
                                ],
                                [
                                    'name' => 'origin_longitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The longitude of the origin point',
                                ],
                                [
                                    'name' => 'destination_latitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The latitude of the destination point',
                                ],
                                [
                                    'name' => 'destination_longitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The longitude of the destination point',
                                ],
                                [
                                    'name' => 'date',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'format' => 'date-time',
                                    'description' => 'The date of the trip (on RFC3339 format)',
                                ],
                                [
                                    'name' => 'dateType',
                                    'in' => 'query',
                                    'type' => 'string',
                                    'description' => 'The date type of the trip',
                                    'enum' => [
                                        'departure',
                                        'arrival',
                                    ],
                                ],
                                [
                                    'name' => 'modes',
                                    'in' => 'query',
                                    'type' => 'string',
                                    'description' => 'The transport modes accepted for the trip',
                                    'enum' => [
                                        'PT',
                                        'BIKE',
                                        'CAR',
                                        'PT+BIKE',
                                        'PT+CAR',
                                    ],
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'GET',
                        'input_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'checkThreshold' => [
                        'path' => '/checkThreshold',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'checkThreshold',
                            ],
                        ],
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'origin_latitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The latitude of the origin point',
                                ],
                                [
                                    'name' => 'origin_longitude',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'float',
                                    'description' => 'The longitude of the origin point',
                                ],
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'input_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                ],
            ],
            'graphql' => [
                [
                    'item_query' => [],
                    'collection_query' => [],
                    'delete' => [],
                    'update' => [],
                    'create' => [],
                ],
            ],
            'attributes' => [
                [
                    'normalization_context' => [
                        'groups' => [
                            'pt',
                            'checkThreshold',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'route_prefix' => '/public_transport',
                    'input' => null,
                    'output' => null,
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
