mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* add tests for scala sttp circe * use jdk 11 * test with jdk 17 * fix * test in circleci * remove finch
16 lines
543 B
YAML
16 lines
543 B
YAML
generatorName: scala-sttp
|
|
outputDir: samples/client/petstore/scala-sttp-circe
|
|
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
|
|
jsonLibrary: circe
|