Ben Weis
Ben Weis
Same thing here: ```rust #[derive(JsonSchema)] struct User { user_id: i32, first_name: String, last_name: String, role: Role, family: Vec, gender: Gender, } ``` Produces the following: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "title":...
Bumping this. Experiencing the same issues as @jeremychone Reverting to 0.6 seems to be the best course of action for me at the moment.
Seeing the same issue on 0.5.11473
See #226 for details as to why this is.