AccuWeather · JSON Structure

Accuweather User Network Structure

UserNetwork schema from AccuWeather API

Type: object Properties: 3
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

UserNetwork 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

throughput network type

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-user-network-structure.json",
  "name": "UserNetwork",
  "description": "UserNetwork schema from AccuWeather API",
  "type": "object",
  "properties": {
    "throughput": {
      "type": "string",
      "description": "Category of 'network speed' for the user. Eg. 'vhigh'",
      "nullable": true
    },
    "network": {
      "type": "string",
      "description": "Name of the network for the user. Eg. 'comcast'",
      "nullable": true
    },
    "type": {
      "type": "string",
      "description": "Type of network for the user. Eg. 'cable'",
      "nullable": true
    }
  }
}