Closed andrewdmoreno closed 4 years ago
Thanks. We don't plan to add it to the tool for now. However, now the tool throws exception with appropriate message "Unsupported OpenApi format. The OpenApi document should be provided in json format. Version 2 and 3 of OpenApi are supported"
Specifying a yaml file as the value for
openApiSpec
results in the following exception:It appears that the
GetOpenApiVersion
method, which only supports json, is getting called even for yaml files.