Source: https://restauranttechnologynetwork.com/technical-documents

DayPart

Referenced By

AvailabilityDayPart

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
uRI A URI to day part details. string false false
Name Specifies the name of the day part (e.g. Breakfast, Lunch, Brunch, Dinner). string false false
TimeSpanSummary array false TimeSpanSummary --- false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "uri" : "string",
  "name" : "string",
  "timeSpanSummary" : [ {
    "@type" : "string",
    "startDate" : "string",
    "endDate" : "string",
    "daysOfWeek" : [ { } ],
    "extensionPoint" : { }
  } ],
  "extensionPoint" : { }
}