Hi, Google Cloud Community.
We’re using the API Gateway to host our backend APIs (Cloud Run services) with built-in Swagger configuration.
I’m wondering if there’s a 3rd-party or any way to convert the swagger OAS3.0 to Swagger 2.0 (API Gateway) automatically? Right now - we’re leaning on automating ‘api-spec-converter’ thru CICD. However, I would love to hear your thoughts on this.
Thanks!