forked from loafle/openapi-generator-original
19 lines
569 B
YAML
19 lines
569 B
YAML
generatorName: crystal
|
|
outputDir: samples/client/petstore/crystal
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/crystal/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/crystal
|
|
additionalProperties:
|
|
shardVersion: 1.0.0
|
|
moduleName: Petstore
|
|
shardName: petstore
|
|
strictSpecBehavior: false
|
|
modelNameMappings:
|
|
PropertyNameMapping: AnotherPropertyNameMapping
|
|
nameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|
|
type-: type_with_dash
|
|
parameterNameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|