syntax = "proto3";
package mapeo;

import "google/protobuf/struct.proto";
import "common/v1.proto";

message Role_1 {
  Common_1 common = 1;
  string role = 2;
  string projectId = 3;
  string action = 4;
  string signature = 5;
  int32 authorIndex = 6;
  int32 deviceIndex = 7;
}
