> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.awardtool.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.awardtool.com/_mcp/server.

# Hotel Calendar

POST https://apisv2.awardtoolapi.com/api/hotel_calendar
Content-Type: application/json

## Hotel Award Calendar

Returns cached hotel availability and pricing for all supported dates associated with a specific AwardTool hotel. Results include cash prices, points rates, room details, estimated point values, and reservation links.

### Endpoint

```
POST https://apisv2.awardtoolapi.com/api/hotel_calendar

 ```

### Request Body

```
{
  "hotel_id": "hyatt_madel",
  "api_key": "YOUR_API_KEY"
}

 ```

### Request Fields

`hotel_id` — AwardTool’s unique hotel identifier, such as `hyatt_madel`. Use the `id` returned by the `hotel_all` endpoint.

`api_key` — API key used to authenticate the request.

## Response Fields

`data` — Hotel availability grouped by date. The response contains an object whose keys are dates in `YYYY-MM-DD` format. Each date contains an array of available rate records.

`hotel_info` — General information and summary statistics for the requested hotel.

`hide_data` — Indicates whether calendar data is hidden from the response.

`status` — Response status code. A value of `200` indicates success.

`machine` — Internal processing metadata. Clients should ignore this field.

`usage` — Internal usage metadata. Clients should ignore this field.

### Calendar Data

Each date key within `data` contains an array of hotel rate records:

```
{
  "2025-04-22": [
    {
      "avail_date": "2025-04-22",
      "cash_price": "544",
      "points_rate": 31000,
      "point_value": "1.81",
      "rate_plan": "Standard Room",
      "room_type": "1 Queen Bed",
      "created_at": "2025-04-08T18:49:20.540437+00:00",
      "res_link": "https://www.hyatt.com/shop/..."
    }
  ]
}

 ```

`avail_date` — Check-in date in `YYYY-MM-DD` format.

`cash_price` — Available cash price for the displayed room and rate plan.

`points_rate` — Points required for a one-night award stay. A value of `null` indicates that a points rate was not available.

`point_value` — Estimated redemption value in cents per point. A value of `null` indicates that a point value could not be calculated because no points rate was available.

`rate_plan` — Name of the available rate plan, such as `Standard Room` or `Members Advance Purchase`.

`room_type` — Room included in the displayed rate, such as `1 Queen Bed`.

`created_at` — Date and time when AwardTool collected the rate, in ISO 8601 format.

`res_link` — Hotel booking link populated with the applicable check-in and checkout dates.

### Hotel Information

`id` — AwardTool’s unique hotel identifier, such as `hyatt_madel`.

`hotel_id` — Hotel identifier used by the associated loyalty program.

`name` — Hotel’s display name.

`brand` — Parent hotel brand or loyalty program, such as `hyatt`.

`sub_brand` — Hotel’s sub-brand or collection.

`availability` — Human-readable award-availability percentage, such as `84%`.

`availability_num` — Award-availability percentage with greater numeric precision.

`cash_min` — Lowest observed cash price.

`cash_median` — Median observed cash price.

`cash_max` — Highest observed cash price.

`points_min` — Lowest observed points rate.

`points_median` — Median observed points rate.

`points_max` — Highest observed points rate.

`point_val_min` — Lowest observed redemption value in cents per point.

`point_val_median` — Median observed redemption value in cents per point.

`point_val_max` — Highest observed redemption value in cents per point.

`formatted_address` — Hotel’s formatted address.

`hotel_location` — Hotel’s geographic coordinates.

- `latitude` — Hotel’s latitude.
    
- `longitude` — Hotel’s longitude.
    

`g_link` — Google Maps link for the hotel.

`g_rating` — Hotel’s Google rating.

`g_rating_total` — Total number of Google ratings or reviews.

`image` — URL of the hotel image hosted by AwardTool.

`update_date` — Date when the hotel summary was updated, in `YYYY-MM-DD` format.

`update_epoch` — Unix timestamp associated with the latest hotel summary update.

Reference: https://docs.awardtool.com/award-tool-api/award-hotel-api/hotel-calendar

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /api/hotel_calendar:
    post:
      operationId: Hotel Calendar
      summary: Hotel Calendar
      description: >-
        ## Hotel Award Calendar


        Returns cached hotel availability and pricing for all supported dates
        associated with a specific AwardTool hotel. Results include cash prices,
        points rates, room details, estimated point values, and reservation
        links.


        ### Endpoint


        ```

        POST https://apisv2.awardtoolapi.com/api/hotel_calendar

         ```

        ### Request Body


        ```

        {
          "hotel_id": "hyatt_madel",
          "api_key": "YOUR_API_KEY"
        }

         ```

        ### Request Fields


        `hotel_id` — AwardTool’s unique hotel identifier, such as `hyatt_madel`.
        Use the `id` returned by the `hotel_all` endpoint.


        `api_key` — API key used to authenticate the request.


        ## Response Fields


        `data` — Hotel availability grouped by date. The response contains an
        object whose keys are dates in `YYYY-MM-DD` format. Each date contains
        an array of available rate records.


        `hotel_info` — General information and summary statistics for the
        requested hotel.


        `hide_data` — Indicates whether calendar data is hidden from the
        response.


        `status` — Response status code. A value of `200` indicates success.


        `machine` — Internal processing metadata. Clients should ignore this
        field.


        `usage` — Internal usage metadata. Clients should ignore this field.


        ### Calendar Data


        Each date key within `data` contains an array of hotel rate records:


        ```

        {
          "2025-04-22": [
            {
              "avail_date": "2025-04-22",
              "cash_price": "544",
              "points_rate": 31000,
              "point_value": "1.81",
              "rate_plan": "Standard Room",
              "room_type": "1 Queen Bed",
              "created_at": "2025-04-08T18:49:20.540437+00:00",
              "res_link": "https://www.hyatt.com/shop/..."
            }
          ]
        }

         ```

        `avail_date` — Check-in date in `YYYY-MM-DD` format.


        `cash_price` — Available cash price for the displayed room and rate
        plan.


        `points_rate` — Points required for a one-night award stay. A value of
        `null` indicates that a points rate was not available.


        `point_value` — Estimated redemption value in cents per point. A value
        of `null` indicates that a point value could not be calculated because
        no points rate was available.


        `rate_plan` — Name of the available rate plan, such as `Standard Room`
        or `Members Advance Purchase`.


        `room_type` — Room included in the displayed rate, such as `1 Queen
        Bed`.


        `created_at` — Date and time when AwardTool collected the rate, in ISO
        8601 format.


        `res_link` — Hotel booking link populated with the applicable check-in
        and checkout dates.


        ### Hotel Information


        `id` — AwardTool’s unique hotel identifier, such as `hyatt_madel`.


        `hotel_id` — Hotel identifier used by the associated loyalty program.


        `name` — Hotel’s display name.


        `brand` — Parent hotel brand or loyalty program, such as `hyatt`.


        `sub_brand` — Hotel’s sub-brand or collection.


        `availability` — Human-readable award-availability percentage, such as
        `84%`.


        `availability_num` — Award-availability percentage with greater numeric
        precision.


        `cash_min` — Lowest observed cash price.


        `cash_median` — Median observed cash price.


        `cash_max` — Highest observed cash price.


        `points_min` — Lowest observed points rate.


        `points_median` — Median observed points rate.


        `points_max` — Highest observed points rate.


        `point_val_min` — Lowest observed redemption value in cents per point.


        `point_val_median` — Median observed redemption value in cents per
        point.


        `point_val_max` — Highest observed redemption value in cents per point.


        `formatted_address` — Hotel’s formatted address.


        `hotel_location` — Hotel’s geographic coordinates.


        - `latitude` — Hotel’s latitude.
            
        - `longitude` — Hotel’s longitude.
            

        `g_link` — Google Maps link for the hotel.


        `g_rating` — Hotel’s Google rating.


        `g_rating_total` — Total number of Google ratings or reviews.


        `image` — URL of the hotel image hosted by AwardTool.


        `update_date` — Date when the hotel summary was updated, in `YYYY-MM-DD`
        format.


        `update_epoch` — Unix timestamp associated with the latest hotel summary
        update.
      tags:
        - Award Hotel API
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponse
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                hotel_id:
                  type: string
                api_key:
                  type: string
              required:
                - hotel_id
                - api_key
servers:
  - url: https://apisv2.awardtoolapi.com
    description: Default
