Twipped / joi-to-swagger

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

Custom data x-custom-definition / x-custom-property-data #76

Open dr-aiuta opened 3 years ago

dr-aiuta commented 3 years ago

Hi! Is it possible to define custom Swagger data ? Any plans to support this? Didn't find anything related

Mairu commented 3 years ago

Hi, are you talking about https://swagger.io/docs/specification/openapi-extensions/? As far as I understand they are not part of schemas that are generated by this library.

Generally speaking, the library is in a kind of maintenance mode. I do not actively develop new features, but any PRs are welcome and would be merged if done accordingly.