AccuWeather · JSON Structure

Accuweather Prebid Timeout Out Vars Structure

PrebidTimeoutOutVars schema from AccuWeather API

Type: object Properties: 12
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

PrebidTimeoutOutVars is a JSON Structure definition published by AccuWeather, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

prebidTimeout awxTimeout bundleUrl bundleId gptEnableSingleRequest gptLazyLoading buyItNowSkipGoogleAdManager testVariant deviceClass disableInitialAdLoad javascriptHead javascriptBody

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-prebid-timeout-out-vars-structure.json",
  "name": "PrebidTimeoutOutVars",
  "description": "PrebidTimeoutOutVars schema from AccuWeather API",
  "type": "object",
  "properties": {
    "prebidTimeout": {
      "type": "int32"
    },
    "awxTimeout": {
      "type": "int32"
    },
    "bundleUrl": {
      "type": "string",
      "nullable": true,
      "deprecated": true
    },
    "bundleId": {
      "type": "string",
      "nullable": true
    },
    "gptEnableSingleRequest": {
      "type": "boolean"
    },
    "gptLazyLoading": {
      "type": "string",
      "nullable": true
    },
    "buyItNowSkipGoogleAdManager": {
      "type": "boolean"
    },
    "testVariant": {
      "type": "string",
      "nullable": true
    },
    "deviceClass": {
      "type": "string",
      "nullable": true
    },
    "disableInitialAdLoad": {
      "type": "boolean"
    },
    "javascriptHead": {
      "type": "string",
      "nullable": true
    },
    "javascriptBody": {
      "type": "string",
      "nullable": true
    }
  }
}