koa-joi-swagger icon indicating copy to clipboard operation
koa-joi-swagger copied to clipboard

An opinionated koa validation & swagger library, letting you write one Joi schema for both validation & generating swagger ui.

Results 3 koa-joi-swagger issues
Sort by recently updated
recently updated
newest added

Is there a typescript declaration file?

How to implement Bearer Authentication using mixed docs

按照如下的方式,body会被忽略掉 ``` body: Joi.array().items(Joi.object().keys({ id: Joi.string().required(), })) ```