Mitchell Merry
Mitchell Merry
openapi-types: support x- specification extensions everywhere without a pre-existing index signature
Fixes #768 Per the [Swagger 2.0](https://swagger.io/specification/v2/), [OpenAPI 3.0](https://swagger.io/specification/v3/#specification-extensions), and [OpenAPI 3.1](https://swagger.io/specification/#specification-extensions) specs, most objects should support `^x-` properties for the purposes of extending the specification. However, `openapi-types` does not support...
### What is the problem this feature would solve? In this type: https://github.com/kubb-labs/kubb/blob/main/packages/plugin-oas/src/types.ts#L108 it is encoded that there is only one success response schema. However, this is not true, multiple...
_Apologies if this is a duplicate - I wasn't able to find any existing discussion on this topic._ I have a use case where I'm trying to replicate the behaviour...