Why does OpenApiReader default explode to true when parsing a Swagger 2.0 spec with collectionFormat:csv? #1740
Unanswered
Deleted user (ghost)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When OpenApiReader 1.4 parses a Swagger 2.0 spec which specifies collectionFormat as csv for an array type, the resulting OpenApiDocument object has Style:Form and Explode set to True. If the collectionFormat is modified to "ssv", then Explode is set to false correctly.
All reactions