Alex Moroz
Alex Moroz
I solved this problem by running unoconv via command line functions in nodejs. Maybe it will help you.
@dg92 it was 3 years ago, sorry, cannot help you :)
Doesn't work for me either, I use Swagger Petstore (Simple) specification from swagger examples, so the problem is obviously not in JSON file. And tags, operationId and summery are not...
I used [this](https://github.com/swagger-api/swagger-editor/blob/master/spec-files/petstore_simple.yaml) specification, but the json version generated by swagger editor. ```JSON { "swagger": "2.0", "info": { "version": "1.0.0", "title": "Swagger Petstore (Simple)", "description": "A sample API that uses...