You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! Been noodling with openapi-merger, it's a real help. Ran into a bug, though. If you have an example field (which is, by spec, freeform and should generally just be ignored), the merge logic in the library recurses down into it and seems to flatten arrays-of-arrays.
Hey there! Been noodling with
openapi-merger
, it's a real help. Ran into a bug, though. If you have anexample
field (which is, by spec, freeform and should generally just be ignored), the merge logic in the library recurses down into it and seems to flatten arrays-of-arrays.Example from a source file:
And the result from a build that incorporates this file:
My temporary solution is in this branch and it unblocks my problem, but I'm sure it's not a complete solution.
Anyway, thanks for the library! Hope this helps improve it.
The text was updated successfully, but these errors were encountered: