We are using hapi-swagger for our hapi Node APIs to generate our Swagger pages.
We are also trying to use Postman Contract Test Generator to create automated tests for our APIs. This works great for our non-node APIs.
However, Postman Contract Test Generator requires OpenAPI 3.0, and as of the most recent release of hapi-swagger it is still using the Swagger 2.0 spec.
Is anyone aware of a library that leverages OpenAPI 3.0 instead?