mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-19 05:09:11 +00:00
Fix bug
This commit is contained in:
@@ -99,6 +99,7 @@ public class SwiftGenerator extends DefaultCodegen implements CodegenConfig {
|
||||
typeMapping.put("array", "Array");
|
||||
typeMapping.put("List", "Array");
|
||||
typeMapping.put("map", "Dictionary");
|
||||
typeMapping.put("date", "NSDate");
|
||||
typeMapping.put("Date", "NSDate");
|
||||
typeMapping.put("DateTime", "NSDate");
|
||||
typeMapping.put("boolean", "Bool");
|
||||
|
||||
Reference in New Issue
Block a user