How to Show Additional Description for Enum Field in OpenAPI Document With Litestar
September 12, 2025When using ScalarRenderPlugin of Litestar to build API document, you may might want to display additional description for enum field in your OpenAPI documentation. This guide will show you how to achieve that.