google / gnostic

A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Apache License 2.0
2.08k stars 247 forks source link

Openapi Yaml File generated with Empty paths and schemas #440

Open shivbatra opened 4 months ago

shivbatra commented 4 months ago

My scenario is I have a proto file which is defined as per RESTful principles and does not contain option tag with google.api.http . I want to generate openApi spec yaml file for this scenario I am using protoc-gen-openapi to generate but getting empty path and schemas in openApi spec yaml file.