syntax = "proto3";
package mapeo;

import "google/protobuf/any.proto";

message Field_1 {
  bytes id = 1;
  // keys can be an array of strings or a string
  google.protobuf.Any key = 2;
  string type = 3;
}
