<?php //subresource_operations_793ca29d0768d3173099e7e55883c474

return [PHP_INT_MAX, [
    'api_users_addresses_get_subresource' => [
        'property' => 'addresses',
        'collection' => true,
        'resource_class' => 'App\\Geography\\Entity\\Address',
        'shortNames' => [
            'Address',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'addresses_get_subresource',
        'route_name' => 'api_users_addresses_get_subresource',
        'path' => '/users/{id}/addresses.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_users_images_get_subresource' => [
        'property' => 'images',
        'collection' => true,
        'resource_class' => 'App\\Image\\Entity\\Image',
        'shortNames' => [
            'Image',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'images_get_subresource',
        'route_name' => 'api_users_images_get_subresource',
        'path' => '/users/{id}/images.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_users_proposals_get_subresource' => [
        'property' => 'proposals',
        'collection' => true,
        'resource_class' => 'App\\Carpool\\Entity\\Proposal',
        'shortNames' => [
            'Proposal',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'proposals_get_subresource',
        'route_name' => 'api_users_proposals_get_subresource',
        'path' => '/users/{id}/proposals.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_users_proposals_delegates_get_subresource' => [
        'property' => 'proposalsDelegate',
        'collection' => true,
        'resource_class' => 'App\\Carpool\\Entity\\Proposal',
        'shortNames' => [
            'Proposal',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'proposals_delegates_get_subresource',
        'route_name' => 'api_users_proposals_delegates_get_subresource',
        'path' => '/users/{id}/proposals_delegates.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_users_masses_get_subresource' => [
        'property' => 'masses',
        'collection' => true,
        'resource_class' => 'App\\Match\\Entity\\Mass',
        'shortNames' => [
            'Mass',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'masses_get_subresource',
        'route_name' => 'api_users_masses_get_subresource',
        'path' => '/users/{id}/masses.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_users_messages_get_subresource' => [
        'property' => 'messages',
        'collection' => true,
        'resource_class' => 'App\\Communication\\Entity\\Message',
        'shortNames' => [
            'Message',
            'User',
        ],
        'identifiers' => [
            [
                'id',
                'App\\User\\Entity\\User',
                true,
            ],
        ],
        'operation_name' => 'messages_get_subresource',
        'route_name' => 'api_users_messages_get_subresource',
        'path' => '/users/{id}/messages.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
]];
