Using various ways to handle polymorphic object types in swagger documentation
In this repo, i m exploring various ways in order to handle polymorphic object types in swagger documentation.
1️⃣ Example01 : use of annotations way on a controller api style.
2️⃣ Example02 : use of fluent way on a controller api style.
3️⃣ Example03 : use of annotations way on a minimal api style.
4️⃣ Example04 : use of fluent way on a minimal api style.
Tools
: net 9.0