Closed grossd closed 9 months ago
Hello,
Nico from https://buf.build/ was so kind to mention protoc to jsonschema project.
Its what I was looking for, but it seems that it misses one descriptor capability -- to access comments in protobuf files.
Would be great if json could also include comments in the file -- i think there are also ways to indicate where a comment is placed.
thanks,
Dan
Hi @grossd. Proto file comments are already being used in several places here to infer various things.
Take a look at this example, and what it turns into.
Hello,
Nico from https://buf.build/ was so kind to mention protoc to jsonschema project.
Its what I was looking for, but it seems that it misses one descriptor capability -- to access comments in protobuf files.
Would be great if json could also include comments in the file -- i think there are also ways to indicate where a comment is placed.
thanks,
Dan