It would be cool if there was a way to support tuple struct so that something like this ```rust #[derive(Exported)] pub struct Email(pub String); ``` could became ```json { "type": "string" } ```