ColorfulClouds · JSON Structure

Caiyun Weather Wind Structure

Wind speed and direction.

Type: object Properties: 2
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Properties

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-wind-structure.json",
  "name": "Wind",
  "description": "Wind speed and direction.",
  "type": "object",
  "properties": {
    "speed": {
      "type": "float",
      "description": "Wind speed in the active unit system (km/h for metric:v2).",
      "example": 12.4
    },
    "direction": {
      "type": "float",
      "description": "Wind direction in degrees from north, clockwise.",
      "example": 215.0
    }
  }
}