We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c664d1 commit 5448b23Copy full SHA for 5448b23
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/ElixirClientCodegen.java
@@ -226,6 +226,7 @@ public ElixirClientCodegen() {
226
typeMapping.put("date", "Date.t");
227
typeMapping.put("date-time", "DateTime.t");
228
// other
229
+ typeMapping.put("AnyType", "any()");
230
typeMapping.put("ByteArray", "binary()");
231
typeMapping.put("DateTime", "DateTime.t");
232
typeMapping.put("UUID", "String.t");
0 commit comments