ColorfulClouds · JSON Structure

Caiyun Weather Hourly Wind Item Structure

HourlyWindItem schema from Caiyun Weather API

Type: object Properties: 3 Required: 3
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

HourlyWindItem is a JSON Structure definition published by ColorfulClouds, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

datetime speed direction

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/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-hourly-wind-item-structure.json",
  "name": "HourlyWindItem",
  "description": "HourlyWindItem schema from Caiyun Weather API",
  "type": "object",
  "properties": {
    "datetime": {
      "type": "datetime"
    },
    "speed": {
      "type": "float"
    },
    "direction": {
      "type": "float"
    }
  },
  "required": [
    "datetime",
    "speed",
    "direction"
  ]
}