forked from loafle/openapi-generator-original
* [fix-kotlinArrayEnumEmbedded] fix embedded enum array * Add new gen props to bin/ci/kotlin-client-string.json Co-authored-by: nekkiy <hard-t@mail.ru>
13 lines
474 B
JSON
13 lines
474 B
JSON
{
|
|
"artifactId": "kotlin-petstore-string",
|
|
"generatorName": "kotlin",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore.yaml",
|
|
"outputDir": "samples/client/petstore/kotlin-string",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/kotlin-client",
|
|
"additionalProperties": {
|
|
"dateLibrary": "string",
|
|
"serializableModel": "true",
|
|
"sortParamsByRequiredFlag": "false",
|
|
"sortModelPropertiesByRequiredFlag": "false"
|
|
}
|
|
} |