<?php //resource_metadata_ab81b25236c7942391ed31ec3e2bdde3

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' => [
                'Event',
            ],
            'description' => [
                'An event : a social occasion or activity.',
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'security' => 'is_granted(\'event_read\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'put' => [
                        'security' => 'is_granted(\'event_update\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'PUT',
                        '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',
                            ],
                        ],
                    ],
                    'delete' => [
                        'path' => '/events/{id}',
                        'method' => 'DELETE',
                        'security' => 'is_granted(\'event_delete\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ADMIN_get' => [
                        'path' => '/admin/events/{id}',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'security' => 'is_granted(\'admin_event_read\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Administration',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ADMIN_patch' => [
                        'path' => '/admin/events/{id}',
                        'method' => 'PATCH',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'aWrite',
                            ],
                        ],
                        'security' => 'is_granted(\'admin_event_update\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Administration',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'input_formats' => [
                            'json' => [
                                'application/merge-patch+json',
                            ],
                            'jsonapi' => [
                                'application/vnd.api+json',
                            ],
                        ],
                        'output_formats' => [
                            'jsonld' => [
                                'application/ld+json',
                            ],
                            'json' => [
                                'application/json',
                            ],
                            'xml' => [
                                'application/xml',
                                'text/xml',
                            ],
                            'html' => [
                                'text/html',
                            ],
                        ],
                    ],
                    'ADMIN_delete' => [
                        'path' => '/admin/events/{id}',
                        'method' => 'DELETE',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'aWrite',
                            ],
                        ],
                        'security' => 'is_granted(\'admin_event_delete\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Administration',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                ],
            ],
            'collectionOperations' => [
                [
                    'get' => [
                        'security_post_denormalize' => 'is_granted(\'event_list\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'post' => [
                        'security_post_denormalize' => 'is_granted(\'event_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'POST',
                        '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',
                            ],
                        ],
                    ],
                    'created' => [
                        'method' => 'GET',
                        'path' => '/events/created',
                        'normalization_context' => [
                            'groups' => [
                                'readEvent',
                            ],
                        ],
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'userId',
                                    'in' => 'query',
                                    'type' => 'number',
                                    'format' => 'integer',
                                    'description' => 'The id of the user for which we want the events',
                                ],
                            ],
                        ],
                        'security_post_denormalize' => 'is_granted(\'event_read\',object)',
                        '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',
                            ],
                        ],
                    ],
                    'valide_create_event' => [
                        'method' => 'POST',
                        'path' => '/events/{id}/valide_create_event',
                        'requirements' => [
                            'id' => '\\d+',
                        ],
                        'controller' => 'App\\Event\\Controller\\ValidateCreateEventController',
                        'security' => 'is_granted(\'event_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ads' => [
                        'method' => 'GET',
                        'path' => '/events/{id}/ads',
                        'normalization_context' => [
                            'groups' => [
                                'readEvent',
                            ],
                        ],
                        'security_post_denormalize' => 'is_granted(\'event_list_ads\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Events',
                                'Carpool',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ADMIN_get' => [
                        'path' => '/admin/events',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                            'skip_null_values' => false,
                        ],
                        'security' => 'is_granted(\'admin_event_list\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Administration',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ADMIN_post' => [
                        'path' => '/admin/events',
                        'method' => 'POST',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'aWrite',
                            ],
                        ],
                        'security' => 'is_granted(\'admin_event_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Administration',
                            ],
                        ],
                        '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' => [
                [
                    'force_eager' => false,
                    'normalization_context' => [
                        'groups' => [
                            'readEvent',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'write',
                        ],
                    ],
                    'pagination_client_items_per_page' => true,
                    'input' => null,
                    'output' => null,
                    'filters' => [
                        'annotated_app_event_entity_event_api_platform_core_bridge_doctrine_orm_filter_order_filter',
                        'annotated_app_event_entity_event_api_platform_core_bridge_doctrine_orm_filter_date_filter',
                        'annotated_app_event_entity_event_api_platform_core_bridge_doctrine_orm_filter_search_filter',
                        'annotated_app_event_entity_event_api_platform_core_bridge_doctrine_orm_filter_numeric_filter',
                        'annotated_app_event_entity_event_app_event_filter_territory_filter',
                        'annotated_app_event_entity_event_api_platform_core_bridge_doctrine_orm_filter_boolean_filter',
                        'annotated_app_event_entity_event_app_event_filter_event_address_territory_filter',
                    ],
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
