We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0902089 commit a8b6f0dCopy full SHA for a8b6f0d
1 file changed
docs/generators/protobuf-schema.md
@@ -22,6 +22,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
22
|aggregateModelsName|Aggregated model filename. If set, all generated models will be combined into this single file.| |null|
23
|customOptionsApi|Custom options for the api files.| |null|
24
|customOptionsModel|Custom options for the model files.| |null|
25
+|extractEnumsToSeparateFiles|Extract enums to separate protobuf files and import them in models| |false|
26
|numberedFieldNumberList|Field numbers in order.| |false|
27
|startEnumsWithUnspecified|Introduces "UNSPECIFIED" as the first element of enumerations.| |false|
28
|supportMultipleResponses|Support multiple responses| |true|
0 commit comments