Skip to content

Commit f8a7733

Browse files
author
andrewwilsonnew
committed
fix docs
1 parent 9a9f68f commit f8a7733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/generators/protobuf-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2020
| ------ | ----------- | ------ | ------- |
2121
|addJsonNameAnnotation|Append "json_name" annotation to message field when the specification name differs from the protobuf field name| |false|
2222
|aggregateModelsName|Aggregated model filename. If set, all generated models will be combined into this single file.| |null|
23-
|useSimplifiedEnumNames|Use a simple name for enums| |false|
2423
|numberedFieldNumberList|Field numbers in order.| |false|
2524
|startEnumsWithUnspecified|Introduces "UNSPECIFIED" as the first element of enumerations.| |false|
2625
|supportMultipleResponses|Support multiple responses| |true|
26+
|useSimplifiedEnumNames|Use a simple name for enums| |false|
2727
|wrapComplexType|Generate Additional message for complex type| |true|
2828

2929
## IMPORT MAPPING

0 commit comments

Comments
 (0)