/**
* @OA\Get(
* tags={"Products"},
* path="/products/{product_id}",
* @OA\Response(
* response="default",
* ref="Cюда нужно как-то указать путь"
* )
* )
*/
public function getProduct($id)
{
}
/**
* @OA\Definition(
* definition="Products",
* property="products",
* type="object",
* @OA\Property(
* property="id",
* type="integer"
* ),
* ),
*/