Skip to content

Commit 355b670

Browse files
authored
docs: updated secondary opening hours type (#442)
1 parent 2243b42 commit 355b670

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

specification/schemas/Place.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ properties:
160160
type: string
161161
secondary_opening_hours:
162162
description: Contains an array of entries for the next seven days including information about secondary hours of a business. Secondary hours are different from a business's main hours. For example, a restaurant can specify drive through hours or delivery hours as its secondary hours. This field populates the `type` subfield, which draws from a predefined list of opening hours types (such as `DRIVE_THROUGH`, `PICKUP`, or `TAKEOUT`) based on the types of the place. This field includes the `special_days` subfield of all hours, set for dates that have exceptional hours.
163-
$ref: "./PlaceOpeningHours.yml"
163+
type: array
164+
items:
165+
$ref: "./PlaceOpeningHours.yml"
164166
takeout:
165167
description: Specifies if the business supports takeout.
166168
type: boolean

0 commit comments

Comments
 (0)