// Copyright 2024 Matthew Rich . All rights reserved. syntax = "proto3"; package identity; message Address { string address = 1; }