DEV Community

Idan Asulin
Idan Asulin

Posted on

How to validate protobuf schema

Let's say I'm getting as an input a protobuf message, and besides that I have a proto file. I want to validate the message meets the schema requirements.

Any Idea how to implement it?

Top comments (0)