<?php //resource_metadata_e9b459ae8407ac013d5d111c85f06006

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' => [
                'Proof',
            ],
            'description' => [
                'A solidary proof related to a solidary record or a solidaryUser',
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'security' => 'is_granted(\'proof_read\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        '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(\'proof_update\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        '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' => [
                        'security' => 'is_granted(\'proof_delete\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        'input' => null,
                        'output' => null,
                        'method' => 'DELETE',
                        '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' => 'is_granted(\'proof_list\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        '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' => [
                        'controller' => 'App\\Solidary\\Controller\\CreateProofAction',
                        'deserialize' => false,
                        'security_post_denormalize' => 'is_granted(\'proof_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        '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',
                            ],
                        ],
                    ],
                    'ADMIN_post' => [
                        'path' => '/admin/proofs',
                        'controller' => 'App\\Solidary\\Admin\\Controller\\UploadProofAction',
                        'deserialize' => false,
                        'method' => 'POST',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'denormalization_context' => [
                            'groups' => [
                                'aWrite',
                            ],
                        ],
                        'security_post_denormalize' => 'is_granted(\'proof_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Solidary',
                            ],
                        ],
                        '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' => [
                            'readProof',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'writeProof',
                        ],
                    ],
                    'input' => null,
                    'output' => null,
                    'filters' => [
                        'annotated_app_solidary_entity_proof_api_platform_core_bridge_doctrine_orm_filter_order_filter',
                        'annotated_app_solidary_entity_proof_api_platform_core_bridge_doctrine_orm_filter_search_filter',
                    ],
                ],
            ],
        ],
    ],
    $o[0],
    []
); }];
