AccuWeather · Schema
PrebidTimeoutOutVars
PrebidTimeoutOutVars schema from AccuWeather API
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms
Properties
| Name | Type | Description |
|---|---|---|
| prebidTimeout | integer | |
| awxTimeout | integer | |
| bundleUrl | string | |
| bundleId | string | |
| gptEnableSingleRequest | boolean | |
| gptLazyLoading | string | |
| buyItNowSkipGoogleAdManager | boolean | |
| testVariant | string | |
| deviceClass | string | |
| disableInitialAdLoad | boolean | |
| javascriptHead | string | |
| javascriptBody | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-schema/accuweather-prebid-timeout-out-vars-schema.json",
"title": "PrebidTimeoutOutVars",
"description": "PrebidTimeoutOutVars schema from AccuWeather API",
"type": "object",
"properties": {
"prebidTimeout": {
"type": "integer",
"format": "int32"
},
"awxTimeout": {
"type": "integer",
"format": "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
}
},
"additionalProperties": false
}