Cody2333 / koa-swagger-decorator

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

Can it support array body? #162

Open cenglou995 opened 2 years ago

cenglou995 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类型。

lls1377241 commented 1 year ago

顶🆙! 之前就提出了该需求(https://github.com/Cody2333/koa-swagger-decorator/issues/68) 弱弱问一句啥时候会加上呢?