aj-foster / open-api-generator

Open API code generator for Elixir
MIT License
97 stars 13 forks source link

Avoid unwrapping array types in typespecs #37

Closed aj-foster closed 7 months ago

aj-foster commented 8 months ago

This PR fixes an issue that affects the typespecs of operation functions with an array type for the body argument. This portion of the typespec was inappropriately unwrapped using List.flatten/1, creating an incorrect spec.

Relates to #33.