This repository contains the shared protocol buffers contracts for every service in the system. Each proto file must not be in any of the service repositories, but instead in this repository. We use git submodules to include this repository in each service repository.
We use buf to lint and generate the code from the proto files. Please install it before contributing.