|  | @@ -168,6 +168,7 @@ func (s *Service) GetAllServicesOpenAPI(ctx context.Context, servicesList []stri
 | 
	
		
			
				|  |  |  		CircularDepth:   utils.ToPointInt(2),
 | 
	
		
			
				|  |  |  		DefaultResponse: utils.ToPointBool(false),
 | 
	
		
			
				|  |  |  		OutputMode:      utils.ToPointString("merged"),
 | 
	
		
			
				|  |  | +		PreserveInfo:    utils.ToPointBool(true),
 | 
	
		
			
				|  |  |  	}, plugin.Files)
 | 
	
		
			
				|  |  |  	content, err := gen.RunV2()
 | 
	
		
			
				|  |  |  
 |