AccuWeather · JSON Structure

Accuweather Confidence Quantity Structure

ConfidenceQuantity schema from AccuWeather API

Type: object Properties: 3
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

ConfidenceQuantity 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

value unit unitType

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-confidence-quantity-structure.json",
  "name": "ConfidenceQuantity",
  "description": "ConfidenceQuantity schema from AccuWeather API",
  "type": "object",
  "properties": {
    "value": {
      "type": "float",
      "nullable": true
    },
    "unit": {
      "type": "string",
      "nullable": true
    },
    "unitType": {
      "type": "int32"
    }
  }
}