Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 435 Bytes

business-hours.md

File metadata and controls

23 lines (14 loc) · 435 Bytes

Business Hours

The hours of operation for a location.

Structure

BusinessHours

Fields

Name Type Tags Description
periods BusinessHoursPeriod[] | undefined Optional The list of time periods during which the business is open. There can be at most 10 periods per day.

Example (as JSON)

{
  "periods": null
}