Mansoor

Results 3 issues of Mansoor

### Checks * [X ] I added a descriptive title to this issue * [X ] I have searched (google, github) for similar issues and couldn't find anything * [X...

bug

Is the ordered nature of the options used?

Using the following CL options: `protoc --plugin=${HOME}/go/bin/protoc-gen-jsonschema --jsonschema_opt=file_extension=schema.json --jsonschema_opt=disallow_additional_properties --jsonschema_out=schemas --proto_path=$CI_PROJECT_DIR/protobuf $CI_PROJECT_DIR/protobuf/*.proto --experimental_allow_proto3_optional` converts this proto: ``` message FusionConfig { oneof fusion_config{ BasicFusionConfig basic_fusion = 1; } message BasicFusionConfig {...

awaiting_feedback