<?php //subresource_operations_093a73af7f23a461b458908ad800409f

return [PHP_INT_MAX, [
    'api_communities_images_get_subresource' => [
        'property' => 'images',
        'collection' => true,
        'resource_class' => 'App\\Image\\Entity\\Image',
        'shortNames' => [
            'Image',
            'Community',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Community\\Entity\\Community',
                true,
            ],
        ],
        'operation_name' => 'images_get_subresource',
        'route_name' => 'api_communities_images_get_subresource',
        'path' => '/communities/{id}/images.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_communities_proposals_get_subresource' => [
        'property' => 'proposals',
        'collection' => true,
        'resource_class' => 'App\\Carpool\\Entity\\Proposal',
        'shortNames' => [
            'Proposal',
            'Community',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Community\\Entity\\Community',
                true,
            ],
        ],
        'operation_name' => 'proposals_get_subresource',
        'route_name' => 'api_communities_proposals_get_subresource',
        'path' => '/communities/{id}/proposals.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_communities_community_users_get_subresource' => [
        'property' => 'communityUsers',
        'collection' => true,
        'resource_class' => 'App\\Community\\Entity\\CommunityUser',
        'shortNames' => [
            'CommunityUser',
            'Community',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Community\\Entity\\Community',
                true,
            ],
        ],
        'operation_name' => 'community_users_get_subresource',
        'route_name' => 'api_communities_community_users_get_subresource',
        'path' => '/communities/{id}/community_users.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_communities_community_securities_get_subresource' => [
        'property' => 'communitySecurities',
        'collection' => true,
        'resource_class' => 'App\\Community\\Entity\\CommunitySecurity',
        'shortNames' => [
            'CommunitySecurity',
            'Community',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Community\\Entity\\Community',
                true,
            ],
        ],
        'operation_name' => 'community_securities_get_subresource',
        'route_name' => 'api_communities_community_securities_get_subresource',
        'path' => '/communities/{id}/community_securities.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
]];
