OpenAPI documentation suggests that both date and date-time formats should be RFC3339 compliant, but the default for Python is not, as it is missing a colon in the ...
Fix issue: #1760, #1768 Update logic to only allow DateTimeFormat enum and not treat the string value of it the same way with enum. Update Test.cs to not convert from enum to string for DateTimeFormat ...