OperationSchedules
Fields
| Field | Description | Type | Min/max | Notes | 
|---|---|---|---|---|
| Restaurant/ OperationSchedules | Details about opening/closing times for a Restaurant. | array of OperationSchedule | 0..1 | - | 
| OperationSchedules/OperationSchedule | Container for OperationTimes. | object | 0..1 | - | 
XML
<OperationSchedules>
  <OperationSchedule>
   ...
  </OperationSchedule>
</OperationSchedules>