generates broken ts file if description in swagger file containes forward slash */
like in this example **/information**
...
summary: Get service point file of all Nordic countries (SE,FI,DK,NO).
description: |-
Get service point file of all Nordic countries (SE,FI,DK,NO) from S3 storage. You can download previous service point file upto 7 days from current date. This is equivalent to **/information** endpoint with parameters `countryCode:SE,FI,DK,NO` and `context:ALL` and header `Accept-Encoding:gzip`.
Download the file using the URL in reponse.
...