elysiajs / elysia-swagger

A plugin for Elysia to auto-generate Swagger page
MIT License
84 stars 45 forks source link

fix: include patternProperties in object schema #106

Closed aleclarson closed 6 months ago

aleclarson commented 6 months ago

The patternProperties must be placed beside the type: "object" property to be properly supported by other tools. Before this commit, it was being placed beside the content property of a ResponseObject.