Cody2333 / koa-swagger-decorator

using decorator to automatically generate swagger doc for koa-router
348 stars 81 forks source link

Can it support the array body? #161

Closed HAND-huangxianqin closed 2 years ago

HAND-huangxianqin commented 2 years ago

I want to the swagger show this like [ "string" ].It means that I want the body decorator can be used to show array type. 我想swagger像 [ "string" ]这样展示,我想body装饰器可以用来展示array类型。