jlalmes / trpc-openapi

OpenAPI support for tRPC 🧩
https://www.npmjs.com/package/trpc-openapi
MIT License
2.12k stars 136 forks source link

Support for examples key #420

Open CruelMoney opened 8 months ago

CruelMoney commented 8 months ago

Hello :)

I see you've recently added support for adding examples. Would it be possible to support the examples key in addition to example. (singular vs plural).

Both are valid in the OpenApi spec: https://swagger.io/docs/specification/adding-examples/

Cheers