nytimes / openapi2proto

A tool for generating Protobuf v3 schemas and gRPC service definitions from OpenAPI specifications
Apache License 2.0
961 stars 98 forks source link

Free-form objects are now defined by the Struct type #100

Closed drmaas closed 5 years ago

drmaas commented 5 years ago

@jprobinson I feel confident in this approach - I tested it out here, and also in one of our very large specs. It is fairly easy to convert back and forth between struct and data types in go, java, etc. like map.