{
  "data": {
    "collection": [
      {
        "uri": "https://api.calendly.com/user_availability_schedule/abc123",
        "default": true,
        "name": "Working Hours",
        "user": "https://api.calendly.com/users/abc123",
        "timezone": "America/New_York",
        "rules": [
          {
            "type": "wday",
            "intervals": [
              {
                "from": "08:30",
                "to": "09:30"
              }
            ],
            "wday": "sunday",
            "date": "2022-12-31"
          }
        ]
      },
      {
        "uri": "https://api.calendly.com/user_availability_schedule/abc456",
        "default": false,
        "name": "Evening Hours",
        "user": "https://api.calendly.com/users/abc123",
        "timezone": "America/New_York",
        "rules": [
          {
            "type": "wday",
            "intervals": [
              {
                "from": "08:30",
                "to": "17:00"
              }
            ],
            "wday": "monday"
          },
          {
            "type": "wday",
            "intervals": [
              {
                "from": "08:30",
                "to": "17:00"
              }
            ],
            "wday": "tuesday"
          },
          {
            "type": "wday",
            "intervals": [],
            "wday": "wednesday"
          },
          {
            "type": "wday",
            "intervals": [
              {
                "from": "08:30",
                "to": "17:00"
              }
            ],
            "wday": "thursday"
          },
          {
            "type": "wday",
            "intervals": [
              {
                "from": "08:30",
                "to": "17:00"
              }
            ],
            "wday": "friday"
          },
          {
            "type": "wday",
            "intervals": [],
            "wday": "saturday"
          },
          {
            "type": "date",
            "intervals": [
              {
                "from": "08:30",
                "to": "09:30"
              }
            ],
            "date": "2028-12-31"
          }
        ]
      }
    ]
  }
}