Results 5 comments of Benjamin Houdebert

A new crate emerged recently, which I found a really nice alternative when you are only looking for openapi generation: https://github.com/juhaku/utoipa

Yes I got that helper but was hoping to get something magic. To me, this far from safe as it would mean the `scope` is duplicated between the actix macro...

I would be ok with anything solving this but sure `a)` detection would be really great and for the side note I already deal with `ExtraContent` as a `Component` which...

Okay I found some way around using the reflect api. ```Rust Reflect::get(&attr2element, &JsValue::from_str("att_of_attr2")); ``` Still very cumbersome to me.

Any update on that one, it seems like if the nested type is always expected to be a string, Tried to put an u64 but got the parsing error actual...