I'm trying to implement OpenApiFromFormField for [`rocket::fs::TempFile`](https://docs.rs/rocket/0.5.0-rc.1/rocket/fs/enum.TempFile.html). But it looks like Schemars need to implement `JsonSchema` for `TempFile` first. Then I can do `let schema = gen.json_schema::<rocket::fs::TempFile>();` and use the value of it in `okapi`.