<?php //subresource_operations_b526fb1cfb41b87eb3a1782a81f5f02a

return [PHP_INT_MAX, [
    'api_relay_points_images_get_subresource' => [
        'property' => 'images',
        'collection' => true,
        'resource_class' => 'App\\Image\\Entity\\Image',
        'shortNames' => [
            'Image',
            'RelayPoint',
        ],
        'identifiers' => [
            [
                'id',
                'App\\RelayPoint\\Entity\\RelayPoint',
                true,
            ],
        ],
        'operation_name' => 'images_get_subresource',
        'route_name' => 'api_relay_points_images_get_subresource',
        'path' => '/relay_points/{id}/images.{_format}',
        'defaults' => [],
        'requirements' => [],
        'options' => [],
        'host' => '',
        'schemes' => [],
        'condition' => '',
        'controller' => null,
    ],
]];
