Closed tobyworks closed 1 month ago
Hi, i'm not 100% sure i am understanding the issue correctly. Could you perhaps provide a model and openapi spec showcasing the problematic/desired behavior ?
Hi, i'm not 100% sure i am understanding the issue correctly. Could you perhaps provide a model and openapi spec showcasing the problematic/desired behavior ?
Should be fixed by #137 once those kinks are ironed out. Same issue. Type is being stripped resulting in code generators/the UI showing the type as "unknown" or "any".
See: https://swagger.io/docs/specification/v3_0/data-models/enums/
the openapi spec is missing type: string for enum types. this causes generators like orval to generate faulty code.