{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-aqi-desc-dual-structure.json", "name": "AQIDescDual", "description": "AQI category description under both standards.", "type": "object", "properties": { "chn": { "type": "string", "example": "Good" }, "usa": { "type": "string", "example": "Moderate" } }, "required": [ "chn", "usa" ] }