bgong-mdsol

Results 3 comments of bgong-mdsol

@wing328 This PR is quite helpful for us in scala-sttp project, can someone help to merge into [OpenAPITools:master](https://github.com/OpenAPITools/openapi-generator)?

> @bgong-mdsol thanks for reviewing this change. Is it correct to say that you've tested this PR locally and it works well with your spec? > > I'm also try...

The issue still exists in openapi-generator 6.2.x (java client generator with library: okhttp-gson, native, jersey) ``` components: schemas: ReturnValue: oneOf: - type: string - $ref: '#/components/schemas/ReturnValueArray' ReturnValueArray: type: array items:...