components:
  schemas:
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250422Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250422Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250423Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250423Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250424Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250424Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250425Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250425Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250426Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250426Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250427Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250427Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250428Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250428Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250429Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250429Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250430Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250430Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250501Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250501Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250502Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250502Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250503Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250503Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250504Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250504Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250505Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250505Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250506Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250506Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250507Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250507Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250508Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250508Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250509Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250509Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250510Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250510Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250511Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250511Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250512Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250512Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250513Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250513Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250514Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250514Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250515Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250515Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250516Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250516Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250517Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250517Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250518Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250518Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250519Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250519Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250520Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250520Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250521Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250521Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250522Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250522Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250523Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250523Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250524Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250524Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250525Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250525Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250526Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250526Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250527Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250527Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250528Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250528Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250529Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250529Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250530Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250530Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250531Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250531Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250601Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250601Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250602Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250602Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250603Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250603Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250604Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250604Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250605Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250605Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250606Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250606Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250607Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250607Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250608Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250608Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250609Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250609Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250610Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250610Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250611Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250611Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250612Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250612Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250613Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250613Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250614Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250614Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250615Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250615Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250618Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250618Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250619Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250619Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250620Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250620Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250621Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250621Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250622Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250622Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250623Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250623Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250624Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250624Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250625Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250625Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250626Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250626Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250627Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250627Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250628Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250628Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250629Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250629Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250630Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250630Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250701Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250701Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250702Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250702Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250703Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250703Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250704Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250704Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250705Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250705Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250706Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250706Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250707Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250707Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250708Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250708Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250709Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250709Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250710Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250710Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250711Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          oneOf:
            - description: Any type
            - type: 'null'
        points_rate:
          oneOf:
            - description: Any type
            - type: 'null'
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250711Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250712Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250712Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250713Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250713Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250714Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250714Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250715Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250715Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250716Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250716Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250717Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250717Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250718Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250718Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250719Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250719Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250720Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250720Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250721Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250721Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250722Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250722Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250723Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250723Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250724Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250724Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250725Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250725Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250726Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250726Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250727Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250727Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250728Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250728Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250729Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250729Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250730Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250730Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250731Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250731Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250801Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250801Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250802Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250802Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250803Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250803Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250804Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250804Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250805Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250805Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250806Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250806Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250807Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250807Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250808Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250808Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250809Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250809Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250810Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250810Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250811Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250811Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250812Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250812Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250813Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250813Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250814Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250814Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250815Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250815Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250816Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250816Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250817Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250817Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250818Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250818Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250819Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250819Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250820Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250820Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250821Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250821Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250822Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250822Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250823Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250823Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250824Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250824Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250825Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250825Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250826Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250826Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250827Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250827Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250828Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250828Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250829Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250829Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250830Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250830Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250831Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250831Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250901Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250901Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250902Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250902Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250903Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250903Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250904Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250904Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250905Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250905Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250906Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250906Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250907Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250907Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250908Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250908Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250909Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250909Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250910Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250910Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250911Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250911Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250912Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250912Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250913Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250913Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250914Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250914Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250915Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250915Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250916Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250916Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250917Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250917Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250918Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250918Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250919Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250919Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250920Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250920Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250921Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250921Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250922Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250922Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250923Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250923Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250924Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250924Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250925Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250925Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250926Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250926Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250927Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250927Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250928Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250928Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250929Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250929Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250930Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20250930Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251001Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251001Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251002Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251002Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251003Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251003Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251004Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251004Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251005Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251005Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251006Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251006Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251007Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251007Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251008Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251008Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251009Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251009Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251010Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251010Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251011Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251011Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251012Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251012Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251013Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251013Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251014Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251014Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251015Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251015Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251016Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251016Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251017Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251017Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251018Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251018Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251019Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251019Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251020Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251020Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251021Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251021Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251022Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251022Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251023Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251023Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251024Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251024Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251025Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251025Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251026Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251026Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251027Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251027Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251028Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251028Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251029Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251029Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251030Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251030Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251031Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251031Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251101Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251101Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251102Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251102Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251103Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251103Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251104Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251104Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251105Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251105Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251106Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251106Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251107Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251107Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251108Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251108Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251109Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251109Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251110Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251110Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251111Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251111Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251112Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251112Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251113Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251113Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251114Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251114Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251115Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251115Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251116Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251116Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251117Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251117Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251118Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251118Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251119Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251119Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251120Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251120Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251121Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251121Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251122Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251122Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251123Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251123Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251124Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251124Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251125Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251125Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251126Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251126Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251127Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251127Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251128Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251128Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251129Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251129Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251130Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251130Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251201Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251201Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251202Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251202Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251203Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251203Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251204Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251204Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251205Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251205Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251206Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251206Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251207Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251207Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251208Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251208Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251209Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251209Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251210Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251210Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251211Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251211Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251212Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251212Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251213Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251213Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251214Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251214Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251215Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251215Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251216Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251216Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251217Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251217Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251218Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251218Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251219Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251219Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251220Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251220Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251221Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251221Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251222Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251222Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251223Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251223Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251224Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251224Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251225Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251225Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251226Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251226Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251227Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251227Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251228Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251228Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251229Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251229Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251230Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251230Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251231Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20251231Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260101Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260101Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260102Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260102Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260103Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260103Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260104Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260104Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260105Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260105Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260106Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260106Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260107Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260107Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260108Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260108Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260109Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260109Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260110Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260110Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260111Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260111Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260112Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260112Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260113Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260113Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260114Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260114Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260115Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260115Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260116Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260116Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260117Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260117Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260118Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260118Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260119Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260119Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260120Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260120Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260121Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260121Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260122Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260122Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260123Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260123Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260124Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260124Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260125Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260125Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260126Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260126Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260127Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260127Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260128Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260128Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260129Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260129Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260130Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260130Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260131Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260131Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260201Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260201Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260202Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260202Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260203Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260203Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260204Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260204Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260205Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260205Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260206Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260206Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260207Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260207Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260208Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260208Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260209Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260209Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260210Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260210Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260211Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260211Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260212Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260212Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260213Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260213Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260214Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260214Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260215Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260215Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260216Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260216Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260217Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260217Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260218Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260218Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260219Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260219Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260220Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260220Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260221Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260221Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260222Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260222Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260223Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260223Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260224Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260224Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260225Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260225Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260226Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260226Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260227Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260227Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260228Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260228Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260301Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260301Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260302Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260302Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260303Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260303Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260304Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260304Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260305Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260305Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260306Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260306Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260307Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260307Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260308Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260308Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260309Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260309Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260310Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260310Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260311Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260311Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260312Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260312Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260313Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260313Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260314Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260314Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260315Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260315Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260316Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260316Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260317Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260317Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260318Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260318Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260319Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260319Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260320Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260320Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260321Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260321Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260322Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260322Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260323Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260323Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260324Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260324Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260325Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260325Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260326Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260326Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260327Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260327Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260328Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260328Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260329Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260329Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260330Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260330Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260331Item:
      type: object
      properties:
        avail_date:
          type: string
          format: date
        cash_price:
          type: string
        created_at:
          type: string
          format: date-time
        point_value:
          type: string
        points_rate:
          type: integer
        rate_plan:
          type: string
        res_link:
          type: string
          format: uri
        room_type:
          type: string
      required:
        - avail_date
        - cash_price
        - created_at
        - point_value
        - points_rate
        - rate_plan
        - res_link
        - room_type
      title: HotelCalendarAwardHotelApiResponseDataItem20260331Item
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem:
      type: object
      properties:
        '2025-04-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250422Item
        '2025-04-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250423Item
        '2025-04-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250424Item
        '2025-04-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250425Item
        '2025-04-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250426Item
        '2025-04-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250427Item
        '2025-04-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250428Item
        '2025-04-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250429Item
        '2025-04-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250430Item
        '2025-05-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250501Item
        '2025-05-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250502Item
        '2025-05-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250503Item
        '2025-05-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250504Item
        '2025-05-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250505Item
        '2025-05-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250506Item
        '2025-05-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250507Item
        '2025-05-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250508Item
        '2025-05-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250509Item
        '2025-05-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250510Item
        '2025-05-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250511Item
        '2025-05-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250512Item
        '2025-05-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250513Item
        '2025-05-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250514Item
        '2025-05-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250515Item
        '2025-05-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250516Item
        '2025-05-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250517Item
        '2025-05-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250518Item
        '2025-05-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250519Item
        '2025-05-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250520Item
        '2025-05-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250521Item
        '2025-05-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250522Item
        '2025-05-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250523Item
        '2025-05-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250524Item
        '2025-05-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250525Item
        '2025-05-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250526Item
        '2025-05-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250527Item
        '2025-05-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250528Item
        '2025-05-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250529Item
        '2025-05-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250530Item
        '2025-05-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250531Item
        '2025-06-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250601Item
        '2025-06-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250602Item
        '2025-06-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250603Item
        '2025-06-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250604Item
        '2025-06-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250605Item
        '2025-06-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250606Item
        '2025-06-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250607Item
        '2025-06-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250608Item
        '2025-06-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250609Item
        '2025-06-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250610Item
        '2025-06-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250611Item
        '2025-06-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250612Item
        '2025-06-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250613Item
        '2025-06-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250614Item
        '2025-06-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250615Item
        '2025-06-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250618Item
        '2025-06-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250619Item
        '2025-06-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250620Item
        '2025-06-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250621Item
        '2025-06-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250622Item
        '2025-06-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250623Item
        '2025-06-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250624Item
        '2025-06-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250625Item
        '2025-06-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250626Item
        '2025-06-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250627Item
        '2025-06-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250628Item
        '2025-06-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250629Item
        '2025-06-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250630Item
        '2025-07-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250701Item
        '2025-07-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250702Item
        '2025-07-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250703Item
        '2025-07-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250704Item
        '2025-07-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250705Item
        '2025-07-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250706Item
        '2025-07-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250707Item
        '2025-07-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250708Item
        '2025-07-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250709Item
        '2025-07-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250710Item
        '2025-07-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250711Item
        '2025-07-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250712Item
        '2025-07-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250713Item
        '2025-07-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250714Item
        '2025-07-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250715Item
        '2025-07-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250716Item
        '2025-07-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250717Item
        '2025-07-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250718Item
        '2025-07-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250719Item
        '2025-07-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250720Item
        '2025-07-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250721Item
        '2025-07-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250722Item
        '2025-07-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250723Item
        '2025-07-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250724Item
        '2025-07-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250725Item
        '2025-07-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250726Item
        '2025-07-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250727Item
        '2025-07-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250728Item
        '2025-07-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250729Item
        '2025-07-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250730Item
        '2025-07-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250731Item
        '2025-08-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250801Item
        '2025-08-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250802Item
        '2025-08-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250803Item
        '2025-08-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250804Item
        '2025-08-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250805Item
        '2025-08-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250806Item
        '2025-08-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250807Item
        '2025-08-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250808Item
        '2025-08-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250809Item
        '2025-08-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250810Item
        '2025-08-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250811Item
        '2025-08-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250812Item
        '2025-08-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250813Item
        '2025-08-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250814Item
        '2025-08-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250815Item
        '2025-08-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250816Item
        '2025-08-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250817Item
        '2025-08-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250818Item
        '2025-08-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250819Item
        '2025-08-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250820Item
        '2025-08-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250821Item
        '2025-08-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250822Item
        '2025-08-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250823Item
        '2025-08-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250824Item
        '2025-08-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250825Item
        '2025-08-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250826Item
        '2025-08-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250827Item
        '2025-08-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250828Item
        '2025-08-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250829Item
        '2025-08-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250830Item
        '2025-08-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250831Item
        '2025-09-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250901Item
        '2025-09-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250902Item
        '2025-09-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250903Item
        '2025-09-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250904Item
        '2025-09-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250905Item
        '2025-09-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250906Item
        '2025-09-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250907Item
        '2025-09-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250908Item
        '2025-09-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250909Item
        '2025-09-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250910Item
        '2025-09-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250911Item
        '2025-09-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250912Item
        '2025-09-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250913Item
        '2025-09-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250914Item
        '2025-09-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250915Item
        '2025-09-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250916Item
        '2025-09-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250917Item
        '2025-09-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250918Item
        '2025-09-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250919Item
        '2025-09-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250920Item
        '2025-09-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250921Item
        '2025-09-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250922Item
        '2025-09-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250923Item
        '2025-09-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250924Item
        '2025-09-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250925Item
        '2025-09-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250926Item
        '2025-09-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250927Item
        '2025-09-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250928Item
        '2025-09-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250929Item
        '2025-09-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20250930Item
        '2025-10-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251001Item
        '2025-10-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251002Item
        '2025-10-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251003Item
        '2025-10-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251004Item
        '2025-10-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251005Item
        '2025-10-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251006Item
        '2025-10-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251007Item
        '2025-10-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251008Item
        '2025-10-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251009Item
        '2025-10-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251010Item
        '2025-10-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251011Item
        '2025-10-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251012Item
        '2025-10-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251013Item
        '2025-10-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251014Item
        '2025-10-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251015Item
        '2025-10-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251016Item
        '2025-10-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251017Item
        '2025-10-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251018Item
        '2025-10-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251019Item
        '2025-10-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251020Item
        '2025-10-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251021Item
        '2025-10-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251022Item
        '2025-10-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251023Item
        '2025-10-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251024Item
        '2025-10-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251025Item
        '2025-10-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251026Item
        '2025-10-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251027Item
        '2025-10-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251028Item
        '2025-10-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251029Item
        '2025-10-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251030Item
        '2025-10-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251031Item
        '2025-11-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251101Item
        '2025-11-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251102Item
        '2025-11-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251103Item
        '2025-11-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251104Item
        '2025-11-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251105Item
        '2025-11-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251106Item
        '2025-11-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251107Item
        '2025-11-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251108Item
        '2025-11-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251109Item
        '2025-11-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251110Item
        '2025-11-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251111Item
        '2025-11-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251112Item
        '2025-11-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251113Item
        '2025-11-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251114Item
        '2025-11-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251115Item
        '2025-11-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251116Item
        '2025-11-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251117Item
        '2025-11-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251118Item
        '2025-11-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251119Item
        '2025-11-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251120Item
        '2025-11-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251121Item
        '2025-11-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251122Item
        '2025-11-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251123Item
        '2025-11-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251124Item
        '2025-11-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251125Item
        '2025-11-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251126Item
        '2025-11-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251127Item
        '2025-11-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251128Item
        '2025-11-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251129Item
        '2025-11-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251130Item
        '2025-12-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251201Item
        '2025-12-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251202Item
        '2025-12-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251203Item
        '2025-12-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251204Item
        '2025-12-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251205Item
        '2025-12-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251206Item
        '2025-12-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251207Item
        '2025-12-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251208Item
        '2025-12-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251209Item
        '2025-12-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251210Item
        '2025-12-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251211Item
        '2025-12-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251212Item
        '2025-12-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251213Item
        '2025-12-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251214Item
        '2025-12-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251215Item
        '2025-12-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251216Item
        '2025-12-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251217Item
        '2025-12-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251218Item
        '2025-12-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251219Item
        '2025-12-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251220Item
        '2025-12-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251221Item
        '2025-12-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251222Item
        '2025-12-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251223Item
        '2025-12-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251224Item
        '2025-12-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251225Item
        '2025-12-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251226Item
        '2025-12-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251227Item
        '2025-12-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251228Item
        '2025-12-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251229Item
        '2025-12-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251230Item
        '2025-12-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20251231Item
        '2026-01-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260101Item
        '2026-01-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260102Item
        '2026-01-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260103Item
        '2026-01-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260104Item
        '2026-01-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260105Item
        '2026-01-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260106Item
        '2026-01-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260107Item
        '2026-01-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260108Item
        '2026-01-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260109Item
        '2026-01-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260110Item
        '2026-01-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260111Item
        '2026-01-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260112Item
        '2026-01-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260113Item
        '2026-01-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260114Item
        '2026-01-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260115Item
        '2026-01-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260116Item
        '2026-01-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260117Item
        '2026-01-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260118Item
        '2026-01-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260119Item
        '2026-01-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260120Item
        '2026-01-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260121Item
        '2026-01-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260122Item
        '2026-01-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260123Item
        '2026-01-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260124Item
        '2026-01-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260125Item
        '2026-01-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260126Item
        '2026-01-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260127Item
        '2026-01-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260128Item
        '2026-01-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260129Item
        '2026-01-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260130Item
        '2026-01-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260131Item
        '2026-02-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260201Item
        '2026-02-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260202Item
        '2026-02-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260203Item
        '2026-02-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260204Item
        '2026-02-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260205Item
        '2026-02-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260206Item
        '2026-02-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260207Item
        '2026-02-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260208Item
        '2026-02-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260209Item
        '2026-02-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260210Item
        '2026-02-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260211Item
        '2026-02-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260212Item
        '2026-02-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260213Item
        '2026-02-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260214Item
        '2026-02-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260215Item
        '2026-02-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260216Item
        '2026-02-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260217Item
        '2026-02-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260218Item
        '2026-02-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260219Item
        '2026-02-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260220Item
        '2026-02-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260221Item
        '2026-02-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260222Item
        '2026-02-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260223Item
        '2026-02-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260224Item
        '2026-02-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260225Item
        '2026-02-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260226Item
        '2026-02-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260227Item
        '2026-02-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260228Item
        '2026-03-01':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260301Item
        '2026-03-02':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260302Item
        '2026-03-03':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260303Item
        '2026-03-04':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260304Item
        '2026-03-05':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260305Item
        '2026-03-06':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260306Item
        '2026-03-07':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260307Item
        '2026-03-08':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260308Item
        '2026-03-09':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260309Item
        '2026-03-10':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260310Item
        '2026-03-11':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260311Item
        '2026-03-12':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260312Item
        '2026-03-13':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260313Item
        '2026-03-14':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260314Item
        '2026-03-15':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260315Item
        '2026-03-16':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260316Item
        '2026-03-17':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260317Item
        '2026-03-18':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260318Item
        '2026-03-19':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260319Item
        '2026-03-20':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260320Item
        '2026-03-21':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260321Item
        '2026-03-22':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260322Item
        '2026-03-23':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260323Item
        '2026-03-24':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260324Item
        '2026-03-25':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260325Item
        '2026-03-26':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260326Item
        '2026-03-27':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260327Item
        '2026-03-28':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260328Item
        '2026-03-29':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260329Item
        '2026-03-30':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260330Item
        '2026-03-31':
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem20260331Item
      required:
        - '2025-04-22'
        - '2025-04-23'
        - '2025-04-24'
        - '2025-04-25'
        - '2025-04-26'
        - '2025-04-27'
        - '2025-04-28'
        - '2025-04-29'
        - '2025-04-30'
        - '2025-05-01'
        - '2025-05-02'
        - '2025-05-03'
        - '2025-05-04'
        - '2025-05-05'
        - '2025-05-06'
        - '2025-05-07'
        - '2025-05-08'
        - '2025-05-09'
        - '2025-05-10'
        - '2025-05-11'
        - '2025-05-12'
        - '2025-05-13'
        - '2025-05-14'
        - '2025-05-15'
        - '2025-05-16'
        - '2025-05-17'
        - '2025-05-18'
        - '2025-05-19'
        - '2025-05-20'
        - '2025-05-21'
        - '2025-05-22'
        - '2025-05-23'
        - '2025-05-24'
        - '2025-05-25'
        - '2025-05-26'
        - '2025-05-27'
        - '2025-05-28'
        - '2025-05-29'
        - '2025-05-30'
        - '2025-05-31'
        - '2025-06-01'
        - '2025-06-02'
        - '2025-06-03'
        - '2025-06-04'
        - '2025-06-05'
        - '2025-06-06'
        - '2025-06-07'
        - '2025-06-08'
        - '2025-06-09'
        - '2025-06-10'
        - '2025-06-11'
        - '2025-06-12'
        - '2025-06-13'
        - '2025-06-14'
        - '2025-06-15'
        - '2025-06-18'
        - '2025-06-19'
        - '2025-06-20'
        - '2025-06-21'
        - '2025-06-22'
        - '2025-06-23'
        - '2025-06-24'
        - '2025-06-25'
        - '2025-06-26'
        - '2025-06-27'
        - '2025-06-28'
        - '2025-06-29'
        - '2025-06-30'
        - '2025-07-01'
        - '2025-07-02'
        - '2025-07-03'
        - '2025-07-04'
        - '2025-07-05'
        - '2025-07-06'
        - '2025-07-07'
        - '2025-07-08'
        - '2025-07-09'
        - '2025-07-10'
        - '2025-07-11'
        - '2025-07-12'
        - '2025-07-13'
        - '2025-07-14'
        - '2025-07-15'
        - '2025-07-16'
        - '2025-07-17'
        - '2025-07-18'
        - '2025-07-19'
        - '2025-07-20'
        - '2025-07-21'
        - '2025-07-22'
        - '2025-07-23'
        - '2025-07-24'
        - '2025-07-25'
        - '2025-07-26'
        - '2025-07-27'
        - '2025-07-28'
        - '2025-07-29'
        - '2025-07-30'
        - '2025-07-31'
        - '2025-08-01'
        - '2025-08-02'
        - '2025-08-03'
        - '2025-08-04'
        - '2025-08-05'
        - '2025-08-06'
        - '2025-08-07'
        - '2025-08-08'
        - '2025-08-09'
        - '2025-08-10'
        - '2025-08-11'
        - '2025-08-12'
        - '2025-08-13'
        - '2025-08-14'
        - '2025-08-15'
        - '2025-08-16'
        - '2025-08-17'
        - '2025-08-18'
        - '2025-08-19'
        - '2025-08-20'
        - '2025-08-21'
        - '2025-08-22'
        - '2025-08-23'
        - '2025-08-24'
        - '2025-08-25'
        - '2025-08-26'
        - '2025-08-27'
        - '2025-08-28'
        - '2025-08-29'
        - '2025-08-30'
        - '2025-08-31'
        - '2025-09-01'
        - '2025-09-02'
        - '2025-09-03'
        - '2025-09-04'
        - '2025-09-05'
        - '2025-09-06'
        - '2025-09-07'
        - '2025-09-08'
        - '2025-09-09'
        - '2025-09-10'
        - '2025-09-11'
        - '2025-09-12'
        - '2025-09-13'
        - '2025-09-14'
        - '2025-09-15'
        - '2025-09-16'
        - '2025-09-17'
        - '2025-09-18'
        - '2025-09-19'
        - '2025-09-20'
        - '2025-09-21'
        - '2025-09-22'
        - '2025-09-23'
        - '2025-09-24'
        - '2025-09-25'
        - '2025-09-26'
        - '2025-09-27'
        - '2025-09-28'
        - '2025-09-29'
        - '2025-09-30'
        - '2025-10-01'
        - '2025-10-02'
        - '2025-10-03'
        - '2025-10-04'
        - '2025-10-05'
        - '2025-10-06'
        - '2025-10-07'
        - '2025-10-08'
        - '2025-10-09'
        - '2025-10-10'
        - '2025-10-11'
        - '2025-10-12'
        - '2025-10-13'
        - '2025-10-14'
        - '2025-10-15'
        - '2025-10-16'
        - '2025-10-17'
        - '2025-10-18'
        - '2025-10-19'
        - '2025-10-20'
        - '2025-10-21'
        - '2025-10-22'
        - '2025-10-23'
        - '2025-10-24'
        - '2025-10-25'
        - '2025-10-26'
        - '2025-10-27'
        - '2025-10-28'
        - '2025-10-29'
        - '2025-10-30'
        - '2025-10-31'
        - '2025-11-01'
        - '2025-11-02'
        - '2025-11-03'
        - '2025-11-04'
        - '2025-11-05'
        - '2025-11-06'
        - '2025-11-07'
        - '2025-11-08'
        - '2025-11-09'
        - '2025-11-10'
        - '2025-11-11'
        - '2025-11-12'
        - '2025-11-13'
        - '2025-11-14'
        - '2025-11-15'
        - '2025-11-16'
        - '2025-11-17'
        - '2025-11-18'
        - '2025-11-19'
        - '2025-11-20'
        - '2025-11-21'
        - '2025-11-22'
        - '2025-11-23'
        - '2025-11-24'
        - '2025-11-25'
        - '2025-11-26'
        - '2025-11-27'
        - '2025-11-28'
        - '2025-11-29'
        - '2025-11-30'
        - '2025-12-01'
        - '2025-12-02'
        - '2025-12-03'
        - '2025-12-04'
        - '2025-12-05'
        - '2025-12-06'
        - '2025-12-07'
        - '2025-12-08'
        - '2025-12-09'
        - '2025-12-10'
        - '2025-12-11'
        - '2025-12-12'
        - '2025-12-13'
        - '2025-12-14'
        - '2025-12-15'
        - '2025-12-16'
        - '2025-12-17'
        - '2025-12-18'
        - '2025-12-19'
        - '2025-12-20'
        - '2025-12-21'
        - '2025-12-22'
        - '2025-12-23'
        - '2025-12-24'
        - '2025-12-25'
        - '2025-12-26'
        - '2025-12-27'
        - '2025-12-28'
        - '2025-12-29'
        - '2025-12-30'
        - '2025-12-31'
        - '2026-01-01'
        - '2026-01-02'
        - '2026-01-03'
        - '2026-01-04'
        - '2026-01-05'
        - '2026-01-06'
        - '2026-01-07'
        - '2026-01-08'
        - '2026-01-09'
        - '2026-01-10'
        - '2026-01-11'
        - '2026-01-12'
        - '2026-01-13'
        - '2026-01-14'
        - '2026-01-15'
        - '2026-01-16'
        - '2026-01-17'
        - '2026-01-18'
        - '2026-01-19'
        - '2026-01-20'
        - '2026-01-21'
        - '2026-01-22'
        - '2026-01-23'
        - '2026-01-24'
        - '2026-01-25'
        - '2026-01-26'
        - '2026-01-27'
        - '2026-01-28'
        - '2026-01-29'
        - '2026-01-30'
        - '2026-01-31'
        - '2026-02-01'
        - '2026-02-02'
        - '2026-02-03'
        - '2026-02-04'
        - '2026-02-05'
        - '2026-02-06'
        - '2026-02-07'
        - '2026-02-08'
        - '2026-02-09'
        - '2026-02-10'
        - '2026-02-11'
        - '2026-02-12'
        - '2026-02-13'
        - '2026-02-14'
        - '2026-02-15'
        - '2026-02-16'
        - '2026-02-17'
        - '2026-02-18'
        - '2026-02-19'
        - '2026-02-20'
        - '2026-02-21'
        - '2026-02-22'
        - '2026-02-23'
        - '2026-02-24'
        - '2026-02-25'
        - '2026-02-26'
        - '2026-02-27'
        - '2026-02-28'
        - '2026-03-01'
        - '2026-03-02'
        - '2026-03-03'
        - '2026-03-04'
        - '2026-03-05'
        - '2026-03-06'
        - '2026-03-07'
        - '2026-03-08'
        - '2026-03-09'
        - '2026-03-10'
        - '2026-03-11'
        - '2026-03-12'
        - '2026-03-13'
        - '2026-03-14'
        - '2026-03-15'
        - '2026-03-16'
        - '2026-03-17'
        - '2026-03-18'
        - '2026-03-19'
        - '2026-03-20'
        - '2026-03-21'
        - '2026-03-22'
        - '2026-03-23'
        - '2026-03-24'
        - '2026-03-25'
        - '2026-03-26'
        - '2026-03-27'
        - '2026-03-28'
        - '2026-03-29'
        - '2026-03-30'
        - '2026-03-31'
      title: HotelCalendarAwardHotelApiResponseDataItem
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseHotelInfoHotelLocation:
      type: object
      properties:
        latitude:
          type: string
        longitude:
          type: string
      required:
        - latitude
        - longitude
      title: HotelCalendarAwardHotelApiResponseHotelInfoHotelLocation
    type_awardHotelApi:HotelCalendarAwardHotelApiResponseHotelInfo:
      type: object
      properties:
        availability:
          type: string
        availability_num:
          type: string
        brand:
          type: string
        cash_max:
          type: string
        cash_median:
          type: string
        cash_min:
          type: string
        formatted_address:
          type: string
        g_link:
          type: string
          format: uri
        g_rating:
          type: string
        g_rating_total:
          type: string
        hotel_id:
          type: string
        hotel_location:
          $ref: >-
            #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseHotelInfoHotelLocation
        id:
          type: string
        image:
          type: string
          format: uri
        mid_cash_r:
          type: string
        name:
          type: string
        point_val_max:
          type: string
        point_val_median:
          type: string
        point_val_min:
          type: string
        points_max:
          type: string
        points_median:
          type: string
        points_min:
          type: string
        sub_brand:
          type: string
        update_date:
          type: string
          format: date
        update_epoch:
          type: string
      required:
        - availability
        - availability_num
        - brand
        - cash_max
        - cash_median
        - cash_min
        - formatted_address
        - g_link
        - g_rating
        - g_rating_total
        - hotel_id
        - hotel_location
        - id
        - image
        - mid_cash_r
        - name
        - point_val_max
        - point_val_median
        - point_val_min
        - points_max
        - points_median
        - points_min
        - sub_brand
        - update_date
        - update_epoch
      title: HotelCalendarAwardHotelApiResponseHotelInfo
    type_awardHotelApi:HotelCalendarAwardHotelApiResponse:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseDataItem
        hide_data:
          type: boolean
        hotel_info:
          $ref: >-
            #/components/schemas/type_awardHotelApi:HotelCalendarAwardHotelApiResponseHotelInfo
        machine:
          type: string
        status:
          type: integer
        usage:
          type: integer
      required:
        - data
        - hide_data
        - hotel_info
        - machine
        - status
        - usage
      title: HotelCalendarAwardHotelApiResponse

