kogosoftwarellc / open-api

A Monorepo of various packages to power OpenAPI in node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid query validation when using oneOf

scholz-timo opened this issue · comments

when you add an query parameter that is either an array of strings or a single string it will try to use JSON.parse to parse to query param, whilst it is already an string or an array of strings.

Used version: express-openapi: 12.1.0