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

Support single allOf element #117

Closed elyashivlavi closed 4 years ago

elyashivlavi commented 4 years ago

In order to use $ref in a field, but still change the description - need to support 'allOf', at least with a single field. Since it's just a workaround to add description, in the proto implementation we can just take the inner schema as-is

elyashivlavi commented 4 years ago

This is somewhat related to issue #89