{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-hourly-aqi-item-structure.json", "name": "HourlyAQIItem", "description": "HourlyAQIItem schema from Caiyun Weather API", "type": "object", "properties": { "datetime": { "type": "datetime" }, "value": { "$ref": "#/components/schemas/AQIValueDual" } }, "required": [ "datetime", "value" ] }