However, in redoc it's displayed as many object. I have to click through them to see the details. I checked the generated openai.json, each variant is inlined within the enum, rather than taking a reference to #/components/schemas/Foo_FooPrice
I wonder if there's a way to let variants display with their name, rather than object?
My endpoint returns a tagged enum
However, in redoc it's displayed as many
object
. I have to click through them to see the details. I checked the generated openai.json, each variant is inlined within the enum, rather than taking a reference to#/components/schemas/Foo_FooPrice
I wonder if there's a way to let variants display with their name, rather than
object
?