You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdimascio
changed the title
Looking for blogs and articles that you've written about express-openapi-validator. Post the link here
Looking for blogs and articles that you've written about express-openapi-validator. Post links here
Jun 10, 2020
Nice work guys. I am trying to use your library for a universal gateway that I am building, which is going to support any protocol (REST, GraphQL, Message Q message etc). I was wondering if there is a way that I can use your library to just validate the open-spec (if it's correct), without worrying about express.
@van001 We validate the IDL on load before registering middleware. For that initial correctness validation, we use swagger-parser. You may want to look at that.
The text was updated successfully, but these errors were encountered: