openapi-generator-rest-assured-example icon indicating copy to clipboard operation
openapi-generator-rest-assured-example copied to clipboard

AnyOf and OpenAPI 3

Open cardinalX opened this issue 3 years ago • 0 comments

Did you manage to solve the problem with openapi 3? How did you solve the problem that models for AnyOf objects are not generated when using Open API 3? @viclovsky I tried the latest version of openapi plugin

  <plugin>
      <groupId>org.openapitools</groupId>
      <artifactId>openapi-generator-maven-plugin</artifactId>
      <version>5.3.1</version>

cardinalX avatar Jan 25 '22 07:01 cardinalX