This tool does a great job representing datetime and datetimeoffset in swagger, but timespan does not match newtonsoft's default output. Expected result: ```json "timeSpanProp": "00:00:00" ``` Actual result: ```json "timeSpanProp": { "ticks": 0, "days": 0, "hours": 0, "milliseconds": 0, "minutes": 0, "seconds": 0, "totalDays": 0, "totalHours": 0, "totalMilliseconds": 0, "totalMinutes": 0, "totalSeconds": 0 } ```
This tool does a great job representing datetime and datetimeoffset in swagger, but timespan does not match newtonsoft's default output.
Expected result:
Actual result: