joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
596 stars 104 forks source link

Allow describe the json request body #146

Closed Chia-Yu-hung closed 3 years ago

Chia-Yu-hung commented 3 years ago

Can use markdown to describe the json request body in postman

Screen Shot 2021-08-15 at 12 41 27 PM

and export to swagger like as

Screen Shot 2021-08-15 at 12 43 12 PM
joolfe commented 3 years ago

Hi the way to describe bodies is with schemas there are already a task for that #22

Best regards