nytimes/openapi2proto

Do not sort protobuf fields

Closed this issue · 1 comments

Currently the properties of the generated protobuf message are automatically sorted alphabetically.
This means that the protobuf is not backward compatible, since the field numbers are changing.
Is there a way to preserve the order of properties in the OpenApi spec?

Actually seems it can be resolved by #18