openapi-generator/bin/configs/protobuf-schema.yaml
2025-03-22 10:00:01 +08:00

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"