Protobuf

Protobuf documentation: https://protobuf.dev/programming-guides/proto3/

Message Validation

The protoc parser validates that a given proto definition file is parseable. If you want further validation, you can utilize protovalidate.

Last updated