joolfe / postman-to-openapi

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

Request to add Ref to body object #243

Closed muqeed11 closed 1 year ago

muqeed11 commented 1 year ago

I tried with a postman collection and the generated OAS do not have a ref component as below. Any plans to update the library? This is required for any endpoint having body parameter.

image
joolfe commented 1 year ago

Hi @muqeed11,

At this moment the library just use object as schema type and doesn't support refs.

Best Regards.