We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c10960 + f9970d2 commit 76dc6c2Copy full SHA for 76dc6c2
packages/crud/src/crud/swagger.helper.ts
@@ -296,6 +296,7 @@ export class Swagger {
296
items: {
297
type: 'string',
298
},
299
+ type: 'array',
300
collectionFormat: 'multi',
301
}
302
: {
@@ -322,6 +323,7 @@ export class Swagger {
322
323
324
325
326
327
328
329
@@ -348,6 +350,7 @@ export class Swagger {
348
350
349
351
352
353
354
355
356
@@ -374,6 +377,7 @@ export class Swagger {
374
377
375
378
376
379
380
381
382
383
0 commit comments