mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-27 17:18:58 +00:00
20 lines
622 B
YAML
20 lines
622 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
|
|
#paramsEncoder: Crest::EnumeratedFlatParamsEncoder
|
|
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
|