forked from loafle/openapi-generator-original
9 lines
366 B
YAML
9 lines
366 B
YAML
generatorName: kotlin
|
|
outputDir: samples/openapi3/client/petstore/kotlin
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-client
|
|
serializableModel: "true"
|
|
dateLibrary: java8
|