joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
605 stars 105 forks source link

Failed with `Error: Error parsing response example "Job in Progress"` #271

Open vadym-khodak opened 9 months ago

vadym-khodak commented 9 months ago

I tried to convert public Postman collection

cunkz commented 9 months ago

I checked your link and found multiple missing requirements as JSON format like :

At some example like :

If you still want using p2o for that collection, here I attach same collection with fixed response example. Amplitude Analytics APIs.postman_collection.json

vadym-khodak commented 9 months ago

thank you for the response