<?php //App%255CEntity%255CUsers

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
        clone ($p['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity')),
    ],
    null,
    [
        'stdClass' => [
            'repositoryClass' => [
                'App\\Repository\\UsersRepository',
            ],
            'collectionOperations' => [
                1 => [
                    'get' => [
                        'normalization_context' => [
                            'groups' => [
                                'users_read',
                            ],
                        ],
                    ],
                    'post' => [],
                ],
            ],
            'itemOperations' => [
                1 => [
                    'get' => [
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'get_babies' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/babies',
                        'normalization_context' => [
                            'groups' => [
                                'user_babies_read',
                            ],
                        ],
                    ],
                    'get_messages' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/messages',
                        'normalization_context' => [
                            'groups' => [
                                'user_messages_read',
                            ],
                        ],
                    ],
                    'get_comments' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/comments',
                        'normalization_context' => [
                            'groups' => [
                                'user_comments_read',
                            ],
                        ],
                    ],
                    'get_agenda' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/agenda',
                        'normalization_context' => [
                            'groups' => [
                                'user_agenda_read',
                            ],
                        ],
                    ],
                    'get_replay' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/replay',
                        'force_eager' => false,
                        'normalization_context' => [
                            'groups' => [
                                'user_replay_read',
                            ],
                            'enable_max_depth' => true,
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'user_replay_read',
                            ],
                            'enable_max_depth' => true,
                        ],
                    ],
                    'get_rewards' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/rewards',
                        'normalization_context' => [
                            'groups' => [
                                'user_rewards_read',
                            ],
                        ],
                    ],
                    'image_avatar' => [
                        'method' => 'POST',
                        'path' => '/users/{id}/image',
                        'deserialize' => false,
                        'controller' => 'App\\Controller\\Api\\UserPostAvatar',
                        'normalization_context' => [
                            'groups' => [
                                'user_avatar_update',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'user_avatar_write',
                            ],
                        ],
                    ],
                    'user_flag' => [
                        'method' => 'POST',
                        'path' => '/users/{id}/flag',
                        'deserialize' => false,
                        'controller' => 'App\\Controller\\Api\\UserFlagReport',
                        'normalization_context' => [
                            'groups' => [
                                'user_flag_update',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'user_flag_write',
                            ],
                        ],
                    ],
                    'is_quiz_complete' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/completeQuiz',
                        'normalization_context' => [
                            'groups' => [
                                'user_quiz_complete',
                            ],
                        ],
                    ],
                    'put',
                    'patch',
                    'delete',
                ],
            ],
            'message' => [
                2 => 'There is already an account with this email',
            ],
            'fields' => [
                2 => [
                    'email',
                ],
            ],
            'groups' => [
                2 => [
                    'Default',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
    ],
    []
); }];
