Twipped / joi-to-swagger

A library to convert Joi schema objects into Swagger schema definitions
Other
164 stars 63 forks source link

Set responses using joi #91

Closed itajenglish closed 1 year ago

itajenglish commented 2 years ago

Is it possible to add an option to set responses using the joi syntax as well?

Mairu commented 2 years ago

I don't know how you use this library, but it only generates the schemas. So it is up to you, where you put them. They can also be used as responses.