joolfe / postman-to-openapi

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

Is possible to have AnyOf type in requestBody Schema ? #160

Closed Matioso closed 2 years ago

Matioso commented 2 years ago

Hi,

is possible to have a requestBody schema with anyof keyword based on the examples ?

joolfe commented 2 years ago

HI @Matioso,

This can be part of the pending feature related with schema #22, but not as part of the examples as this is a schema definition

Best regards.