{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-structure/caiyun-weather-daily-life-index-structure.json", "name": "DailyLifeIndex", "description": "DailyLifeIndex schema from Caiyun Weather API", "type": "object", "properties": { "ultraviolet": { "type": "array", "items": { "$ref": "#/components/schemas/DailyLifeIndexEntry" } }, "carWashing": { "type": "array", "items": { "$ref": "#/components/schemas/DailyLifeIndexEntry" } }, "dressing": { "type": "array", "items": { "$ref": "#/components/schemas/DailyLifeIndexEntry" } }, "comfort": { "type": "array", "items": { "$ref": "#/components/schemas/DailyLifeIndexEntry" } }, "coldRisk": { "type": "array", "items": { "$ref": "#/components/schemas/DailyLifeIndexEntry" } } } }