You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(for primitive types [String, u32,u64,f32,u64,bool,&str,etc..], it would be nice to display only their names without the path)
Expected result:
**Salvo version : **
salvo = { version = "0.68.5", features = ["oapi", "jwt-auth", "compression"] }
salvo-oapi = "0.68.5"
Thanks in advance 🥇
The text was updated successfully, but these errors were encountered:
rxdiscovery
changed the title
OAPI : serialization of generics does not apply to name changes
OAPI : serialization of generics does not take into account name changes
Jul 15, 2024
rxdiscovery
changed the title
OAPI : serialization of generics does not take into account name changes
OAPI : Short FlexNamer doesn't respect schemas name
Jul 25, 2024
Hello,
Describe the bug :
I've noticed that when using structures with generics, serialization (ToSchema) doesn't take name changes into account with
#[salvo(schema(name = XXX))]
Here is a complete code that shows the problem :
We have this result:
(for primitive types [String, u32,u64,f32,u64,bool,&str,etc..], it would be nice to display only their names without the path)
Expected result:
**Salvo version : **
Thanks in advance 🥇
The text was updated successfully, but these errors were encountered: