Skip to content

Help understanding why query parameter using deepObject and explode does not result in the desired query #8250

Answered by tmousawNF
tmousawNF asked this question in Q&A
Discussion options

You must be logged in to vote

Got an answer on StackOverflow:
Move style and explode outside the schema, to the parameter level:

      parameters:
        - name: foo
          in: query
          required: false
          style: deepObject  # <-------
          explode: true      # <-------
          schema:
            type: object
            ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tmousawNF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant