From 736fbfd0c3caf868db02a18c634ae997bc0a980b Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Sun, 23 Apr 2023 11:47:16 -0400 Subject: [PATCH] Updated readme Signed-off-by: Dave Shanley --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dda80c4..15688ea 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ like our _very kind_ sponsors: Need help? Have a question? Want to share your work? [Join our discord](https://discord.gg/x7VACVuEGP) and come say hi! +## Check out the `libopenapi-validator` + +Need to validate requests, responses, parameters or schemas? Use the new +[libopenapi-validator](https://github.com/pb33f/libopenapi-validator) module. + ## Documentation See all the documentation at https://pb33f.io/libopenapi/ @@ -48,6 +53,7 @@ See all the documentation at https://pb33f.io/libopenapi/ - [Using OpenAPI](https://pb33f.io/libopenapi/openapi/) - [Using Swagger](https://pb33f.io/libopenapi/swagger/) - [The Data Model](https://pb33f.io/libopenapi/model/) +- [Validation](https://pb33f.io/libopenapi/validation/) - [Modifying / Mutating the OpenAPI Model](https://pb33f.io/libopenapi/modifying/) - [Using Vendor Extensions](https://pb33f.io/libopenapi/extensions/) - [The Index](https://pb33f.io/libopenapi/index/)