jojo
Results
1
comments of
jojo
Until the changes to be released, you can resolve it by adding `--type-mappings object=JSONValue` as a workaround. e.g. ``` swagger-codegen generate -i your-swagger.json -l swift5 -o output-dir --template-dir template-dir --template-engine...