1 parent 07e58cf commit d413223Copy full SHA for d413223
2 files changed
.github/workflows/convert-proto.yml
@@ -61,7 +61,7 @@ jobs:
61
run: npm ci && npm run preprocessing
62
63
- name: Clone Protobuf Generator Repository
64
- run: git clone https://github.com/OpenAPITools/openapi-generator cloned-repo
+ run: git clone --branch complex_type1 https://github.com/lucy66hw/openapi-generator.git cloned-repo
65
66
- name: Build Protobuf Generator Tool
67
run: |
tools/proto-convert/src/config/protobuf-generator-config.yaml
@@ -9,6 +9,7 @@ additionalProperties:
9
numberedFieldNumberList: true
10
startEnumsWithUnspecified: true
11
aggregateModelsName: aggregated_models
12
+ supportMultipleResponses: false
13
inlineSchemaOptions:
14
RESOLVE_INLINE_ENUMS: true
15
SKIP_SCHEMA_REUSE: true
0 commit comments