Alexander Pui Yiu CHAN
Alexander Pui Yiu CHAN
It seems related to issue #636
Update: I managed to "circumvent" the error but factoring out the schema into a component ``` responses: 200: description: "Success" content: application/json: schema: $ref: /#/components/schemas/SomethingSuccess' ```
Not sure if my issue is related to this one: https://github.com/deepmap/oapi-codegen/issues/1496
Hi @tototo23 , I am encountering the same issue. I tried digging into the code of this library. I found that this library is largely a wrapper for https://github.com/OpenAPITools/openapi-generator So...