forked from loafle/openapi-generator-original
14 lines
535 B
YAML
14 lines
535 B
YAML
generatorName: elixir
|
|
outputDir: samples/client/petstore/elixir
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/elixir
|
|
additionalProperties:
|
|
invokerPackage: OpenapiPetstore
|
|
modelNameMappings:
|
|
DeprecatedObject: DeprecatedModel
|
|
# the following options have no effect on elixir client gen which uses baseName
|
|
nameMappings:
|
|
deprecatedRef: deprecatedReference
|
|
parameterNameMapping:
|
|
ioutils: ioutils_parameter
|