{
  "openapi": "3.0.1",
  "info": {
    "title": "VRBO Extractor 4.0",
    "description": "💫 All-In-One VRBO.com Scraper",
    "version": "0.4",
    "x-build-id": "UXcPblWR0WYwY0uTX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~vrbo-property/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-vrbo-property",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/jupri~vrbo-property/runs": {
      "post": {
        "operationId": "runs-sync-jupri-vrbo-property",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/jupri~vrbo-property/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-vrbo-property",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "prompt": {
            "title": "✨ AI Search Prompt",
            "type": "string",
            "description": ""
          },
          "location": {
            "title": "🧭 Location",
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "example": {
            "title": "💡 Examples",
            "enum": [
              "Bali",
              "region:2554",
              "-7.7956, 110.3695",
              "10440084",
              "10440084/reviews",
              "4193579ha",
              "4193579ha/reviews"
            ],
            "type": "string",
            "description": "💡 Location INPUT Examples"
          },
          "limit": {
            "title": "♾️ Limit",
            "type": "integer",
            "description": "💡 Number of results (per-query)"
          },
          "sort": {
            "title": "🔀 Sorting",
            "enum": [
              "recommended",
              "price_low",
              "price_high",
              "distance",
              "review",
              "rating",
              "relevant",
              "vacation"
            ],
            "type": "string",
            "description": "💡 Listing order"
          },
          "site": {
            "title": "🌐 Portal",
            "enum": [
              "9001001",
              "9002003",
              "9002004",
              "9004006",
              "9003008",
              "9003009",
              "9003011",
              "9003015",
              "9003016",
              "9003017",
              "9003019",
              "9005024",
              "9021025",
              "9022026",
              "9023027",
              "9007028",
              "9006029",
              "9008031",
              "9009032"
            ],
            "type": "string",
            "description": "Region/Currency"
          },
          "language": {
            "title": "📢 Language",
            "enum": [
              "es_AR",
              "en_AU",
              "de_AT",
              "nl_BE",
              "fr_BE",
              "pt_BR",
              "en_CA",
              "fr_CA",
              "zh_CN",
              "da_DK",
              "fi_FI",
              "fr_FR",
              "de_DE",
              "zh_HK",
              "en_HK",
              "id_ID",
              "en_IE",
              "it_IT",
              "ja_JP",
              "ko_KR",
              "ms_MY",
              "en_MY",
              "es_MX",
              "nl_NL",
              "nb_NO",
              "en_PH",
              "es_ES",
              "ca_ES",
              "sv_SE",
              "de_CH",
              "fr_CH",
              "th_TH",
              "en_GB",
              "en_SG",
              "en_US",
              "vi_VN",
              "zh_TW"
            ],
            "type": "string",
            "description": "💡 example: <code>en_GB</code>"
          },
          "map_viewer": {
            "title": "Enable",
            "type": "boolean",
            "description": ""
          },
          "includes:all": {
            "title": "All Info",
            "type": "boolean",
            "description": "💡Check All"
          },
          "includes:description": {
            "title": "Description",
            "type": "boolean",
            "description": "💡Property Descriptions"
          },
          "includes:policies": {
            "title": "Policies",
            "type": "boolean",
            "description": "💡Property Policies"
          },
          "includes:amenities": {
            "title": "Amenities",
            "type": "boolean",
            "description": "💡Complete Amenities"
          },
          "includes:faq": {
            "title": "FAQ",
            "type": "boolean",
            "description": "💡Frequently Asked Questions"
          },
          "includes:location": {
            "title": "Location",
            "type": "boolean",
            "description": "💡Location and Nearby Point of Interests"
          },
          "includes:landmarks": {
            "title": "Landmarks",
            "type": "boolean",
            "description": "💡Nearby Landmarks"
          },
          "includes:offers": {
            "title": "Offers",
            "type": "boolean",
            "description": "💡Room Offers"
          },
          "includes:calendar": {
            "title": "Calendar Rates",
            "type": "boolean",
            "description": "💡 Lowest prices in the past 24 hours"
          },
          "includes:availability": {
            "title": "📅 Availability Calendar",
            "type": "integer",
            "description": "💡 Availability Calendar. Date range: TODAY until specific number of months ahead."
          },
          "includes:gallery": {
            "title": "📷 Image Gallery",
            "enum": [
              "1",
              "2"
            ],
            "type": "string",
            "description": "💡 Complete Gallery"
          },
          "includes:review": {
            "title": "Reviews Summary",
            "type": "boolean",
            "description": "Reviews summary"
          },
          "includes:review_count": {
            "title": "Number of Reviews",
            "type": "integer",
            "description": "💡 Number of Reviews <i><code>(default=3)</code></i>. To Filters or Search within reviews, please use <b>Reviews Filters</b> below."
          },
          "review_search": {
            "title": "Search Reviews",
            "type": "string",
            "description": "Search reviews"
          },
          "review_sort": {
            "title": "Review Sorting",
            "enum": [
              "relevant",
              "date",
              "rating_high",
              "rating_low"
            ],
            "type": "string",
            "description": "Reviews sorting"
          },
          "review_type": {
            "title": "Type",
            "enum": [
              "all",
              "couples",
              "solo_travelers",
              "business_travelers",
              "families",
              "families_with_small_children",
              "groups",
              "travelers_with_pets"
            ],
            "type": "string",
            "description": "Reviews Traveler Type"
          },
          "check_in": {
            "title": "Check-in",
            "type": "string",
            "description": "YYYY-MM-DD"
          },
          "check_out": {
            "title": "Check-out",
            "type": "string",
            "description": "YYYY-MM-DD"
          },
          "flex_days": {
            "title": "Flexible Days",
            "type": "integer",
            "description": "Flexible search (± days)"
          },
          "flex_unit": {
            "title": "Flexible Dates",
            "enum": [
              "1D",
              "2D",
              "4D",
              "6D",
              "1W",
              "2W",
              "1M"
            ],
            "type": "string",
            "description": "💡 How long do you want to stay?"
          },
          "flex_weekend": {
            "title": "Must include weekend",
            "type": "boolean",
            "description": ""
          },
          "flex_months": {
            "title": "Flexible Months",
            "type": "array",
            "description": "💡 When do you want to travel? <i>(this year months)</i>",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12"
              ],
              "enumTitles": [
                "January",
                "February",
                "March",
                "April",
                "May",
                "June",
                "July",
                "August",
                "September",
                "October",
                "November",
                "December"
              ]
            }
          },
          "adults:0": {
            "title": "🪟 Room #1: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:0": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:1": {
            "title": "🪟 Room #2: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:1": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:2": {
            "title": "🪟 Room #3: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:2": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:3": {
            "title": "🪟 Room #4: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:3": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:4": {
            "title": "🪟 Room #5: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:4": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:5": {
            "title": "🪟 Room #6: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:5": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:6": {
            "title": "🪟 Room #7: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:6": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "adults:7": {
            "title": "🪟 Room #8: Adults",
            "type": "integer",
            "description": "Number of adults"
          },
          "children:7": {
            "title": "Children Ages",
            "type": "string",
            "description": ""
          },
          "price_mode": {
            "title": "Price Range",
            "enum": [
              "nightly",
              "total"
            ],
            "type": "string",
            "description": ""
          },
          "min_price": {
            "title": "",
            "type": "integer",
            "description": ""
          },
          "max_price": {
            "title": "",
            "type": "integer",
            "description": ""
          },
          "filters:discounts": {
            "title": "Discounts",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "early_booking",
                "last_minute",
                "monthly_discount",
                "new_listing_price",
                "weekly_discount"
              ],
              "enumTitles": [
                "Early booking",
                "Last minute booking",
                "Monthly stay",
                "New listing discount",
                "Weekly stay"
              ]
            }
          },
          "filters:booking_options": {
            "title": "Booking Options",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "instant_confirmation",
                "pay_later_with_affirm"
              ],
              "enumTitles": [
                "Instant Confirmation",
                "Pay later with Affirm"
              ]
            }
          },
          "filters:free_cancellation": {
            "title": "Free Cancellation",
            "type": "boolean",
            "description": ""
          },
          "filters:property_reviews": {
            "title": "Reviews",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "loved_by_guests",
                "45_stars",
                "4_stars",
                "35_stars"
              ],
              "enumTitles": [
                "Loved by guests",
                "Wonderful 9+",
                "Very good 8+",
                "Good 7+"
              ]
            }
          },
          "filters:premier_host": {
            "title": "Premier Host",
            "type": "boolean",
            "description": "The owner or manager of this property consistently provides great experiences for their guests."
          },
          "filters:property_type": {
            "title": "Property Types",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "apartment_or_condo",
                "boat",
                "cabin",
                "castle",
                "chalet",
                "cottage",
                "estate",
                "guest_house",
                "hotel",
                "house",
                "houseboat",
                "RV",
                "resort",
                "villa",
                "lodge"
              ],
              "enumTitles": [
                "Apartment or condo",
                "Boat",
                "Cabin",
                "Castle",
                "Chalet",
                "Cottage",
                "Estate",
                "Guest house",
                "Hotel",
                "House",
                "Houseboat",
                "RV",
                "Resort",
                "Villa",
                "Lodge"
              ]
            }
          },
          "min_bedroom": {
            "title": "Bedrooms",
            "type": "integer",
            "description": "💡 Min. Bedrooms"
          },
          "min_beds": {
            "title": "Beds",
            "type": "integer",
            "description": "💡 Min. Beds"
          },
          "min_bathroom": {
            "title": "Bathrooms",
            "type": "integer",
            "description": "💡 Min. Bathrooms"
          },
          "min_king_beds": {
            "title": "King Beds",
            "type": "integer",
            "description": "💡 Min. King Beds"
          },
          "min_queen_beds": {
            "title": "Queen Beds",
            "type": "integer",
            "description": "💡 Min. Queen Beds"
          },
          "min_full_beds": {
            "title": "Full/Double Beds",
            "type": "integer",
            "description": "💡 Min. Full/Double Beds"
          },
          "min_twin_beds": {
            "title": "Twin Beds",
            "type": "integer",
            "description": "💡 Min. Twin Beds"
          },
          "min_bunk_beds": {
            "title": "Bunk Beds",
            "type": "integer",
            "description": "💡 Min. Bunk Beds"
          },
          "min_size": {
            "title": "Property Size",
            "type": "integer",
            "description": ""
          },
          "max_size": {
            "title": "",
            "type": "integer",
            "description": ""
          },
          "filters:common_spaces": {
            "title": "Common spaces",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "kitchen",
                "outdoor_space",
                "living_room",
                "dining_room"
              ],
              "enumTitles": [
                "Kitchen",
                "Outdoor space",
                "Living Room",
                "Dining Room"
              ]
            }
          },
          "filters:amenities_facilities": {
            "title": "💎 Amenities",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "air_conditioning",
                "balcony",
                "bed_linens_provided",
                "crib",
                "dishwasher",
                "clothes_dryer",
                "electric_vehicle_charging_station",
                "fireplace",
                "garden_or_backyard",
                "outdoor_grill",
                "heated_pool",
                "hot_tub",
                "internet_available",
                "iron_and_board",
                "kids_high_chair",
                "king_sized_bed",
                "microwave",
                "oven",
                "parking",
                "patio_or_deck",
                "pool",
                "private_pool",
                "stove",
                "television",
                "washer"
              ],
              "enumTitles": [
                "Air conditioning",
                "Balcony",
                "Bed linens provided",
                "Crib",
                "Dishwasher",
                "Dryer",
                "Electric vehicle charging available",
                "Fireplace",
                "Garden or backyard",
                "Grill",
                "Heated pool",
                "Hot tub",
                "Internet or WiFi",
                "Iron and board",
                "Kids' high chair",
                "King-sized bed",
                "Microwave",
                "Oven",
                "Parking",
                "Patio or deck",
                "Pool",
                "Private pool",
                "Stove",
                "TV",
                "Washer"
              ]
            }
          },
          "filters:location": {
            "title": "🧭 Location",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "beach",
                "beach_view",
                "beachfront",
                "downtown_location",
                "golf_course",
                "lake_location",
                "mountains_location",
                "ocean",
                "oceanfront",
                "rural_location",
                "skiin_skiout",
                "village_location",
                "waterfront"
              ],
              "enumTitles": [
                "Beach",
                "Beach view",
                "Beachfront",
                "Downtown",
                "Golf course",
                "Lake",
                "Mountains",
                "Ocean",
                "Oceanfront",
                "Rural",
                "Ski-in/ski-out",
                "Village",
                "Waterfront"
              ]
            }
          },
          "filters:nearby_activities": {
            "title": "🏀 Nearby activities",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "casinos",
                "cycling",
                "fishing",
                "golfing",
                "hiking",
                "horseback_riding",
                "museums",
                "rock_or_mountain_climbing",
                "scuba_diving_or_snorkeling",
                "shopping",
                "skiing_or_snowboarding",
                "spa_and_wellness",
                "tennis",
                "theme_parks",
                "watersports",
                "wineries_or_breweries",
                "winter_activities",
                "zoo_or_wildlife_viewing"
              ],
              "enumTitles": [
                "Casinos",
                "Cycling",
                "Fishing",
                "Golfing",
                "Hiking",
                "Horseback riding",
                "Museums",
                "Rock or mountain climbing",
                "Scuba diving or snorkeling",
                "Shopping",
                "Skiing or snowboarding",
                "Spa and wellness",
                "Tennis",
                "Theme parks",
                "Watersports",
                "Wineries or breweries",
                "Winter activities",
                "Zoo or wildlife viewing"
              ]
            }
          },
          "filters:house_rules": {
            "title": "📖 House rules",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "pets_allowed",
                "children_allowed",
                "smoking_allowed",
                "events_allowed",
                "pet_free"
              ],
              "enumTitles": [
                "Pets allowed",
                "Children welcome",
                "Smoking allowed",
                "Events allowed",
                "No pets allowed"
              ]
            }
          },
          "filters:safety": {
            "title": "🛡️ Safety",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "smoke_detector",
                "carbon_monoxide_detector"
              ],
              "enumTitles": [
                "Smoke detector",
                "Carbon-monoxide detector"
              ]
            }
          },
          "filters:accessibility_features": {
            "title": "♿️ Accessibility",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "accessible_parking",
                "accessible_path",
                "accessible_pool",
                "accessible_van_parking",
                "elevator",
                "entrance_ramp",
                "handrail_stairway_hallway",
                "single_level_property",
                "stair_free_path_to_entrance",
                "wheelchair_accessible"
              ],
              "enumTitles": [
                "Accessible parking",
                "Accessible path of travel",
                "Accessible pool",
                "Accessible van parking",
                "Elevator",
                "Entrance ramp",
                "Handrail in stairway or hallway",
                "Single-level property",
                "Stair-free path to entrance",
                "Wheelchair accessible"
              ]
            }
          },
          "filters:properties_good_for": {
            "title": "Properties good for",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "cleanliness",
                "families",
                "location"
              ],
              "enumTitles": [
                "Cleanliness",
                "Families",
                "Location"
              ]
            }
          },
          "filters:virtual_tour": {
            "title": "Virtual Tour",
            "type": "boolean",
            "description": ""
          },
          "dev_proxy_config": {
            "title": "🌐 PROXY NETWORKING",
            "type": "object",
            "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
          },
          "dev_custom_headers": {
            "title": "📜 HTTP HEADERS",
            "type": "array",
            "description": "💡 Additional HTTP Headers",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_custom_cookies": {
            "title": "🍰 HTTP COOKIES",
            "type": "array",
            "description": "💡 Additional HTTP Cookies",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_transform_fields": {
            "title": "♻️ CUSTOM FIELD",
            "type": "array",
            "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_dataset_name": {
            "title": "📁 CUSTOM STORAGE",
            "type": "string",
            "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
          },
          "dev_dataset_clear": {
            "title": "Clear Storage",
            "type": "boolean",
            "description": "Clear Dataset before insert/update."
          },
          "dev_no_strip": {
            "title": "Disable data cleansing",
            "type": "boolean",
            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
          },
          "dev_fileupload": {
            "title": "📁 FILE UPLOADER",
            "type": "string",
            "description": "💡 Upload your file and copy & paste the URL somewhere."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}