forked from loafle/openapi-generator-original
11 lines
401 B
YAML
11 lines
401 B
YAML
generatorName: protobuf-schema
|
|
outputDir: samples/config/petstore/protobuf-schema
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/protobuf/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/protobuf-schema
|
|
additionalProperties:
|
|
packageName: petstore
|
|
typeMappings:
|
|
object: "google.protobuf.Struct"
|
|
importMappings:
|
|
google.protobuf.Struct: "google/protobuf/struct"
|