Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serialization support #208

Open
dcharbonnier opened this issue Nov 24, 2021 · 0 comments · May be fixed by #211
Open

serialization support #208

dcharbonnier opened this issue Nov 24, 2021 · 0 comments · May be fixed by #211

Comments

@dcharbonnier
Copy link
Contributor

https://swagger.io/docs/specification/serialization/#query

Especially the deepObject is not supported.
Example :

- in: query
  name: filter
  required: false
  schema:
    type: object
    properties:
      website:
        type: array
        items:
          type: string
      country:
        type: array
        items:
          type: string
  style: deepObject

the query /1/stats/?filter%5Bwebsite%5D=a&filter%5Bwebsite%5D=b is rejected with a 400

@dcharbonnier dcharbonnier linked a pull request Nov 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant