> For the complete documentation index, see [llms.txt](https://docs.hypertensor.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypertensor.org/subnet-template/protobuf.md).

# 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](https://github.com/bufbuild/protovalidate).
