RealtimeLifeIndex schema from Caiyun Weather API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/colorfulclouds/refs/heads/main/json-schema/caiyun-weather-realtime-life-index-schema.json", "title": "RealtimeLifeIndex", "description": "RealtimeLifeIndex schema from Caiyun Weather API", "type": "object", "properties": { "ultraviolet": { "$ref": "#/components/schemas/LifeIndexItem" }, "comfort": { "$ref": "#/components/schemas/LifeIndexItem" } }, "required": [ "ultraviolet", "comfort" ] }