I’m using wso2am-4.3.0 and I’m trying to import a swagger to create an API. However, due to OpenAPI validation errors, the API cannot be created. Since the swagger worked with older versions of the API Manager, it has too many methods with OpenAPI validation errors and the task has become too complicated to fix the swaggers one by one.
I tried to disable the validation by adding the following configuration to the deployment.toml but still the validation persists.
[apim.swagger]
validation_level = 0
Is it possible to disable the validation temporarily at least so that the older swaggers are compatible with the latest version of the API Manager? Thanks in advance.