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

DayPart

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
uRI A URI to day part details. string
Name Specifies the name of the day part (e.g. Breakfast, Lunch, Brunch, Dinner). string
TimeSpanSummary array TimeSpan ---
ExtensionPoint ExtensionPoint true

Referenced By

AvailabilityDayPart
{
  "@type" : "string",
  "uri" : "string",
  "name" : "string",
  "timeSpanSummary" : [ {
    "@type" : "string",
    "startDate" : "string",
    "endDate" : "string",
    "daysOfWeek" : [ { } ],
    "extensionPointSummary" : { }
  } ],
  "extensionPoint" : { }
}