You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/protobuf-schema.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
20
20
| ------ | ----------- | ------ | ------- |
21
21
|addJsonNameAnnotation|Append "json_name" annotation to message field when the specification name differs from the protobuf field name||false|
22
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|
23
25
|numberedFieldNumberList|Field numbers in order.||false|
24
26
|startEnumsWithUnspecified|Introduces "UNSPECIFIED" as the first element of enumerations.||false|
0 commit comments