ParseOptions parseOptions = new ParseOptions();
parseOptions.setFlatten(true);
final OpenAPI openAPI = new OpenAPIV3Parser().read(openAPIFileContent, null, parseOptions);
...
The Received OpenAPI model contains mismatching schema names with its references.
I'm using swagger parser 03, with flatten enable
The Received OpenAPI model contains mismatching schema names with its references.
The OpenAPI model received contains mismatching schema names with references.
OpenAPI model received for above yaml file