From f9970d279b934d5294dce7f09ffb6c1bf6496261 Mon Sep 17 00:00:00 2001 From: Tom Chinery Date: Tue, 21 Jan 2020 10:52:07 +0000 Subject: [PATCH] fix(crud): missing types on query params sort filter join swagger 3.1.0 --- packages/crud/src/crud/swagger.helper.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/crud/src/crud/swagger.helper.ts b/packages/crud/src/crud/swagger.helper.ts index 1fe6ddb9..eea4062f 100644 --- a/packages/crud/src/crud/swagger.helper.ts +++ b/packages/crud/src/crud/swagger.helper.ts @@ -278,6 +278,7 @@ export class Swagger { items: { type: 'string', }, + type: 'array', collectionFormat: 'multi', } : { @@ -304,6 +305,7 @@ export class Swagger { items: { type: 'string', }, + type: 'array', collectionFormat: 'multi', } : { @@ -330,6 +332,7 @@ export class Swagger { items: { type: 'string', }, + type: 'array', collectionFormat: 'multi', } : { @@ -356,6 +359,7 @@ export class Swagger { items: { type: 'string', }, + type: 'array', collectionFormat: 'multi', } : {