forked from loafle/openapi-generator-original
* Correct data_class.mustache to use proper property The name of the property is "datatype" lowercase, as can be seen in https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenProperty.java#L10 Using "dataType" does not work, and the type of the inner enum is null. * Change in petstore