We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0065a commit ac2eb4dCopy full SHA for ac2eb4d
src/swagger/specGenerator3.ts
@@ -290,10 +290,6 @@ export class SpecGenerator3 extends SpecGenerator {
290
parameter.schema.format = this.throwIfNotDataFormat(parameterType.format);
291
}
292
293
- if (parameter.in === 'query' && parameterType.type === 'array') {
294
- (parameter as Swagger.QueryParameter).collectionFormat = 'multi';
295
- }
296
-
297
if (parameterType.$ref) {
298
parameter.schema = parameterType as Swagger.Schema;
299
return parameter;
0 commit comments