# Custom Times Widget Schedule

#### **Example**

```json
{
    "monday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "tuesday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "wednesday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "thursday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "friday": 
    [
        {
            "startAt": "00:01:00",
            "endAt": "18:00:00"
        }
    ],
    "saturday": 
    [
        {
            "startAt": "18:30:00",
            "endAt": "19:00:00"
        }
    ],
    "sunday": 
    [
        {
            "startAt": "18:30:00",
            "endAt": "19:00:00"
        }
    ]
}
```

#### Fields

| Field     | Type                                                                                                                  | Comments                                  |
| --------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| monday    | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Monday    |
| tuesday   | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Tuesday   |
| wednesday | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Wednesday |
| thursday  | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Thursday  |
| friday    | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Friday    |
| saturday  | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Saturday  |
| sunday    | array of [ScheduleTime](https://developers.socialboards.com/docs/apis/tickets/reference/objects/schedule-time) models | Represents of schedules work in Sunday    |
