juhaku / utoipa

Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Apache License 2.0
2.48k stars 197 forks source link

Update schema generics compose #1202

Closed juhaku closed 1 week ago

juhaku commented 1 week ago

This commit updates default ComposeSchema implementation for Rust types currently implementing ComposeSchema with aim to fix the incorrect schema on types having generic arguments.

Related #1184 Closes #1182