Weitere Spezifikationen

// Resource specification that disambiguates an appointment slot
message Resources {
  // The staff ID as provided in the feed or empty if not applicable or no staff
  // was selected.
  string staff_id = 1;
  // The room ID as provided in the feed or empty if not applicable or no room
  // was selected.
  string room_id = 2;
}