https://github.com/aimenux/swaggerpolymorphismdemo
Using various ways to handle polymorphic object types in swagger documentation
https://github.com/aimenux/swaggerpolymorphismdemo
net90 polymorphic-types swagger webapi
Last synced: 11 months ago
JSON representation
Using various ways to handle polymorphic object types in swagger documentation
- Host: GitHub
- URL: https://github.com/aimenux/swaggerpolymorphismdemo
- Owner: aimenux
- License: mit
- Created: 2025-03-06T12:17:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T19:18:26.000Z (11 months ago)
- Last Synced: 2025-03-06T19:36:06.981Z (11 months ago)
- Topics: net90, polymorphic-types, swagger, webapi
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/SwaggerPolymorphismDemo/actions/workflows/ci.yml)
# SwaggerPolymorphismDemo
```
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.
>
> :one: Example01 : use of annotations way on a controller api style.
>
> :two: Example02 : use of fluent way on a controller api style.
>
> :three: Example03 : use of annotations way on a minimal api style.
>
> :four: Example04 : use of fluent way on a minimal api style.
>
**`Tools`** : net 9.0