forked from loafle/openapi-generator-original
[Swift 3] Use ISOFullDate for date format
This commit is contained in:
committed by
Jason Gavris
parent
43af07a2d4
commit
993f9eec65
@@ -116,8 +116,7 @@ public class Swift3Codegen extends DefaultCodegen implements CodegenConfig {
|
||||
typeMapping.put("array", "Array");
|
||||
typeMapping.put("List", "Array");
|
||||
typeMapping.put("map", "Dictionary");
|
||||
typeMapping.put("date", "Date");
|
||||
typeMapping.put("Date", "Date");
|
||||
typeMapping.put("date", "ISOFullDate");
|
||||
typeMapping.put("DateTime", "Date");
|
||||
typeMapping.put("boolean", "Bool");
|
||||
typeMapping.put("string", "String");
|
||||
|
||||
Reference in New Issue
Block a user