AccuWeather · JSON Structure

Accuweather Bid Structure

Bid schema from AccuWeather API

Type: object Properties: 3
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Properties

bidder params isBuyItNow

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-bid-structure.json",
  "name": "Bid",
  "description": "Bid schema from AccuWeather API",
  "type": "object",
  "properties": {
    "bidder": {
      "type": "string",
      "nullable": true
    },
    "params": {
      "type": "object",
      "additionalProperties": {},
      "nullable": true
    },
    "isBuyItNow": {
      "type": "boolean"
    }
  }
}