syntax = "proto3";
package mapeo;

import "google/protobuf/struct.proto";

message Preset_1 {
  bytes id = 1;
  string name = 2;
  repeated string geometry = 3;
  optional google.protobuf.Struct tags = 4;
  optional google.protobuf.Struct addTags = 5;
  optional google.protobuf.Struct removeTags = 6;
  repeated string fields = 7;
  repeated string additionalFields = 8;
  optional string icon = 9;
  repeated string terms = 10;
  optional int32 sort = 11;
}
