mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
16 lines
511 B
YAML
16 lines
511 B
YAML
generatorName: ada
|
|
outputDir: samples/client/petstore/ada
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/ada/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Ada
|
|
nameMappings:
|
|
_type: P_UnderscoreType
|
|
type_: P_TypeWithUnderscore
|
|
http_debug_operation: P_HTTPDebugOperation
|
|
parameterNameMappings:
|
|
_type: UnderscoreType
|
|
type_: TypeWithUnderscore
|
|
http_debug_operation: HttpDebugOperation
|
|
additionalProperties:
|
|
modelPackage: Samples.Petstore
|
|
projectName: Petstore
|