{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-daily-wind-property-structure.json", "name": "DailyWindProperty", "description": "DailyWindProperty schema from Caiyun Weather API", "type": "object", "properties": { "speed": { "type": "float" }, "direction": { "type": "float" } }, "required": [ "speed", "direction" ] }