krakenjs/hapi-openapi

serialization support

dcharbonnier opened this issue · 0 comments

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