Twipped / joi-to-swagger

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

add meta option to override alternatives feature (for AWS APIG) #73

Closed melchii closed 3 years ago

melchii commented 3 years ago

I recently upgraded from joi-to-swagger@3 to joi-to-swagger@5. I love having the new features, but unfortunately the old alternatives behavior breaks the swagger integration with AWS API Gateway. I was thinking about adding a meta override flag to use the old behavior if present.

Happy to implement this myself.

melchii commented 3 years ago

https://github.com/Twipped/joi-to-swagger/pull/74