{ "$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-entry-structure.json", "name": "DailyLifeIndexEntry", "description": "DailyLifeIndexEntry schema from Caiyun Weather API", "type": "object", "properties": { "date": { "type": "date" }, "index": { "oneOf": [ { "type": "double" }, { "type": "string" } ] }, "desc": { "type": "string" } }, "required": [ "date", "index", "desc" ] }