mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 05:30:51 +00:00
15 lines
516 B
YAML
15 lines
516 B
YAML
generatorName: scala-sttp
|
|
outputDir: samples/client/petstore/scala-sttp
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/scala/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/scala-sttp
|
|
nameMappings:
|
|
_type: "`underscoreType`"
|
|
type_: "`typeWithUnderscore`"
|
|
http_debug_operation: "`httpDebugOperation`"
|
|
parameterNameMappings:
|
|
_type: underscoreType
|
|
type_: typeWithUnderscore
|
|
http_debug_operation: httpDebugOperation
|
|
additionalProperties:
|
|
artifactId: scala-sttp-petstore
|