mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-19 08:00:54 +00:00
9 lines
382 B
YAML
9 lines
382 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-default-values-jvm-okhttp4
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/issue_10865_default_values.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-default-values-jvm-okhttp4
|
|
library: jvm-okhttp4
|
|
sortParamsByRequiredFlag: false
|