forked from loafle/openapi-generator-original
* improving with simple enum names * adding test case * fixing docs * fixing param name * fix docs
17 lines
621 B
YAML
17 lines
621 B
YAML
generatorName: protobuf-schema
|
|
outputDir: samples/config/petstore/protobuf-schema-config
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/protobuf/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/protobuf-schema
|
|
additionalProperties:
|
|
packageName: petstore
|
|
addJsonNameAnnotation: true
|
|
numberedFieldNumberList: true
|
|
startEnumsWithUnspecified: true
|
|
wrapComplexType: false
|
|
supportMultipleResponses: false
|
|
aggregateModelsName: data
|
|
useSimplifiedEnumNames: true
|
|
typeMappings:
|
|
object: "google.protobuf.Struct"
|
|
importMappings:
|
|
google.protobuf.Struct: "google/protobuf/struct" |