OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Hi guys. Is there possibility generate nullable TimeSpan from scheme. I have --type-mappings arg in command line. It it map type correctly but nullable description is not involved.
Description
Hi guys. Is there possibility generate nullable TimeSpan from scheme. I have --type-mappings arg in command line. It it map type correctly but nullable description is not involved.
Thank you for your help!
openapi-generator version
4.22
OpenAPI declaration file content or url
Command line used for generation
openapi-generator generate -g csharp-netcore -i http://localhost:22525/swagger/v1/swagger.json -o RestApiClients -c v1-config.json -DapiTests=false -DapiDocs=false -DmodelTests=false -DmodelDocs=false --type-mappings date-span=TimeSpan --package-name Rest.V1
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement