<?php //subresource_operations_ab81b25236c7942391ed31ec3e2bdde3

return [PHP_INT_MAX, [
    'api_events_images_get_subresource' => [
        'property' => 'images',
        'collection' => true,
        'resource_class' => 'App\\Image\\Entity\\Image',
        'shortNames' => [
            'Image',
            'Event',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Event\\Entity\\Event',
                true,
            ],
        ],
        'operation_name' => 'images_get_subresource',
        'route_name' => 'api_events_images_get_subresource',
        'path' => '/events/{id}/images.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
    'api_events_proposals_get_subresource' => [
        'property' => 'proposals',
        'collection' => true,
        'resource_class' => 'App\\Carpool\\Entity\\Proposal',
        'shortNames' => [
            'Proposal',
            'Event',
        ],
        'identifiers' => [
            [
                'id',
                'App\\Event\\Entity\\Event',
                true,
            ],
        ],
        'operation_name' => 'proposals_get_subresource',
        'route_name' => 'api_events_proposals_get_subresource',
        'path' => '/events/{id}/proposals.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
]];
