mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-01 21:20:55 +00:00
15 lines
535 B
YAML
15 lines
535 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-name-parameter-mappings
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/name-parameter-mappings.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
nameMappings:
|
|
_type: underscoreType
|
|
type_: typeWithUnderscore
|
|
http_debug_operation: httpDebugOperation
|
|
parameterNameMappings:
|
|
_type: underscoreType
|
|
type_: typeWithUnderscore
|
|
http_debug_operation: httpDebugOperation
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-client
|