// Ticket item indicating which color option to use.

import 'color.proto';

message ColorTicketItem {

// Vendor ID of the color (required if the type is CUSTOM_COLOR or
// CUSTOM_MONOCHROME).
optional string vendor_id = 1;

// Type of the color (required).
optional Color.Type type = 2;

}