mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 08:46:09 +00:00
9 lines
364 B
YAML
9 lines
364 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-array-integer-enum
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/issue15204-int-array-enum.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-array-integer-enum
|
|
serializableModel: "true"
|
|
dateLibrary: java8
|