kogosoftwarellc / open-api

A Monorepo of various packages to power OpenAPI in node
MIT License
892 stars 235 forks source link

openapi-framework: fix typing operations (allow array) #783

Closed GuillaumeDeconinck closed 2 years ago

GuillaumeDeconinck commented 2 years ago

Hello, small change to the typing of the operations attribute in order for it to be aligned with the changes in https://github.com/kogosoftwarellc/open-api/pull/769.

No breaking change as it simply adds the array as an additional type.

Thank you 🙂

talberkoMelio commented 2 years ago

@jsdevel Hi, when will this be released?