The first thing that I found when attempting to generate from an openapi v3 specification is that it is following v2 swagger rules where it looks for a basepath vs. using the new server directive. See: https://swagger.io/docs/specification/api-host-and-base-path/
The first thing that I found when attempting to generate from an openapi v3 specification is that it is following v2 swagger rules where it looks for a basepath vs. using the new server directive. See: https://swagger.io/docs/specification/api-host-and-base-path/