'approved' is false
for new venues suggested as PUR
The venue must be approved before it can be edited.
The brand associated with the venue.
The list of categories, assigned to the venue.
The list of the venue's external provider ids.
The GeoJSON Point/Polygon representation of the venue's geometry.
Array of images associated with the venue.
Whether the venue is locked for advertising purposes.
Whether the venue is residential or not.
The lock rank of the venue.
The name of the venue.
List of entry and exit points for the venue.
Array of opening hour objects. Each object defines a set of opening hours for specific days of the week.
[
{ days: [0, 1, 2, 3, 4, 5, 6], fromHour: "09:00", toHour: "17:00" }, // Open every day 9am-5pm
{ days: [5, 6], fromHour: "09:00", toHour: "22:00" }, // Open weekends 9am-10pm
]
where days
is an array of numbers representing days of the week (0 = Sunday, 1 = Monday, etc.)
and fromHour
and toHour
are strings in 24-hour format ("HH:MM").
The phone number of the venue.
Services offered at the venue.
The website URL of the venue.
Update Requests of the venue.
Aliases or alternative names for the venue.