File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 🦋 express-openapi-validator
2
2
3
- docs.
4
-
5
3
[](#) [](https://www.npmjs.com/package/express-openapi-validator) [](https://www.npmjs.com/package/express-openapi-validator) [](#contributors) [](https://coveralls.io/github/cdimascio/express-openapi-validator?branch=master) [](https://www.codacy.com/manual/cdimascio/express-openapi-validator?utm_source=github.com&utm_medium=referral&utm_content=cdimascio/express-openapi-validator&utm_campaign=Badge_Grade) [](https://gitter.im/cdimascio-oss/community) [](https://gitpod.io/#https://github.com/cdimascio/express-openapi-validator) [](https://cdimascio.github.io/express-openapi-validator-documentation/) [](#license)
6
4
7
5
** An OpenApi validator for ExpressJS** that automatically validates ** API** _ ** requests** _ and _ ** responses** _ using an ** OpenAPI 3** specification.
@@ -30,13 +28,15 @@ docs.
30
28
[ NestJS] ( https://github.com/cdimascio/express-openapi-validator/tree/master/examples/9-nestjs )
31
29
[ Koa] ( https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/koa-openapi-validator ) and [ Fastify] ( https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/fastify-openapi-validator ) now available! 🚀
32
30
31
+ [ OAS 3.1 (experimental)] ( https://github.com/cdimascio/express-openapi-validator/pull/882 )
32
+
33
33
## Install
34
34
35
35
``` shell
36
36
npm install express-openapi-validator
37
37
38
- # # latest beta
39
- npm install express-openapi-validator@4.14 .0-beta .1
38
+ # experimental OAS 3.1 in alpha (contributions welcome - see branch `oas-3.1` and pr-882)
39
+ npm install express-openapi-validator@6.0 .0-alpha .1
40
40
```
41
41
42
42
## Usage
You can’t perform that action at this time.
0 commit comments