Replies: 1 comment
-
Yeah that sounds like a bug will convert the discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When defining the OpenApi3 model class:
and using
tsp-openapi3
to transform the specification, the class is generated as:which loses the enum values.
Should the
ModelClass
be generated as anenum
instead?Beta Was this translation helpful? Give feedback.
All reactions