forked from loafle/openapi-generator-original
12 lines
442 B
YAML
12 lines
442 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-string
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-string
|
|
serializableModel: "true"
|
|
mapFileBinaryToByteArray: "true"
|
|
sortModelPropertiesByRequiredFlag: "false"
|
|
sortParamsByRequiredFlag: "false"
|
|
dateLibrary: string
|