contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

`x-codeSamples` is omitted when present in OpenAPI annotation #203

Open aqos156 opened 8 months ago

aqos156 commented 8 months ago

x-codeSamples is used to provide code samples to try the api in different languages, but apitte seems to leave it out when generating the schema.

https://redocly.com/docs/api-reference-docs/specification-extensions/x-code-samples/