```

## Examples

**Request**

```json
{
  "hotel_id": "hyatt_madel",
  "api_key": "YOUR_API_KEY"
}
```

**Response**

```json
{
  "data": [
    {
      "2025-04-22": [
        {
          "avail_date": "2025-04-22",
          "cash_price": "544",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "1.81",
          "points_rate": 31000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-22&checkoutDate=2025-04-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-04-23": [
        {
          "avail_date": "2025-04-23",
          "cash_price": "858",
          "created_at": "2025-04-08T18:49:20Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-23&checkoutDate=2025-04-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-04-24": [
        {
          "avail_date": "2025-04-24",
          "cash_price": "817",
          "created_at": "2025-04-08T18:49:20Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-24&checkoutDate=2025-04-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-04-25": [
        {
          "avail_date": "2025-04-25",
          "cash_price": "639",
          "created_at": "2025-04-08T18:49:20Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-25&checkoutDate=2025-04-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-04-26": [
        {
          "avail_date": "2025-04-26",
          "cash_price": "595",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "1.70",
          "points_rate": 32000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-26&checkoutDate=2025-04-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-04-27": [
        {
          "avail_date": "2025-04-27",
          "cash_price": "598",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "1.99",
          "points_rate": 29000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-27&checkoutDate=2025-04-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-04-28": [
        {
          "avail_date": "2025-04-28",
          "cash_price": "649",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "2.59",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-28&checkoutDate=2025-04-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-04-29": [
        {
          "avail_date": "2025-04-29",
          "cash_price": "648",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "2.16",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-29&checkoutDate=2025-04-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-04-30": [
        {
          "avail_date": "2025-04-30",
          "cash_price": "601",
          "created_at": "2025-04-08T18:49:20Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-04-30&checkoutDate=2025-05-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-01": [
        {
          "avail_date": "2025-05-01",
          "cash_price": "790",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-01&checkoutDate=2025-05-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-02": [
        {
          "avail_date": "2025-05-02",
          "cash_price": "891",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-02&checkoutDate=2025-05-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-03": [
        {
          "avail_date": "2025-05-03",
          "cash_price": "842",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-03&checkoutDate=2025-05-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-04": [
        {
          "avail_date": "2025-05-04",
          "cash_price": "601",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-04&checkoutDate=2025-05-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-05": [
        {
          "avail_date": "2025-05-05",
          "cash_price": "597",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "1.71",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-05&checkoutDate=2025-05-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-06": [
        {
          "avail_date": "2025-05-06",
          "cash_price": "658",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Save More + Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-06&checkoutDate=2025-05-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-07": [
        {
          "avail_date": "2025-05-07",
          "cash_price": "657",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-07&checkoutDate=2025-05-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-08": [
        {
          "avail_date": "2025-05-08",
          "cash_price": "635",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "1.81",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-08&checkoutDate=2025-05-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-09": [
        {
          "avail_date": "2025-05-09",
          "cash_price": "658",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Save More + Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-09&checkoutDate=2025-05-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-10": [
        {
          "avail_date": "2025-05-10",
          "cash_price": "658",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Save More + Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-10&checkoutDate=2025-05-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-11": [
        {
          "avail_date": "2025-05-11",
          "cash_price": "599",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "1.71",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-11&checkoutDate=2025-05-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-12": [
        {
          "avail_date": "2025-05-12",
          "cash_price": "621",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "1.78",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-12&checkoutDate=2025-05-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-13": [
        {
          "avail_date": "2025-05-13",
          "cash_price": "636",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-13&checkoutDate=2025-05-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-14": [
        {
          "avail_date": "2025-05-14",
          "cash_price": "886",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Member Bed And Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-14&checkoutDate=2025-05-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-15": [
        {
          "avail_date": "2025-05-15",
          "cash_price": "931",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Member Bed And Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-15&checkoutDate=2025-05-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Premium"
        }
      ],
      "2025-05-16": [
        {
          "avail_date": "2025-05-16",
          "cash_price": "724",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-16&checkoutDate=2025-05-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-17": [
        {
          "avail_date": "2025-05-17",
          "cash_price": "1375",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Member Bed And Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-17&checkoutDate=2025-05-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "Madeleine Suite"
        }
      ],
      "2025-05-18": [
        {
          "avail_date": "2025-05-18",
          "cash_price": "687",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "1.96",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-18&checkoutDate=2025-05-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-19": [
        {
          "avail_date": "2025-05-19",
          "cash_price": "787",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-19&checkoutDate=2025-05-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-20": [
        {
          "avail_date": "2025-05-20",
          "cash_price": "781",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-20&checkoutDate=2025-05-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-21": [
        {
          "avail_date": "2025-05-21",
          "cash_price": "821",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-21&checkoutDate=2025-05-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-22": [
        {
          "avail_date": "2025-05-22",
          "cash_price": "810",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-22&checkoutDate=2025-05-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-23": [
        {
          "avail_date": "2025-05-23",
          "cash_price": "792",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-23&checkoutDate=2025-05-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-24": [
        {
          "avail_date": "2025-05-24",
          "cash_price": "752",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-24&checkoutDate=2025-05-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-25": [
        {
          "avail_date": "2025-05-25",
          "cash_price": "731",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-25&checkoutDate=2025-05-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-26": [
        {
          "avail_date": "2025-05-26",
          "cash_price": "752",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-26&checkoutDate=2025-05-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Deluxe"
        }
      ],
      "2025-05-27": [
        {
          "avail_date": "2025-05-27",
          "cash_price": "738",
          "created_at": "2025-03-30T01:39:32Z",
          "point_value": "2.11",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-27&checkoutDate=2025-05-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-05-28": [
        {
          "avail_date": "2025-05-28",
          "cash_price": "781",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-28&checkoutDate=2025-05-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-29": [
        {
          "avail_date": "2025-05-29",
          "cash_price": "782",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-29&checkoutDate=2025-05-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-30": [
        {
          "avail_date": "2025-05-30",
          "cash_price": "781",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-30&checkoutDate=2025-05-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-05-31": [
        {
          "avail_date": "2025-05-31",
          "cash_price": "782",
          "created_at": "2025-03-30T01:39:32Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-05-31&checkoutDate=2025-06-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-01": [
        {
          "avail_date": "2025-06-01",
          "cash_price": "874",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-01&checkoutDate=2025-06-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-02": [
        {
          "avail_date": "2025-06-02",
          "cash_price": "922",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.64",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-02&checkoutDate=2025-06-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-03": [
        {
          "avail_date": "2025-06-03",
          "cash_price": "942",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.69",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-03&checkoutDate=2025-06-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-04": [
        {
          "avail_date": "2025-06-04",
          "cash_price": "829",
          "created_at": "2025-03-30T00:44:56Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-04&checkoutDate=2025-06-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-05": [
        {
          "avail_date": "2025-06-05",
          "cash_price": "915",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.61",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-05&checkoutDate=2025-06-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-06": [
        {
          "avail_date": "2025-06-06",
          "cash_price": "890",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-06&checkoutDate=2025-06-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-07": [
        {
          "avail_date": "2025-06-07",
          "cash_price": "881",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-07&checkoutDate=2025-06-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-08": [
        {
          "avail_date": "2025-06-08",
          "cash_price": "792",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-08&checkoutDate=2025-06-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-09": [
        {
          "avail_date": "2025-06-09",
          "cash_price": "851",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-09&checkoutDate=2025-06-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-10": [
        {
          "avail_date": "2025-06-10",
          "cash_price": "869",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-10&checkoutDate=2025-06-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-11": [
        {
          "avail_date": "2025-06-11",
          "cash_price": "852",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.43",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-11&checkoutDate=2025-06-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-12": [
        {
          "avail_date": "2025-06-12",
          "cash_price": "826",
          "created_at": "2025-03-30T00:44:56Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-12&checkoutDate=2025-06-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-13": [
        {
          "avail_date": "2025-06-13",
          "cash_price": "848",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.42",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-13&checkoutDate=2025-06-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-14": [
        {
          "avail_date": "2025-06-14",
          "cash_price": "1064",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-14&checkoutDate=2025-06-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-15": [
        {
          "avail_date": "2025-06-15",
          "cash_price": "890",
          "created_at": "2024-12-15T17:13:09Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-15&checkoutDate=2025-06-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-18": [
        {
          "avail_date": "2025-06-18",
          "cash_price": "1105",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Member Rate",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-18&checkoutDate=2025-06-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-19": [
        {
          "avail_date": "2025-06-19",
          "cash_price": "1052",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "3.01",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-19&checkoutDate=2025-06-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-20": [
        {
          "avail_date": "2025-06-20",
          "cash_price": "1074",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Member Rate",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-20&checkoutDate=2025-06-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-21": [
        {
          "avail_date": "2025-06-21",
          "cash_price": "926",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-21&checkoutDate=2025-06-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Deluxe"
        }
      ],
      "2025-06-22": [
        {
          "avail_date": "2025-06-22",
          "cash_price": "901",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.57",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-22&checkoutDate=2025-06-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-23": [
        {
          "avail_date": "2025-06-23",
          "cash_price": "844",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.41",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-23&checkoutDate=2025-06-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-24": [
        {
          "avail_date": "2025-06-24",
          "cash_price": "872",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.49",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-24&checkoutDate=2025-06-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-25": [
        {
          "avail_date": "2025-06-25",
          "cash_price": "1184",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Member Rate",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-25&checkoutDate=2025-06-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "Junior Suite Twin"
        }
      ],
      "2025-06-26": [
        {
          "avail_date": "2025-06-26",
          "cash_price": "947",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-26&checkoutDate=2025-06-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 King Bed Deluxe"
        }
      ],
      "2025-06-27": [
        {
          "avail_date": "2025-06-27",
          "cash_price": "905",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.58",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-27&checkoutDate=2025-06-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-28": [
        {
          "avail_date": "2025-06-28",
          "cash_price": "1063",
          "created_at": "2025-04-14T02:51:40Z",
          "rate_plan": "Member Bed And Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-28&checkoutDate=2025-06-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 King Bed Deluxe"
        }
      ],
      "2025-06-29": [
        {
          "avail_date": "2025-06-29",
          "cash_price": "862",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.46",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-29&checkoutDate=2025-06-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-06-30": [
        {
          "avail_date": "2025-06-30",
          "cash_price": "817",
          "created_at": "2025-04-14T02:51:40Z",
          "point_value": "2.33",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-06-30&checkoutDate=2025-07-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-01": [
        {
          "avail_date": "2025-07-01",
          "cash_price": "801",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.29",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-01&checkoutDate=2025-07-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-02": [
        {
          "avail_date": "2025-07-02",
          "cash_price": "862",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.46",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-02&checkoutDate=2025-07-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-03": [
        {
          "avail_date": "2025-07-03",
          "cash_price": "862",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.46",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-03&checkoutDate=2025-07-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-04": [
        {
          "avail_date": "2025-07-04",
          "cash_price": "883",
          "created_at": "2025-04-13T23:24:59Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-04&checkoutDate=2025-07-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Deluxe"
        }
      ],
      "2025-07-05": [
        {
          "avail_date": "2025-07-05",
          "cash_price": "862",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.46",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-05&checkoutDate=2025-07-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-06": [
        {
          "avail_date": "2025-07-06",
          "cash_price": "905",
          "created_at": "2025-04-13T23:24:59Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-06&checkoutDate=2025-07-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 King Bed Deluxe"
        }
      ],
      "2025-07-07": [
        {
          "avail_date": "2025-07-07",
          "cash_price": "862",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.87",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-07&checkoutDate=2025-07-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-08": [
        {
          "avail_date": "2025-07-08",
          "cash_price": "789",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.63",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-08&checkoutDate=2025-07-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-09": [
        {
          "avail_date": "2025-07-09",
          "cash_price": "766",
          "created_at": "2025-04-13T23:24:59Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-09&checkoutDate=2025-07-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Deluxe"
        }
      ],
      "2025-07-10": [
        {
          "avail_date": "2025-07-10",
          "cash_price": "883",
          "created_at": "2025-04-13T23:24:59Z",
          "rate_plan": "Members Advance Purchase",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-10&checkoutDate=2025-07-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Deluxe"
        }
      ],
      "2025-07-11": [
        {
          "avail_date": "2025-07-11",
          "cash_price": "885",
          "created_at": "2025-04-13T23:24:59Z",
          "rate_plan": "Member Bed And Breakfast",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-11&checkoutDate=2025-07-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "2 Twin Beds Deluxe"
        }
      ],
      "2025-07-12": [
        {
          "avail_date": "2025-07-12",
          "cash_price": "711",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.03",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-12&checkoutDate=2025-07-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-13": [
        {
          "avail_date": "2025-07-13",
          "cash_price": "649",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.86",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-13&checkoutDate=2025-07-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-14": [
        {
          "avail_date": "2025-07-14",
          "cash_price": "700",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.00",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-14&checkoutDate=2025-07-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-15": [
        {
          "avail_date": "2025-07-15",
          "cash_price": "719",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-15&checkoutDate=2025-07-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-16": [
        {
          "avail_date": "2025-07-16",
          "cash_price": "670",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.91",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-16&checkoutDate=2025-07-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-17": [
        {
          "avail_date": "2025-07-17",
          "cash_price": "665",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.90",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-17&checkoutDate=2025-07-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-18": [
        {
          "avail_date": "2025-07-18",
          "cash_price": "621",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.77",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-18&checkoutDate=2025-07-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-19": [
        {
          "avail_date": "2025-07-19",
          "cash_price": "625",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.79",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-19&checkoutDate=2025-07-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-20": [
        {
          "avail_date": "2025-07-20",
          "cash_price": "605",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.73",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-20&checkoutDate=2025-07-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-21": [
        {
          "avail_date": "2025-07-21",
          "cash_price": "607",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.73",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-21&checkoutDate=2025-07-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-22": [
        {
          "avail_date": "2025-07-22",
          "cash_price": "608",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.74",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-22&checkoutDate=2025-07-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-23": [
        {
          "avail_date": "2025-07-23",
          "cash_price": "631",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.80",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-23&checkoutDate=2025-07-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-24": [
        {
          "avail_date": "2025-07-24",
          "cash_price": "616",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.76",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-24&checkoutDate=2025-07-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-25": [
        {
          "avail_date": "2025-07-25",
          "cash_price": "604",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.73",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-25&checkoutDate=2025-07-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-26": [
        {
          "avail_date": "2025-07-26",
          "cash_price": "553",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.58",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-26&checkoutDate=2025-07-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-27": [
        {
          "avail_date": "2025-07-27",
          "cash_price": "557",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.59",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-27&checkoutDate=2025-07-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-28": [
        {
          "avail_date": "2025-07-28",
          "cash_price": "584",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.67",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-28&checkoutDate=2025-07-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-29": [
        {
          "avail_date": "2025-07-29",
          "cash_price": "632",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.80",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-29&checkoutDate=2025-07-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-30": [
        {
          "avail_date": "2025-07-30",
          "cash_price": "619",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.77",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-30&checkoutDate=2025-07-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-07-31": [
        {
          "avail_date": "2025-07-31",
          "cash_price": "619",
          "created_at": "2025-04-13T23:24:59Z",
          "point_value": "1.77",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-07-31&checkoutDate=2025-08-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-01": [
        {
          "avail_date": "2025-08-01",
          "cash_price": "596",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.70",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-01&checkoutDate=2025-08-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-02": [
        {
          "avail_date": "2025-08-02",
          "cash_price": "494",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.41",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-02&checkoutDate=2025-08-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-03": [
        {
          "avail_date": "2025-08-03",
          "cash_price": "493",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.41",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-03&checkoutDate=2025-08-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-04": [
        {
          "avail_date": "2025-08-04",
          "cash_price": "553",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.58",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-04&checkoutDate=2025-08-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-05": [
        {
          "avail_date": "2025-08-05",
          "cash_price": "517",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.48",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-05&checkoutDate=2025-08-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-06": [
        {
          "avail_date": "2025-08-06",
          "cash_price": "602",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.72",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-06&checkoutDate=2025-08-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-07": [
        {
          "avail_date": "2025-08-07",
          "cash_price": "564",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.61",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-07&checkoutDate=2025-08-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-08": [
        {
          "avail_date": "2025-08-08",
          "cash_price": "486",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.39",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-08&checkoutDate=2025-08-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-09": [
        {
          "avail_date": "2025-08-09",
          "cash_price": "543",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.55",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-09&checkoutDate=2025-08-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-10": [
        {
          "avail_date": "2025-08-10",
          "cash_price": "540",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.54",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-10&checkoutDate=2025-08-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-11": [
        {
          "avail_date": "2025-08-11",
          "cash_price": "541",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.55",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-11&checkoutDate=2025-08-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-12": [
        {
          "avail_date": "2025-08-12",
          "cash_price": "510",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.46",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-12&checkoutDate=2025-08-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-13": [
        {
          "avail_date": "2025-08-13",
          "cash_price": "505",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.44",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-13&checkoutDate=2025-08-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-14": [
        {
          "avail_date": "2025-08-14",
          "cash_price": "543",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.55",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-14&checkoutDate=2025-08-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-15": [
        {
          "avail_date": "2025-08-15",
          "cash_price": "491",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.40",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-15&checkoutDate=2025-08-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-16": [
        {
          "avail_date": "2025-08-16",
          "cash_price": "483",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.38",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-16&checkoutDate=2025-08-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-17": [
        {
          "avail_date": "2025-08-17",
          "cash_price": "551",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.57",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-17&checkoutDate=2025-08-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-18": [
        {
          "avail_date": "2025-08-18",
          "cash_price": "605",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.02",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-18&checkoutDate=2025-08-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-19": [
        {
          "avail_date": "2025-08-19",
          "cash_price": "604",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.42",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-19&checkoutDate=2025-08-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-20": [
        {
          "avail_date": "2025-08-20",
          "cash_price": "599",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-20&checkoutDate=2025-08-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-21": [
        {
          "avail_date": "2025-08-21",
          "cash_price": "608",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.03",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-21&checkoutDate=2025-08-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-22": [
        {
          "avail_date": "2025-08-22",
          "cash_price": "557",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.86",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-22&checkoutDate=2025-08-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-23": [
        {
          "avail_date": "2025-08-23",
          "cash_price": "469",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.56",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-23&checkoutDate=2025-08-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-24": [
        {
          "avail_date": "2025-08-24",
          "cash_price": "540",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.80",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-24&checkoutDate=2025-08-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-25": [
        {
          "avail_date": "2025-08-25",
          "cash_price": "545",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.18",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-25&checkoutDate=2025-08-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-26": [
        {
          "avail_date": "2025-08-26",
          "cash_price": "512",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.71",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-26&checkoutDate=2025-08-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-27": [
        {
          "avail_date": "2025-08-27",
          "cash_price": "594",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.98",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-27&checkoutDate=2025-08-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-28": [
        {
          "avail_date": "2025-08-28",
          "cash_price": "631",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.10",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-28&checkoutDate=2025-08-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-29": [
        {
          "avail_date": "2025-08-29",
          "cash_price": "551",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "1.84",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-29&checkoutDate=2025-08-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-30": [
        {
          "avail_date": "2025-08-30",
          "cash_price": "663",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.21",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-30&checkoutDate=2025-08-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-08-31": [
        {
          "avail_date": "2025-08-31",
          "cash_price": "642",
          "created_at": "2025-04-06T08:21:08Z",
          "point_value": "2.14",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-08-31&checkoutDate=2025-09-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-01": [
        {
          "avail_date": "2025-09-01",
          "cash_price": "651",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.17",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-01&checkoutDate=2025-09-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-02": [
        {
          "avail_date": "2025-09-02",
          "cash_price": "710",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.37",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-02&checkoutDate=2025-09-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-03": [
        {
          "avail_date": "2025-09-03",
          "cash_price": "701",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.34",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-03&checkoutDate=2025-09-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-04": [
        {
          "avail_date": "2025-09-04",
          "cash_price": "652",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.17",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-04&checkoutDate=2025-09-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-05": [
        {
          "avail_date": "2025-09-05",
          "cash_price": "662",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.21",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-05&checkoutDate=2025-09-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-06": [
        {
          "avail_date": "2025-09-06",
          "cash_price": "657",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.19",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-06&checkoutDate=2025-09-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-07": [
        {
          "avail_date": "2025-09-07",
          "cash_price": "636",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.12",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-07&checkoutDate=2025-09-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-08": [
        {
          "avail_date": "2025-09-08",
          "cash_price": "657",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.19",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-08&checkoutDate=2025-09-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-09": [
        {
          "avail_date": "2025-09-09",
          "cash_price": "737",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.46",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-09&checkoutDate=2025-09-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-10": [
        {
          "avail_date": "2025-09-10",
          "cash_price": "736",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.45",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-10&checkoutDate=2025-09-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-11": [
        {
          "avail_date": "2025-09-11",
          "cash_price": "736",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.10",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-11&checkoutDate=2025-09-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-12": [
        {
          "avail_date": "2025-09-12",
          "cash_price": "675",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "1.93",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-12&checkoutDate=2025-09-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-13": [
        {
          "avail_date": "2025-09-13",
          "cash_price": "685",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.28",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-13&checkoutDate=2025-09-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-14": [
        {
          "avail_date": "2025-09-14",
          "cash_price": "642",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.14",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-14&checkoutDate=2025-09-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-15": [
        {
          "avail_date": "2025-09-15",
          "cash_price": "697",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.32",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-15&checkoutDate=2025-09-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-16": [
        {
          "avail_date": "2025-09-16",
          "cash_price": "738",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.11",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-16&checkoutDate=2025-09-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-17": [
        {
          "avail_date": "2025-09-17",
          "cash_price": "740",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.47",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-17&checkoutDate=2025-09-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-18": [
        {
          "avail_date": "2025-09-18",
          "cash_price": "740",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.47",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-18&checkoutDate=2025-09-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-19": [
        {
          "avail_date": "2025-09-19",
          "cash_price": "697",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.32",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-19&checkoutDate=2025-09-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-20": [
        {
          "avail_date": "2025-09-20",
          "cash_price": "676",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.25",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-20&checkoutDate=2025-09-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-21": [
        {
          "avail_date": "2025-09-21",
          "cash_price": "644",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.15",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-21&checkoutDate=2025-09-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-22": [
        {
          "avail_date": "2025-09-22",
          "cash_price": "649",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.16",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-22&checkoutDate=2025-09-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-23": [
        {
          "avail_date": "2025-09-23",
          "cash_price": "740",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.12",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-23&checkoutDate=2025-09-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-24": [
        {
          "avail_date": "2025-09-24",
          "cash_price": "738",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.11",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-24&checkoutDate=2025-09-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-25": [
        {
          "avail_date": "2025-09-25",
          "cash_price": "658",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "1.88",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-25&checkoutDate=2025-09-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-26": [
        {
          "avail_date": "2025-09-26",
          "cash_price": "655",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "1.87",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-26&checkoutDate=2025-09-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-27": [
        {
          "avail_date": "2025-09-27",
          "cash_price": "653",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "1.87",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-27&checkoutDate=2025-09-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-28": [
        {
          "avail_date": "2025-09-28",
          "cash_price": "640",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "1.83",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-28&checkoutDate=2025-09-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-29": [
        {
          "avail_date": "2025-09-29",
          "cash_price": "730",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.08",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-29&checkoutDate=2025-09-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-09-30": [
        {
          "avail_date": "2025-09-30",
          "cash_price": "821",
          "created_at": "2025-04-01T02:28:18Z",
          "point_value": "2.35",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-09-30&checkoutDate=2025-10-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-01": [
        {
          "avail_date": "2025-10-01",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.28",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-01&checkoutDate=2025-10-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-02": [
        {
          "avail_date": "2025-10-02",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.28",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-02&checkoutDate=2025-10-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-03": [
        {
          "avail_date": "2025-10-03",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.28",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-03&checkoutDate=2025-10-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-04": [
        {
          "avail_date": "2025-10-04",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.28",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-04&checkoutDate=2025-10-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-05": [
        {
          "avail_date": "2025-10-05",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.28",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-05&checkoutDate=2025-10-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-06": [
        {
          "avail_date": "2025-10-06",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.66",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-06&checkoutDate=2025-10-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-07": [
        {
          "avail_date": "2025-10-07",
          "cash_price": "797",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.66",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-07&checkoutDate=2025-10-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-08": [
        {
          "avail_date": "2025-10-08",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.39",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-08&checkoutDate=2025-10-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-09": [
        {
          "avail_date": "2025-10-09",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.39",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-09&checkoutDate=2025-10-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-10": [
        {
          "avail_date": "2025-10-10",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.39",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-10&checkoutDate=2025-10-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-11": [
        {
          "avail_date": "2025-10-11",
          "cash_price": "717",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-11&checkoutDate=2025-10-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-12": [
        {
          "avail_date": "2025-10-12",
          "cash_price": "715",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.38",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-12&checkoutDate=2025-10-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-13": [
        {
          "avail_date": "2025-10-13",
          "cash_price": "675",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.25",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-13&checkoutDate=2025-10-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-14": [
        {
          "avail_date": "2025-10-14",
          "cash_price": "717",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-14&checkoutDate=2025-10-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-15": [
        {
          "avail_date": "2025-10-15",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-15&checkoutDate=2025-10-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-16": [
        {
          "avail_date": "2025-10-16",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-16&checkoutDate=2025-10-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-17": [
        {
          "avail_date": "2025-10-17",
          "cash_price": "718",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.05",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-17&checkoutDate=2025-10-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-18": [
        {
          "avail_date": "2025-10-18",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.66",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-18&checkoutDate=2025-10-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-19": [
        {
          "avail_date": "2025-10-19",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-19&checkoutDate=2025-10-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-20": [
        {
          "avail_date": "2025-10-20",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-20&checkoutDate=2025-10-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-21": [
        {
          "avail_date": "2025-10-21",
          "cash_price": "581",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-21&checkoutDate=2025-10-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-22": [
        {
          "avail_date": "2025-10-22",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-22&checkoutDate=2025-10-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-23": [
        {
          "avail_date": "2025-10-23",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-23&checkoutDate=2025-10-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-24": [
        {
          "avail_date": "2025-10-24",
          "cash_price": "581",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.32",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-24&checkoutDate=2025-10-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-25": [
        {
          "avail_date": "2025-10-25",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-25&checkoutDate=2025-10-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-26": [
        {
          "avail_date": "2025-10-26",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-26&checkoutDate=2025-10-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-27": [
        {
          "avail_date": "2025-10-27",
          "cash_price": "529",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.12",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-27&checkoutDate=2025-10-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-28": [
        {
          "avail_date": "2025-10-28",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-28&checkoutDate=2025-10-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-29": [
        {
          "avail_date": "2025-10-29",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-29&checkoutDate=2025-10-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-30": [
        {
          "avail_date": "2025-10-30",
          "cash_price": "582",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-30&checkoutDate=2025-10-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-10-31": [
        {
          "avail_date": "2025-10-31",
          "cash_price": "579",
          "created_at": "2025-02-19T17:06:58Z",
          "point_value": "2.32",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-10-31&checkoutDate=2025-11-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-01": [
        {
          "avail_date": "2025-11-01",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-01&checkoutDate=2025-11-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-02": [
        {
          "avail_date": "2025-11-02",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-02&checkoutDate=2025-11-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-03": [
        {
          "avail_date": "2025-11-03",
          "cash_price": "524",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.10",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-03&checkoutDate=2025-11-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-04": [
        {
          "avail_date": "2025-11-04",
          "cash_price": "523",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.09",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-04&checkoutDate=2025-11-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-05": [
        {
          "avail_date": "2025-11-05",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-05&checkoutDate=2025-11-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-06": [
        {
          "avail_date": "2025-11-06",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-06&checkoutDate=2025-11-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-07": [
        {
          "avail_date": "2025-11-07",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-07&checkoutDate=2025-11-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-08": [
        {
          "avail_date": "2025-11-08",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-08&checkoutDate=2025-11-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-09": [
        {
          "avail_date": "2025-11-09",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-09&checkoutDate=2025-11-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-10": [
        {
          "avail_date": "2025-11-10",
          "cash_price": "515",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.72",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-10&checkoutDate=2025-11-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-11": [
        {
          "avail_date": "2025-11-11",
          "cash_price": "514",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.71",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-11&checkoutDate=2025-11-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-12": [
        {
          "avail_date": "2025-11-12",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-12&checkoutDate=2025-11-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-13": [
        {
          "avail_date": "2025-11-13",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-13&checkoutDate=2025-11-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-14": [
        {
          "avail_date": "2025-11-14",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-14&checkoutDate=2025-11-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-15": [
        {
          "avail_date": "2025-11-15",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-15&checkoutDate=2025-11-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-16": [
        {
          "avail_date": "2025-11-16",
          "cash_price": "558",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.23",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-16&checkoutDate=2025-11-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-17": [
        {
          "avail_date": "2025-11-17",
          "cash_price": "514",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.71",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-17&checkoutDate=2025-11-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-18": [
        {
          "avail_date": "2025-11-18",
          "cash_price": "524",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.75",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-18&checkoutDate=2025-11-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-19": [
        {
          "avail_date": "2025-11-19",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-19&checkoutDate=2025-11-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-20": [
        {
          "avail_date": "2025-11-20",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-20&checkoutDate=2025-11-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-21": [
        {
          "avail_date": "2025-11-21",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-21&checkoutDate=2025-11-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-22": [
        {
          "avail_date": "2025-11-22",
          "cash_price": "579",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.32",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-22&checkoutDate=2025-11-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-23": [
        {
          "avail_date": "2025-11-23",
          "cash_price": "576",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.31",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-23&checkoutDate=2025-11-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-24": [
        {
          "avail_date": "2025-11-24",
          "cash_price": "515",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.72",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-24&checkoutDate=2025-11-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-25": [
        {
          "avail_date": "2025-11-25",
          "cash_price": "510",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.70",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-25&checkoutDate=2025-11-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-26": [
        {
          "avail_date": "2025-11-26",
          "cash_price": "521",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.74",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-26&checkoutDate=2025-11-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-27": [
        {
          "avail_date": "2025-11-27",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-27&checkoutDate=2025-11-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-28": [
        {
          "avail_date": "2025-11-28",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-28&checkoutDate=2025-11-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-29": [
        {
          "avail_date": "2025-11-29",
          "cash_price": "582",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-29&checkoutDate=2025-11-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-11-30": [
        {
          "avail_date": "2025-11-30",
          "cash_price": "581",
          "created_at": "2025-02-19T17:10:55Z",
          "point_value": "2.32",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-11-30&checkoutDate=2025-12-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-01": [
        {
          "avail_date": "2025-12-01",
          "cash_price": "510",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.70",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-01&checkoutDate=2025-12-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-02": [
        {
          "avail_date": "2025-12-02",
          "cash_price": "508",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.69",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-02&checkoutDate=2025-12-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-03": [
        {
          "avail_date": "2025-12-03",
          "cash_price": "577",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.92",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-03&checkoutDate=2025-12-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-04": [
        {
          "avail_date": "2025-12-04",
          "cash_price": "516",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.72",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-04&checkoutDate=2025-12-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-05": [
        {
          "avail_date": "2025-12-05",
          "cash_price": "505",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.68",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-05&checkoutDate=2025-12-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-06": [
        {
          "avail_date": "2025-12-06",
          "cash_price": "504",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.68",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-06&checkoutDate=2025-12-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-07": [
        {
          "avail_date": "2025-12-07",
          "cash_price": "496",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.65",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-07&checkoutDate=2025-12-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-08": [
        {
          "avail_date": "2025-12-08",
          "cash_price": "511",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.04",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-08&checkoutDate=2025-12-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-09": [
        {
          "avail_date": "2025-12-09",
          "cash_price": "508",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.03",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-09&checkoutDate=2025-12-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-10": [
        {
          "avail_date": "2025-12-10",
          "cash_price": "579",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.93",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-10&checkoutDate=2025-12-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-11": [
        {
          "avail_date": "2025-12-11",
          "cash_price": "512",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.71",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-11&checkoutDate=2025-12-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-12": [
        {
          "avail_date": "2025-12-12",
          "cash_price": "503",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.01",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-12&checkoutDate=2025-12-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-13": [
        {
          "avail_date": "2025-12-13",
          "cash_price": "507",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.69",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-13&checkoutDate=2025-12-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-14": [
        {
          "avail_date": "2025-12-14",
          "cash_price": "497",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.99",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-14&checkoutDate=2025-12-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-15": [
        {
          "avail_date": "2025-12-15",
          "cash_price": "504",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.02",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-15&checkoutDate=2025-12-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-16": [
        {
          "avail_date": "2025-12-16",
          "cash_price": "503",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.01",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-16&checkoutDate=2025-12-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-17": [
        {
          "avail_date": "2025-12-17",
          "cash_price": "511",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.04",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-17&checkoutDate=2025-12-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-18": [
        {
          "avail_date": "2025-12-18",
          "cash_price": "517",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.07",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-18&checkoutDate=2025-12-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-19": [
        {
          "avail_date": "2025-12-19",
          "cash_price": "510",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.04",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-19&checkoutDate=2025-12-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-20": [
        {
          "avail_date": "2025-12-20",
          "cash_price": "522",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.74",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-20&checkoutDate=2025-12-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-21": [
        {
          "avail_date": "2025-12-21",
          "cash_price": "505",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.68",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-21&checkoutDate=2025-12-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-22": [
        {
          "avail_date": "2025-12-22",
          "cash_price": "500",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.43",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-22&checkoutDate=2025-12-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-23": [
        {
          "avail_date": "2025-12-23",
          "cash_price": "554",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.58",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-23&checkoutDate=2025-12-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-24": [
        {
          "avail_date": "2025-12-24",
          "cash_price": "670",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "1.91",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-24&checkoutDate=2025-12-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-25": [
        {
          "avail_date": "2025-12-25",
          "cash_price": "774",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.21",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-25&checkoutDate=2025-12-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-26": [
        {
          "avail_date": "2025-12-26",
          "cash_price": "791",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.26",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-26&checkoutDate=2025-12-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-27": [
        {
          "avail_date": "2025-12-27",
          "cash_price": "773",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.21",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-27&checkoutDate=2025-12-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-28": [
        {
          "avail_date": "2025-12-28",
          "cash_price": "757",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.16",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-28&checkoutDate=2025-12-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-29": [
        {
          "avail_date": "2025-12-29",
          "cash_price": "769",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.20",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-29&checkoutDate=2025-12-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-30": [
        {
          "avail_date": "2025-12-30",
          "cash_price": "774",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.21",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-30&checkoutDate=2025-12-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2025-12-31": [
        {
          "avail_date": "2025-12-31",
          "cash_price": "894",
          "created_at": "2025-02-19T17:15:50Z",
          "point_value": "2.56",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2025-12-31&checkoutDate=2026-01-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-01": [
        {
          "avail_date": "2026-01-01",
          "cash_price": "892",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.97",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-01&checkoutDate=2026-01-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-02": [
        {
          "avail_date": "2026-01-02",
          "cash_price": "894",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.98",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-02&checkoutDate=2026-01-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-03": [
        {
          "avail_date": "2026-01-03",
          "cash_price": "757",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "3.03",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-03&checkoutDate=2026-01-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-04": [
        {
          "avail_date": "2026-01-04",
          "cash_price": "721",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.89",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-04&checkoutDate=2026-01-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-05": [
        {
          "avail_date": "2026-01-05",
          "cash_price": "583",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.33",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-05&checkoutDate=2026-01-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-06": [
        {
          "avail_date": "2026-01-06",
          "cash_price": "507",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.03",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-06&checkoutDate=2026-01-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-07": [
        {
          "avail_date": "2026-01-07",
          "cash_price": "587",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.35",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-07&checkoutDate=2026-01-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-08": [
        {
          "avail_date": "2026-01-08",
          "cash_price": "596",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.38",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-08&checkoutDate=2026-01-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-09": [
        {
          "avail_date": "2026-01-09",
          "cash_price": "558",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.23",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-09&checkoutDate=2026-01-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-10": [
        {
          "avail_date": "2026-01-10",
          "cash_price": "539",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.16",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-10&checkoutDate=2026-01-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-11": [
        {
          "avail_date": "2026-01-11",
          "cash_price": "548",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.19",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-11&checkoutDate=2026-01-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-12": [
        {
          "avail_date": "2026-01-12",
          "cash_price": "567",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.27",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-12&checkoutDate=2026-01-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-13": [
        {
          "avail_date": "2026-01-13",
          "cash_price": "552",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.21",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-13&checkoutDate=2026-01-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-14": [
        {
          "avail_date": "2026-01-14",
          "cash_price": "581",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.94",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-14&checkoutDate=2026-01-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-15": [
        {
          "avail_date": "2026-01-15",
          "cash_price": "573",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.91",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-15&checkoutDate=2026-01-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-16": [
        {
          "avail_date": "2026-01-16",
          "cash_price": "571",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.90",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-16&checkoutDate=2026-01-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-17": [
        {
          "avail_date": "2026-01-17",
          "cash_price": "577",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.92",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-17&checkoutDate=2026-01-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-18": [
        {
          "avail_date": "2026-01-18",
          "cash_price": "568",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.89",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-18&checkoutDate=2026-01-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-19": [
        {
          "avail_date": "2026-01-19",
          "cash_price": "593",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.98",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-19&checkoutDate=2026-01-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-20": [
        {
          "avail_date": "2026-01-20",
          "cash_price": "596",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.99",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-20&checkoutDate=2026-01-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-21": [
        {
          "avail_date": "2026-01-21",
          "cash_price": "612",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.04",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-21&checkoutDate=2026-01-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-22": [
        {
          "avail_date": "2026-01-22",
          "cash_price": "643",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.14",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-22&checkoutDate=2026-01-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-23": [
        {
          "avail_date": "2026-01-23",
          "cash_price": "585",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.95",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-23&checkoutDate=2026-01-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-24": [
        {
          "avail_date": "2026-01-24",
          "cash_price": "564",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.88",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-24&checkoutDate=2026-01-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-25": [
        {
          "avail_date": "2026-01-25",
          "cash_price": "571",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.90",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-25&checkoutDate=2026-01-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-26": [
        {
          "avail_date": "2026-01-26",
          "cash_price": "594",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.98",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-26&checkoutDate=2026-01-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-27": [
        {
          "avail_date": "2026-01-27",
          "cash_price": "589",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.96",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-27&checkoutDate=2026-01-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-28": [
        {
          "avail_date": "2026-01-28",
          "cash_price": "601",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-28&checkoutDate=2026-01-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-29": [
        {
          "avail_date": "2026-01-29",
          "cash_price": "655",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "2.18",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-29&checkoutDate=2026-01-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-30": [
        {
          "avail_date": "2026-01-30",
          "cash_price": "563",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.88",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-30&checkoutDate=2026-01-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-01-31": [
        {
          "avail_date": "2026-01-31",
          "cash_price": "531",
          "created_at": "2025-02-19T17:18:14Z",
          "point_value": "1.77",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-01-31&checkoutDate=2026-02-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-01": [
        {
          "avail_date": "2026-02-01",
          "cash_price": "520",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.73",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-01&checkoutDate=2026-02-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-02": [
        {
          "avail_date": "2026-02-02",
          "cash_price": "579",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.93",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-02&checkoutDate=2026-02-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-03": [
        {
          "avail_date": "2026-02-03",
          "cash_price": "523",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.74",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-03&checkoutDate=2026-02-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-04": [
        {
          "avail_date": "2026-02-04",
          "cash_price": "571",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.28",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-04&checkoutDate=2026-02-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-05": [
        {
          "avail_date": "2026-02-05",
          "cash_price": "585",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.34",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-05&checkoutDate=2026-02-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-06": [
        {
          "avail_date": "2026-02-06",
          "cash_price": "519",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.08",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-06&checkoutDate=2026-02-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-07": [
        {
          "avail_date": "2026-02-07",
          "cash_price": "514",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.05",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-07&checkoutDate=2026-02-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-08": [
        {
          "avail_date": "2026-02-08",
          "cash_price": "505",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.02",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-08&checkoutDate=2026-02-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-09": [
        {
          "avail_date": "2026-02-09",
          "cash_price": "570",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.28",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-09&checkoutDate=2026-02-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-10": [
        {
          "avail_date": "2026-02-10",
          "cash_price": "517",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.07",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-10&checkoutDate=2026-02-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-11": [
        {
          "avail_date": "2026-02-11",
          "cash_price": "571",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.28",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-11&checkoutDate=2026-02-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-12": [
        {
          "avail_date": "2026-02-12",
          "cash_price": "594",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.98",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-12&checkoutDate=2026-02-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-13": [
        {
          "avail_date": "2026-02-13",
          "cash_price": "521",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.49",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-13&checkoutDate=2026-02-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-14": [
        {
          "avail_date": "2026-02-14",
          "cash_price": "505",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.44",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-14&checkoutDate=2026-02-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-15": [
        {
          "avail_date": "2026-02-15",
          "cash_price": "495",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.65",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-15&checkoutDate=2026-02-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-16": [
        {
          "avail_date": "2026-02-16",
          "cash_price": "547",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.19",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-16&checkoutDate=2026-02-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-17": [
        {
          "avail_date": "2026-02-17",
          "cash_price": "484",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.94",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-17&checkoutDate=2026-02-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-18": [
        {
          "avail_date": "2026-02-18",
          "cash_price": "504",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "2.02",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-18&checkoutDate=2026-02-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-19": [
        {
          "avail_date": "2026-02-19",
          "cash_price": "495",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.98",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-19&checkoutDate=2026-02-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-20": [
        {
          "avail_date": "2026-02-20",
          "cash_price": "448",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.79",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-20&checkoutDate=2026-02-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-21": [
        {
          "avail_date": "2026-02-21",
          "cash_price": "446",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.78",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-21&checkoutDate=2026-02-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-22": [
        {
          "avail_date": "2026-02-22",
          "cash_price": "424",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.70",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-22&checkoutDate=2026-02-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-23": [
        {
          "avail_date": "2026-02-23",
          "cash_price": "496",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.98",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-23&checkoutDate=2026-02-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-24": [
        {
          "avail_date": "2026-02-24",
          "cash_price": "480",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.92",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-24&checkoutDate=2026-02-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-25": [
        {
          "avail_date": "2026-02-25",
          "cash_price": "494",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.98",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-25&checkoutDate=2026-02-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-26": [
        {
          "avail_date": "2026-02-26",
          "cash_price": "493",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.97",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-26&checkoutDate=2026-02-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-27": [
        {
          "avail_date": "2026-02-27",
          "cash_price": "436",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.75",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-27&checkoutDate=2026-02-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-02-28": [
        {
          "avail_date": "2026-02-28",
          "cash_price": "431",
          "created_at": "2025-02-19T17:20:00Z",
          "point_value": "1.73",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-02-28&checkoutDate=2026-03-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-01": [
        {
          "avail_date": "2026-03-01",
          "cash_price": "592",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.37",
          "points_rate": 25000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-01&checkoutDate=2026-03-02&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-02": [
        {
          "avail_date": "2026-03-02",
          "cash_price": "611",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.75",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-02&checkoutDate=2026-03-03&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-03": [
        {
          "avail_date": "2026-03-03",
          "cash_price": "614",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.75",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-03&checkoutDate=2026-03-04&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-04": [
        {
          "avail_date": "2026-03-04",
          "cash_price": "676",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.93",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-04&checkoutDate=2026-03-05&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-05": [
        {
          "avail_date": "2026-03-05",
          "cash_price": "677",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.93",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-05&checkoutDate=2026-03-06&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-06": [
        {
          "avail_date": "2026-03-06",
          "cash_price": "621",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.77",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-06&checkoutDate=2026-03-07&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-07": [
        {
          "avail_date": "2026-03-07",
          "cash_price": "647",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.85",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-07&checkoutDate=2026-03-08&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-08": [
        {
          "avail_date": "2026-03-08",
          "cash_price": "596",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.70",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-08&checkoutDate=2026-03-09&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-09": [
        {
          "avail_date": "2026-03-09",
          "cash_price": "607",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.73",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-09&checkoutDate=2026-03-10&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-10": [
        {
          "avail_date": "2026-03-10",
          "cash_price": "614",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.05",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-10&checkoutDate=2026-03-11&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-11": [
        {
          "avail_date": "2026-03-11",
          "cash_price": "678",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.26",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-11&checkoutDate=2026-03-12&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-12": [
        {
          "avail_date": "2026-03-12",
          "cash_price": "677",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.26",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-12&checkoutDate=2026-03-13&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-13": [
        {
          "avail_date": "2026-03-13",
          "cash_price": "605",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.02",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-13&checkoutDate=2026-03-14&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-14": [
        {
          "avail_date": "2026-03-14",
          "cash_price": "609",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.03",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-14&checkoutDate=2026-03-15&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-15": [
        {
          "avail_date": "2026-03-15",
          "cash_price": "589",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.96",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-15&checkoutDate=2026-03-16&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-16": [
        {
          "avail_date": "2026-03-16",
          "cash_price": "607",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.02",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-16&checkoutDate=2026-03-17&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-17": [
        {
          "avail_date": "2026-03-17",
          "cash_price": "611",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.75",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-17&checkoutDate=2026-03-18&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-18": [
        {
          "avail_date": "2026-03-18",
          "cash_price": "665",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.90",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-18&checkoutDate=2026-03-19&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-19": [
        {
          "avail_date": "2026-03-19",
          "cash_price": "678",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.94",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-19&checkoutDate=2026-03-20&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-20": [
        {
          "avail_date": "2026-03-20",
          "cash_price": "609",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.03",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-20&checkoutDate=2026-03-21&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-21": [
        {
          "avail_date": "2026-03-21",
          "cash_price": "610",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.03",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-21&checkoutDate=2026-03-22&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-22": [
        {
          "avail_date": "2026-03-22",
          "cash_price": "596",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.99",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-22&checkoutDate=2026-03-23&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-23": [
        {
          "avail_date": "2026-03-23",
          "cash_price": "607",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.73",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-23&checkoutDate=2026-03-24&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-24": [
        {
          "avail_date": "2026-03-24",
          "cash_price": "612",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.75",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-24&checkoutDate=2026-03-25&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-25": [
        {
          "avail_date": "2026-03-25",
          "cash_price": "630",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.80",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-25&checkoutDate=2026-03-26&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-26": [
        {
          "avail_date": "2026-03-26",
          "cash_price": "654",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.87",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-26&checkoutDate=2026-03-27&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-27": [
        {
          "avail_date": "2026-03-27",
          "cash_price": "603",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.01",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-27&checkoutDate=2026-03-28&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-28": [
        {
          "avail_date": "2026-03-28",
          "cash_price": "600",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-28&checkoutDate=2026-03-29&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-29": [
        {
          "avail_date": "2026-03-29",
          "cash_price": "588",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.96",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-29&checkoutDate=2026-03-30&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-30": [
        {
          "avail_date": "2026-03-30",
          "cash_price": "601",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "2.00",
          "points_rate": 30000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-30&checkoutDate=2026-03-31&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ],
      "2026-03-31": [
        {
          "avail_date": "2026-03-31",
          "cash_price": "614",
          "created_at": "2025-03-28T03:49:35Z",
          "point_value": "1.75",
          "points_rate": 35000,
          "rate_plan": "Standard Room",
          "res_link": "https://www.hyatt.com/shop/madel?checkinDate=2026-03-31&checkoutDate=2026-04-01&rooms=1&adults=2&kids=0&rate=Standard&rateFilter=woh",
          "room_type": "1 Queen Bed"
        }
      ]
    }
  ],
  "hide_data": false,
  "hotel_info": {
    "availability": "84%",
    "availability_num": "84.6590909090909",
    "brand": "hyatt",
    "cash_max": "1375",
    "cash_median": "607",
    "cash_min": "424",
    "formatted_address": "24 Bd Malesherbes, 75008 Paris, France",
    "g_link": "https://www.google.com/maps/search/?api=1&query=48.8728305%2C2.3215853&query_place_id=ChIJGwmVbctv5kcREmwWMM-M0XY",
    "g_rating": "4.7",
    "g_rating_total": "1128",
    "hotel_id": "madel",
    "hotel_location": {
      "latitude": "48.8728305",
      "longitude": "2.3215853"
    },
    "id": "hyatt_madel",
    "image": "https://img.awardtool.com/hotel-imgs/hyatt_madel.jpg",
    "mid_cash_r": "30,000",
    "name": "Hyatt Paris Madeleine",
    "point_val_max": "3",
    "point_val_median": "2",
    "point_val_min": "1.4",
    "points_max": "35000",
    "points_median": "30000",
    "points_min": "25000",
    "sub_brand": "Hyatt Hotels",
    "update_date": "2025-04-14",
    "update_epoch": "1744626025.875242"
  },
  "machine": "LAMBDA",
  "status": 200,
  "usage": -1
}
```

**SDK Code**

```python
import requests

url = "https://apisv2.awardtoolapi.com/api/hotel_calendar"

payload = {
    "hotel_id": "hyatt_madel",
    "api_key": "YOUR_API_KEY"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript
const url = 'https://apisv2.awardtoolapi.com/api/hotel_calendar';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"hotel_id":"hyatt_madel","api_key":"YOUR_API_KEY"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://apisv2.awardtoolapi.com/api/hotel_calendar"

	payload := strings.NewReader("{\n  \"hotel_id\": \"hyatt_madel\",\n  \"api_key\": \"YOUR_API_KEY\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby
require 'uri'
require 'net/http'

url = URI("https://apisv2.awardtoolapi.com/api/hotel_calendar")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"hotel_id\": \"hyatt_madel\",\n  \"api_key\": \"YOUR_API_KEY\"\n}"

response = http.request(request)
puts response.read_body
```

```java
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://apisv2.awardtoolapi.com/api/hotel_calendar")
  .header("Content-Type", "application/json")
  .body("{\n  \"hotel_id\": \"hyatt_madel\",\n  \"api_key\": \"YOUR_API_KEY\"\n}")
  .asString();
```

```php
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://apisv2.awardtoolapi.com/api/hotel_calendar', [
  'body' => '{
  "hotel_id": "hyatt_madel",
  "api_key": "YOUR_API_KEY"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp
using RestSharp;

var client = new RestClient("https://apisv2.awardtoolapi.com/api/hotel_calendar");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"hotel_id\": \"hyatt_madel\",\n  \"api_key\": \"YOUR_API_KEY\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "hotel_id": "hyatt_madel",
  "api_key": "YOUR_API_KEY"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://apisv2.awardtoolapi.com/api/hotel_calendar")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```