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