AccuWeather · Schema

ConfidenceRange

ConfidenceRange schema from AccuWeather API

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

Properties

Name Type Description
lower object
low object
likely object
high object
higher object
View JSON Schema on GitHub

JSON Schema

accuweather-confidence-range-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-schema/accuweather-confidence-range-schema.json",
  "title": "ConfidenceRange",
  "description": "ConfidenceRange schema from AccuWeather API",
  "type": "object",
  "properties": {
    "lower": {
      "type": "object",
      "properties": {
        "displayAmount": {
          "type": "string",
          "nullable": true
        },
        "low": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "high": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "probability": {
          "type": "integer",
          "format": "int32",
          "nullable": true
        },
        "phrase": {
          "type": "string",
          "nullable": true
        }
      },
      "additionalProperties": false
    },
    "low": {
      "type": "object",
      "properties": {
        "displayAmount": {
          "type": "string",
          "nullable": true
        },
        "low": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "high": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "probability": {
          "type": "integer",
          "format": "int32",
          "nullable": true
        },
        "phrase": {
          "type": "string",
          "nullable": true
        }
      },
      "additionalProperties": false
    },
    "likely": {
      "type": "object",
      "properties": {
        "displayAmount": {
          "type": "string",
          "nullable": true
        },
        "low": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "high": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "probability": {
          "type": "integer",
          "format": "int32",
          "nullable": true
        },
        "phrase": {
          "type": "string",
          "nullable": true
        }
      },
      "additionalProperties": false
    },
    "high": {
      "type": "object",
      "properties": {
        "displayAmount": {
          "type": "string",
          "nullable": true
        },
        "low": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "high": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "probability": {
          "type": "integer",
          "format": "int32",
          "nullable": true
        },
        "phrase": {
          "type": "string",
          "nullable": true
        }
      },
      "additionalProperties": false
    },
    "higher": {
      "type": "object",
      "properties": {
        "displayAmount": {
          "type": "string",
          "nullable": true
        },
        "low": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "high": {
          "type": "object",
          "properties": {
            "value": {
              "type": "number",
              "format": "float",
              "nullable": true
            },
            "unit": {
              "type": "string",
              "nullable": true
            },
            "unitType": {
              "type": "integer",
              "format": "int32"
            }
          },
          "additionalProperties": false
        },
        "probability": {
          "type": "integer",
          "format": "int32",
          "nullable": true
        },
        "phrase": {
          "type": "string",
          "nullable": true
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}